]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
P2P: Add a conf parameter to start a GO as HT40 if allowed
authorArik Nemtsov <arik@wizery.com>
Sun, 30 Sep 2012 17:35:51 +0000 (20:35 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Sep 2012 17:35:51 +0000 (20:35 +0300)
commita93a15bbfd43e70393974da81deb12cdb4e85ebd
tree9b4e70527c53d6da3f1b42cd3877bfb6823accd1
parent369c8d7bcd1ad7f96db31df14361f67146d568c0
P2P: Add a conf parameter to start a GO as HT40 if allowed

When specified in the conf file this parameter will make all invocations
of p2p_group_add, p2p_connect, and p2p_invite behave as if "ht40" has
been specified on the command line. This shouldn't do harm since
regulatory constraints and driver capabilities are consulted anyway
before starting HT40 mode.

Signed-hostap: Arik Nemtsov <arik@wizery.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/ctrl_iface.c