summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/iwinfo
AgeCommit message (Collapse)Author
2011-12-03contrib: drop libiwinfo, moved to OpenWrt trunkJo-Philipp Wich
2011-12-03libiwinfo: reimplement iwinfo.lua in C and package it as "iwinfo"Jo-Philipp Wich
2011-12-02libiwinfo: rename liblua files to luaJo-Philipp Wich
2011-12-02libiwinfo: major changesJo-Philipp Wich
- move own headers to include/iwinfo/ and shipped ones to include/iwinfo/api/ - split into libiwinfo and libiwinfo-lua which contains only the binding - provide a public api for libiwinfo - install development headers and shared objects
2011-12-01libiwinfo: clear buffer in nl80211_ifname2phy(), prevents running operations ↵Jo-Philipp Wich
against the wrong phy
2011-11-13libiwinfo: clear buffer in nl80211_phy2ifname(), prevents running operations ↵Jo-Philipp Wich
against the wrong phy if no interfaces are found (#347)
2011-11-10libiwinfo: show noise and snr in assoclistJo-Philipp Wich
2011-11-08libiwinfo: fix detection of wep encryption and open networks in nl80211 backendJo-Philipp Wich
2011-11-07libiwinfo: properly detect wep and unencrypted wifi iface state on madwifiJo-Philipp Wich
2011-10-23contrib/package: complete rework of dependencies, should cure menuconfig issuesJo-Philipp Wich
2011-09-08libiwinfo: further consolidation of nl80211 handlingJo-Philipp Wich
2011-09-07libiwinfo: remove unused structJo-Philipp Wich
2011-09-07libiwinfo: rework nl80211 interface code, plug remaining memory leaksJo-Philipp Wich
2011-09-06libiwinfo: fix multiple memory leaks on nl80211 backendJo-Philipp Wich
2011-08-13libiwinfo: fix encryption info on station interfaces in mac80211 AP-STA setupsJo-Philipp Wich
2011-07-22libiwinfo: fix segfaults in nl80211 hwmodelist and freqlist operations if ↵Jo-Philipp Wich
called on a not existing phy
2011-06-27libiwinfo: compile with -D_GNU_SOURCE, fixes eglibc compatibilityJo-Philipp Wich
2011-04-30libiwinfo: fix signal, bitrate and assoclist for nl80211 wds ap modeJo-Philipp Wich
2011-04-29libiwinfo:Jo-Philipp Wich
- don't assume madwifi and nl80211 backends if no backend given - only print intersection of group and unicast ciphers in crypto description - fix crypto detection on madwifi in client mode - bump pkg revision
2011-02-26libiwinfo: Fix frequency-to-MHz coversionVasilis Tsiligiannis
2011-02-10libiwinfo: build correctly if only kmod-brcm-wl-mini or -mimo is selectedJo-Philipp Wich
2011-02-05libiwinfo: fix integer overflow in dbm to mw conversion, also allow odd dbm ↵Jo-Philipp Wich
numbers
2011-01-18libiwinfo: fail after 5 tries when there's no response from wpa_supplicantJo-Philipp Wich
2010-12-04libiwinfo: fix scan issues in nl80211, encryption detection fixes for madwifiJo-Philipp Wich
2010-11-30libiwinfo: properly detect open network reported by wpa_supplicantJo-Philipp Wich
2010-11-27contrib: derive iwinfo default selection from luci-lib-sys, not coreJo-Philipp Wich
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-11-15contrib: libiwinfo: swap include paths in TARGET_CFLAGS, fixes build issues ↵Jo-Philipp Wich
if libnl-1.1 is enabled in OpenWrt
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: bump releaseJo-Philipp Wich
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