WNM: Add sending of BSS Transition Management Query
The new control interface command can be used to send a BSS Transition Management Query frame to the current AP. Signed-hostap: Vinayak Kamath <vkamat@codeaurora.org>
This commit is contained in:
parent
e27d20bb68
commit
65bcd0a92d
5 changed files with 69 additions and 0 deletions
|
@ -549,6 +549,14 @@ struct ieee80211_mgmt {
|
|||
* Entries (optional) */
|
||||
u8 variable[0];
|
||||
} STRUCT_PACKED bss_tm_resp;
|
||||
struct {
|
||||
u8 action; /* 6 */
|
||||
u8 dialog_token;
|
||||
u8 query_reason;
|
||||
/* BSS Transition Candidate List
|
||||
* Entries (optional) */
|
||||
u8 variable[0];
|
||||
} STRUCT_PACKED bss_tm_query;
|
||||
} u;
|
||||
} STRUCT_PACKED action;
|
||||
} u;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue