summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/iwinfo/src/Makefile
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-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
2010-10-24libiwinfo: move duplicated coded into iwinfo_utils.[ch]Jo-Philipp Wich
2010-09-27[libiwinfo]Jo-Philipp Wich
- fix compilation of WL backend - conditionally compile backends according to selected wifi drivers
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