P2P: Allow configuring CTWindow when working as GO
authorEliad Peller <eliad@wizery.com>
Wed, 18 Feb 2015 02:35:12 +0000 (21:35 -0500)
committerJouni Malinen <j@w1.fi>
Sat, 21 Feb 2015 14:07:53 +0000 (16:07 +0200)
commit0b8bcaa50fdaa3940606a38177477241a3a5c5d6
tree3469f07e398a26ef53e7a0ad5886f06a97dcb679
parentc77ffc6dafe7909f62c0a5f437a439670b089554
P2P: Allow configuring CTWindow when working as GO

Read p2p_go_ctwindow (0-127 TUs) from the config file, and pass it to
the driver on GO start.

Use p2p_go_ctwindow=0 (no CTWindow) by default.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
src/ap/ap_config.h
src/ap/beacon.c
src/drivers/driver.h
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c