summaryrefslogtreecommitdiff
path: root/reglib.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-21crda: fix compile warning on pcc for reglib for string.hupstreamLuis R. Rodriguez1-0/+1
2012-01-18crda: rename reglib_get_*() routinesv1.1.3upstream/1.1.3Luis R. Rodriguez1-2/+2
2012-01-18crda: make usage of regdb.h exclusive to reglib.cLuis R. Rodriguez1-0/+1
2012-01-18crda: make country2rd() staticLuis R. Rodriguez1-2/+3
2012-01-18crda: add dfs_region to the ieee80211_regdomain data structureLuis R. Rodriguez1-0/+1
2012-01-18crda: add new reglib_get_country_alpha2()Luis R. Rodriguez1-0/+74
2012-01-18crda: add a reglib iterator reglib_for_each_country()Luis R. Rodriguez1-0/+69
2012-01-18crda: move country2rd() and its helper to reglib.cLuis R. Rodriguez1-0/+61
2011-11-15crda: use stdint.h instead of linux/types.hLuis R. Rodriguez1-5/+5
2010-01-25Space fixv1.1.1Luis R. Rodriguez1-1/+1
2010-01-25Implement runtime loading of RSA public keysPaul Fertser1-0/+23
2009-04-17make openssl verification safe for multiple keysJohannes Berg1-14/+10
2008-12-01Split printing functions to their own translation unit.Diego 'Flameeyes' Pettenò1-119/+0
2008-12-01Move is_valid_reg_rule() in intersect.c.Diego 'Flameeyes' Pettenò1-20/+0
2008-12-01Avoid implicit declaration of memset() with OpenSSL.Diego 'Flameeyes' Pettenò1-0/+1
2008-12-01Mark functions static when not used outside their translation unit.Diego 'Flameeyes' Pettenò1-2/+2
2008-10-29Double pointers obfuscate code, dieLuis R. Rodriguez1-9/+6
2008-10-29is_valid_reg_rule() is false when freq_diff is 0Luis R. Rodriguez1-1/+1
2008-10-28Add conversion utitlies, standardize printingLuis R. Rodriguez1-1/+144
2008-10-28Share common routines into a reg lib, other objects will later reuse.Luis R. Rodriguez1-0/+132