]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config_ssid.h
Allow wpa_supplicant AP mode to configure Beacon interval
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 1 Mar 2013 18:50:08 +0000 (20:50 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Mar 2013 18:50:08 +0000 (20:50 +0200)
commit18206e02c540f0a379db507b4ecc22c8855c7acf
tree03fd856c9942453ccad22df6a8528db1daf21a01
parent5473362458d503bfbbd7137c4bb068df40e32676
Allow wpa_supplicant AP mode to configure Beacon interval

beacon_int (in TU) can now be used to configure Beacon interval for AP
mode operations (including P2P GO) in wpa_supplicant. This can be set
either in a network block or as a global parameter in the configuration
file (or with "SET beacon_int <value>" control interface command) to
apply for all networks that do not include the beacon_int parameter to
override the default.

In addition, this commits extends the dtim_period parameter to be
available as a global parameter to set the default value. dtim_period is
now stored in the configuration file, too, if it was set.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/wpa_supplicant.conf