aboutsummaryrefslogtreecommitdiffstats
path: root/package/iwinfo/src/iwinfo_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-2080/+0
* iwinfo: properly deal with channels 7..12 on 5GHzJo-Philipp Wich2012-07-061-16/+19
* iwinfo: find channel & frequency via nl80211 or hostapd instead of wextJo-Philipp Wich2012-07-061-12/+59
* iwinfo: assume that no tx power information is available if nl80211 returns 0...Jo-Philipp Wich2012-05-281-1/+1
* iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)Jo-Philipp Wich2012-03-211-1/+2
* iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-231-11/+5
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-231-99/+372
* iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-221-13/+59
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the N...Jo-Philipp Wich2012-02-171-3/+12
* iwinfo: fix segmentation fault when doing two consecutive scans through wpa_s...Jo-Philipp Wich2012-02-021-4/+7
* iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the ...Jo-Philipp Wich2012-01-131-0/+3
* iwinfo: support nl80211 hardware identification against radioX pseudo interfa...Jo-Philipp Wich2011-12-061-0/+21
* iwinfo: expose txpower and frequency offset informationJo-Philipp Wich2011-12-041-7/+34
* iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-041-0/+23
* add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-031-0/+1630