]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option
authorJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 16:20:47 +0000 (18:20 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 16:20:47 +0000 (18:20 +0200)
commit152cff6ba6d6ac206b93a2202eab57f0a36c26cb
treed60d45ed16d15b1a7af3412d04b5f664d31cba62
parent538d6f4b54a9592edf8201d83b92d9b2e14bde40
P2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option

The option of handling upper layer P2P management operations within the
driver/firmware was originally planned to be used with wpa_supplicant,
but this has not really happened and there is no clear sign of this
being needed in the near term either. This functionality has not been
completed and it is certainly not being kept up-to-date or tested. As
such, it is best to remove it for now and if this or something similar
is needed in the future, it can be brought back once a clear need for it
has been demonstrated first.

Signed-hostap: Jouni Malinen <j@w1.fi>
doc/p2p.doxygen
src/drivers/driver.h
src/drivers/driver_common.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h
wpa_supplicant/events.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h