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:
Vinayak Kamath 2013-05-16 17:50:31 +03:00 committed by Jouni Malinen
parent e27d20bb68
commit 65bcd0a92d
5 changed files with 69 additions and 0 deletions

View file

@ -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;