WPS 2.0: Provide (Re)Association Response WPS IE to driver
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 22 Sep 2010 17:46:44 +0000 (10:46 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 22 Sep 2010 17:46:44 +0000 (10:46 -0700)
commit0e2e565a44ab7b073491cab00847f7bc62731483
tree5ffb72f62b30509357f4e137ab770c0b8962bec3
parentbaf7081ccde91913aacd00e1f6ff034b9db5100d
WPS 2.0: Provide (Re)Association Response WPS IE to driver

WPS 2.0 mandates the AP to include WPS IE in (Re)Association Response
if the matching (Re)Association Request included WPS IE. Provide the
needed WPS IE information to the driver_ops API for drivers that
process association frames internally.

Note: This modifies the driver_ops API by adding a new argument to
set_ap_wps_ie().
src/ap/ap_drv_ops.c
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_hostap.c
src/drivers/driver_madwifi.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h
wpa_supplicant/p2p_supplicant.c