]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ap_drv_ops.c
AP: Add support for full station state
authorAyala Beker <ayala.beker@intel.com>
Tue, 16 Feb 2016 09:54:32 +0000 (11:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Feb 2016 16:25:13 +0000 (18:25 +0200)
commitbb598c3bdd0616f0c15e1a42e99591d8f3ff3323
tree6cd588d1366d127f3752395b0b9e9c753246a32e
parentdc55b6b672d95c05683ec6beca023d96ef3dc595
AP: Add support for full station state

Add support for drivers that support full AP client state, i.e., can
handle adding stations that are not associated yet. For such drivers,
add a station after processing the authentication request, instead of
adding it in the association response callback.

Doing so is beneficial in cases where the driver cannot handle the add
station request, in which case it is useless to perform the complete
connection establishment.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/ieee802_11.c
src/ap/sta_info.c
src/ap/sta_info.h