hostap/src
Jouni Malinen d3a9822542 Add support for specifying subset of enabled frequencies to scan
A new network block parameter, scan_freq, can be used to specify subset
of frequencies to scan. This can speed up scanning process considerably
if it is known that only a small subset of channels is actually used in
the network. A union of configured frequencies for all enabled network
blocks is used in scan requests.

Currently, only driver_nl80211.c has support for this functionality.

For example, following parameter marks 2.4 GHz channels 1, 6, 11 to be
scanned: scan_freq=2412 2437 2462
2009-03-26 21:55:01 +02:00
..
common Allow hostapd/config.h and wpa_supplicant/config_ssid.h coexist 2009-03-26 16:06:15 +02:00
crypto Rename EAP server defines from EAP_* to EAP_SERVER_* 2009-03-25 12:06:19 +02:00
drivers Add support for specifying subset of enabled frequencies to scan 2009-03-26 21:55:01 +02:00
eap_common Rename EAP server defines from EAP_* to EAP_SERVER_* 2009-03-25 12:06:19 +02:00
eap_peer TNC: Fix a stray pointer that could cause segfault on error path 2009-03-16 21:01:07 +02:00
eap_server Rename EAP server defines from EAP_* to EAP_SERVER_* 2009-03-25 12:06:19 +02:00
eapol_supp Reduce latency on starting WPS negotiation (TX EAPOL-Start earlier) 2009-02-23 20:59:27 +02:00
hlr_auc_gw Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
l2_packet Zero struct ifreq data before use in l2_packet_init() 2009-03-13 17:04:33 +02:00
radius Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00
rsn_supp FT: Add RIC Request processing and RIC Response generation 2009-03-09 22:25:58 +02:00
tls Rename EAP server defines from EAP_* to EAP_SERVER_* 2009-03-25 12:06:19 +02:00
utils FT: Add RIC Request generation and validation (but not processing) 2009-03-09 20:45:17 +02:00
wps Fix WPS UPnP SSDP on 32-bit targets 2009-03-26 15:32:02 +02:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00