TDLS: Allow driver to request TDLS Discovery Request initiation
This extends the TDLS operation request mechanism to allow TDLS Discovery Request to be initiated by the driver similarly to the existing Setup and Teardown requests. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
41312fc7ef
commit
c10ca2a66f
2 changed files with 6 additions and 1 deletions
|
@ -4148,7 +4148,8 @@ union wpa_event_data {
|
|||
u8 peer[ETH_ALEN];
|
||||
enum {
|
||||
TDLS_REQUEST_SETUP,
|
||||
TDLS_REQUEST_TEARDOWN
|
||||
TDLS_REQUEST_TEARDOWN,
|
||||
TDLS_REQUEST_DISCOVER,
|
||||
} oper;
|
||||
u16 reason_code; /* for teardown */
|
||||
} tdls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue