summaryrefslogtreecommitdiff
path: root/package/network/utils/iwinfo/src/iwinfo_nl80211.c
Commit message (Collapse)AuthorAgeFilesLines
* iwinfo: when using nl80211, parse interface combinations instead of ↵Felix Fietkau2013-09-141-9/+57
| | | | | | | | creating/deleting interfaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37983
* iwinfo: add phyname attribute, this is useful to group networks by radio phyJo-Philipp Wich2013-06-091-0/+25
| | | | SVN-Revision: 36889
* libiwinfo: ignore log messages from wpa_supplicant while scanningJo-Philipp Wich2013-06-091-16/+47
| | | | | | | | | | | | | | | wpa_supplicant may send log and event messages intermixed with the expected scan results. This makes "iwinfo wlan0 scan" and LuCI "site survey" display nothing when many AP's are around. Eliminate the CTRL-EVENT-BSS-ADDED events, interspersed log messages, lines with unexpected format. Increase timeout to handle the max number of channels (2.4, 3.6, 4.9, 5 GHz). Insure receive buffer is null-terminated. Signed-off-by: Jean-Pierre Tosoni <jp.tosoni@acksys.fr> SVN-Revision: 36888
* iwinfo: only consider joined bss when finding current operating frequency, ↵Jo-Philipp Wich2013-05-121-1/+2
| | | | | | fixes spurious misreporting of frequencies in ad-hoc mode SVN-Revision: 36604
* iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵Jo-Philipp Wich2013-04-241-2/+3
| | | | | | some architectures SVN-Revision: 36417
* iwinfo: fix frequency/channel and channel/frequency conversions to properly ↵Jo-Philipp Wich2013-04-091-12/+19
| | | | | | implement 802.11j SVN-Revision: 36292
* iwinfo: don't use the txpower value from debugfs for now, it does not match ↵Jo-Philipp Wich2013-01-041-0/+2
| | | | | | the values reported via wext SVN-Revision: 35007
* iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer ↵Jo-Philipp Wich2013-01-021-64/+226
| | | | | | nl80211 tx power from debugfs before querying wext SVN-Revision: 34982
* iwinfo: properly initialize memory of global nl80211_state, fixes random ↵Jo-Philipp Wich2012-10-291-0/+2
| | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-0/+2080
SVN-Revision: 33688