Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iwinfo: add phyname attribute, this is useful to group networks by radio phy | Jo-Philipp Wich | 2013-06-09 | 12 | -3/+95 |
| | | | | SVN-Revision: 36889 | ||||
* | libiwinfo: ignore log messages from wpa_supplicant while scanning | Jo-Philipp Wich | 2013-06-09 | 1 | -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 Wich | 2013-05-12 | 2 | -2/+3 |
| | | | | | | fixes spurious misreporting of frequencies in ad-hoc mode SVN-Revision: 36604 | ||||
* | iwinfo: fix iwinfo_hardware() return value if chip id is not found | Jo-Philipp Wich | 2013-04-28 | 2 | -7/+4 |
| | | | | SVN-Revision: 36471 | ||||
* | iwinfo: add hw database file | Jo-Philipp Wich | 2013-04-26 | 1 | -0/+55 |
| | | | | SVN-Revision: 36450 | ||||
* | iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txt | Jo-Philipp Wich | 2013-04-26 | 4 | -83/+35 |
| | | | | SVN-Revision: 36449 | ||||
* | iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵ | Jo-Philipp Wich | 2013-04-24 | 3 | -5/+7 |
| | | | | | | some architectures SVN-Revision: 36417 | ||||
* | iwinfo: print info of all existing wireless ifaces when cli is called ↵ | Jo-Philipp Wich | 2013-04-15 | 2 | -2/+29 |
| | | | | | | without arguments SVN-Revision: 36339 | ||||
* | iwinfo: fix frequency/channel and channel/frequency conversions to properly ↵ | Jo-Philipp Wich | 2013-04-09 | 2 | -13/+20 |
| | | | | | | implement 802.11j SVN-Revision: 36292 | ||||
* | libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures ↵ | Jo-Philipp Wich | 2013-02-03 | 2 | -7/+9 |
| | | | | | | with multiple cycles of iwinfo_finish() / iwinfo_backend() SVN-Revision: 35471 | ||||
* | iwinfo: don't use the txpower value from debugfs for now, it does not match ↵ | Jo-Philipp Wich | 2013-01-04 | 2 | -1/+3 |
| | | | | | | the values reported via wext SVN-Revision: 35007 | ||||
* | don't depend on lua | John Crispin | 2013-01-04 | 1 | -1/+1 |
| | | | | | | | | Delete +lua from libiwinfo-lua. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35005 | ||||
* | iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer ↵ | Jo-Philipp Wich | 2013-01-02 | 4 | -71/+243 |
| | | | | | | nl80211 tx power from debugfs before querying wext SVN-Revision: 34982 | ||||
* | iwinfo: properly initialize memory of global nl80211_state, fixes random ↵ | Jo-Philipp Wich | 2012-10-29 | 2 | -1/+3 |
| | | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003 | ||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 24 | -0/+13178 |
SVN-Revision: 33688 |