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>
This commit is contained in:
parent
538d6f4b54
commit
152cff6ba6
8 changed files with 18 additions and 1313 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue