summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/iwinfo/src
AgeCommit message (Collapse)Author
2010-11-27contrib: remove hard dependency on libiwinfo, madwifi scan fixesJo-Philipp Wich
2010-11-17libiwinfo: fix several nl80211 issues, detect used WEP mode in madwifiJo-Philipp Wich
2010-10-27libiwinfo: fix nl80211_get_channel() and nl80211_get_frequency()Jo-Philipp Wich
2010-10-26libiwinfo: fix freq/channel detection for secondary bssJo-Philipp Wich
2010-10-24libiwinfo: move duplicated coded into iwinfo_utils.[ch]Jo-Philipp Wich
2010-10-23libiwinfo: madwifi fixes, use direct ioctl calls for vap creation, ifup and ↵Jo-Philipp Wich
ifdown, fix available txpower display
2010-10-23libiwinfo: probe for vap availability in mbssid_support(), fix return type, ↵Jo-Philipp Wich
fix description string for no crypto
2010-10-23libiwinfo: do survey without bringing down the ap if possibleJo-Philipp Wich
2010-10-21libiwinfo: correctly map BSS vars when parsing hostapd configJo-Philipp Wich
2010-10-19libiwinfo: implement hwmodelist()Jo-Philipp Wich
2010-10-19libiwinfo: add restricted flag for freqlistJo-Philipp Wich
2010-10-12libiwinfo: remove unused variableJo-Philipp Wich
2010-10-12libiwinfo: reuse existing temporary interface for scanningJo-Philipp Wich
2010-10-12libiwinfo: support scanning on radioX pseudo interfacesJo-Philipp Wich
2010-10-12libiwinfo: support txpwrlist(), freqlist() and countrylist() for radioX ↵Jo-Philipp Wich
pseudodevices in nl80211 backend, implement __gc methamethod
2010-10-12libiwinfo: ensure that country names are ascii, return txpower list even ↵Jo-Philipp Wich
when no channel is set, bump version
2010-10-12libiwinfo: fix two segfaults in nl80211 backendJo-Philipp Wich
2010-10-03[libiwinfo] apply FD_CLOEXEC on internal ioctl and netlink socketsJo-Philipp Wich
2010-09-29[libiwinfo] fixup ccode in wl_get_country()Jo-Philipp Wich
2010-09-28[libiwinfo] remove cruft from broadcom headerJo-Philipp Wich
2010-09-28[libiwinfo] introduce country() and countrylist() (ISO3166 to driver code ↵Jo-Philipp Wich
mapping)
2010-09-27[libiwinfo]Jo-Philipp Wich
- fix compilation of WL backend - conditionally compile backends according to selected wifi drivers
2010-09-27[libiwinfo] properly register txpower() function of madwifi backendJo-Philipp Wich
2010-09-27[libiwinfo] fix crash in iwinfo cli when operating on monitor interfacesJo-Philipp Wich
2010-09-27[libiwinfo] remove unneeded MakefileJo-Philipp Wich
2010-09-27[contrib] introduce libiwinfo, splitted apart from LuCI for general usageJo-Philipp Wich
- added NL80211 interface for b43 / ath5k / ath9k - introduces txpower() and encryption() methods - introduces iwinfo cli frontend for data access - supports scanning in AP mode (experimental) and through wpa_supplicant