openwrt/package/network/utils/iwinfo/src
Jo-Philipp Wich b84346e141 iwinfo: avoid creating tmp.* ifaces for scanning
If the iface to scan on already is in ad-hoc, station or monitor mode
then do not spawn a temporary iface.

Also preventively disable IPv6 on temporary ifaces before bringing them
up to avoid potential security issues.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 41830
2014-07-25 15:52:17 +00:00
..
api iwinfo: update nl80211 api to the latest one 2014-06-02 13:10:53 +00:00
include iwinfo: add 802.11ac hwmode support 2014-06-02 13:10:49 +00:00
COPYING
hardware.txt iwinfo: add Atheros AR9580 to hardware.txt 2014-06-02 13:10:44 +00:00
iwinfo_cli.c iwinfo: add 802.11ac hwmode support 2014-06-02 13:10:49 +00:00
iwinfo_lib.c iwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded strcmp calls 2014-05-21 12:33:10 +00:00
iwinfo_lua.c iwinfo: move wl_ops to iwinfo_wl.c, make functions static 2014-05-21 12:33:30 +00:00
iwinfo_madwifi.c iwinfo: un-export internal api header files 2014-05-21 12:34:02 +00:00
iwinfo_nl80211.c iwinfo: avoid creating tmp.* ifaces for scanning 2014-07-25 15:52:17 +00:00
iwinfo_nl80211.h iwinfo: un-export internal api header files 2014-05-21 12:34:02 +00:00
iwinfo_utils.c iwinfo: fix secondary radios being misreported as ralink device 2014-07-25 14:36:43 +00:00
iwinfo_wext_scan.c iwinfo: move wext_ops to iwinfo_wext.c, make functions static 2014-05-21 12:33:15 +00:00
iwinfo_wext.c iwinfo: move wext_ops to iwinfo_wext.c, make functions static 2014-05-21 12:33:15 +00:00
iwinfo_wext.h iwinfo: un-export internal api header files 2014-05-21 12:34:02 +00:00
iwinfo_wl.c iwinfo: fix string format for country code 2014-07-02 21:43:17 +00:00
Makefile