]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
P2P: Add VHT parameter to P2P operations
authorEliad Peller <eliad@wizery.com>
Sun, 27 Oct 2013 17:46:17 +0000 (19:46 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Oct 2013 17:46:17 +0000 (19:46 +0200)
commit20ea1ca406298d85eb30061b41cc25c050f69116
tree90a11e825e98a9f025cce0eb1ff098b368bc98e9
parent53cfad46e23dd26ac869c484a35797c55883299b
P2P: Add VHT parameter to P2P operations

Add the option to ask for VHT operation similarly to the way ht40 is
configured - either by adding 'vht' param to the relevant p2p_*
commands or by configuring p2p_go_vht=1 in the configuration file.

This patch only adds the configuration option (e.g., via control
interface). The actual handling of the VHT parameter (asking the driver
to use VHT, etc.) will be done by the following patch.

Signed-hostap: Eliad Peller <eliadx.peller@intel.com>
12 files changed:
src/p2p/p2p.h
wpa_supplicant/README-P2P
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers_p2p.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant_i.h