hostap/src
Jouni Malinen 68fa00c341 ACS: Allow specific channels to be preferred
The new acs_chan_bias configuration parameter is a space-separated list
of <channel>:<bias> pairs. It can be used to increase (or decrease) the
likelihood of a specific channel to be selected by the ACS algorithm.
The total interference factor for each channel gets multiplied by the
specified bias value before finding the channel with the lowest value.
In other words, values between 0.0 and 1.0 can be used to make a channel
more likely to be picked while values larger than 1.0 make the specified
channel less likely to be picked. This can be used, e.g., to prefer the
commonly used 2.4 GHz band channels 1, 6, and 11 (which is the default
behavior on 2.4 GHz band if no acs_chan_bias parameter is specified).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-02-06 17:59:57 +02:00
..
ap ACS: Allow specific channels to be preferred 2015-02-06 17:59:57 +02:00
common P2PS: Callback to send P2PS provisioning events 2015-02-03 01:35:07 +02:00
crypto OpenSSL: Use SSL_cache_hit() when available 2015-02-04 02:04:35 +02:00
drivers nl80211: Fix build with libnl 1.1 2015-01-27 01:50:02 +02:00
eap_common ERP: Add TV/TLV parser 2014-12-04 12:08:59 +02:00
eap_peer Add an option allow canned EAP-Success for wired IEEE 802.1X 2015-02-01 19:22:54 +02:00
eap_server EAP-PEAP server: Fix Phase 2 TLV length in error case 2015-01-28 16:15:58 +02:00
eapol_auth Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
eapol_supp Simplify eapol_sm_notify_pmkid_attempt() 2015-01-28 13:09:31 +02:00
l2_packet Work around Linux packet socket regression 2015-01-31 17:21:58 +02:00
p2p P2P: Fix stopping on search after SD callback 2015-02-04 20:46:47 +02:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius hostapd: Debug messages for dodgy RADIUS servers 2015-01-23 01:48:27 +02:00
rsn_supp Fix resource leaks on rsn_preauth_init() error paths 2015-01-31 13:44:48 +02:00
tls TLS: Add new cipher suites to tls_get_cipher() 2014-12-09 16:57:05 +02:00
utils Add helper functions for escaping and unescaping UTF-8 2015-02-02 14:09:18 +02:00
wps P2PS: WPS changes needed for P2PS default PIN 2015-02-02 16:55:45 +02:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00