diff options
author | Jouni Malinen <j@w1.fi> | 2013-12-29 16:20:47 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-29 16:20:47 (GMT) |
commit | 152cff6ba6d6ac206b93a2202eab57f0a36c26cb (patch) | |
tree | d60d45ed16d15b1a7af3412d04b5f664d31cba62 /doc | |
parent | 538d6f4b54a9592edf8201d83b92d9b2e14bde40 (diff) | |
download | hostap-152cff6ba6d6ac206b93a2202eab57f0a36c26cb.zip hostap-152cff6ba6d6ac206b93a2202eab57f0a36c26cb.tar.gz hostap-152cff6ba6d6ac206b93a2202eab57f0a36c26cb.tar.bz2 |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/p2p.doxygen | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/p2p.doxygen b/doc/p2p.doxygen index 6b11e56..27656eb 100644 --- a/doc/p2p.doxygen +++ b/doc/p2p.doxygen @@ -178,30 +178,6 @@ the standard station/AP mode events when the P2P module resides within - wpa_event_type::EVENT_CANCEL_REMAIN_ON_CHANNEL - wpa_event_type::EVENT_RX_PROBE_REQ -The following driver wrapper functions are needed for P2P in addition -to the standard station/AP mode operations when the P2P module resides -in the driver or firmware: -- wpa_driver_ops::if_add() -- wpa_driver_ops::if_remove() -- wpa_driver_ops::alloc_interface_addr() -- wpa_driver_ops::release_interface_addr() -- wpa_driver_ops::disable_11b_rates() -- wpa_driver_ops::p2p_find() -- wpa_driver_ops::p2p_stop_find() -- wpa_driver_ops::p2p_listen() -- wpa_driver_ops::p2p_connect() -- wpa_driver_ops::p2p_reject() -- wpa_driver_ops::wps_success_cb() -- wpa_driver_ops::p2p_group_formation_failed() -- wpa_driver_ops::p2p_set_params() - -The following driver wrapper events are needed for P2P in addition to -the standard station/AP mode events when the P2P module resides in the -driver or firmware: -- wpa_event_type::EVENT_P2P_DEV_FOUND -- wpa_event_type::EVENT_P2P_GO_NEG_REQ_RX -- wpa_event_type::EVENT_P2P_GO_NEG_COMPLETED - \section p2p_go_neg P2P device discovery and group formation |