X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fhostap.git;a=blobdiff_plain;f=src%2Fcommon%2Fieee802_11_defs.h;h=e873545f6fa183838a01a0970ed7398b52741d19;hp=1a9ad1a7d2cfd40aa0a9d5703ea6d39d084bb51f;hb=2049a875bcbcc9f7e5de2e79ad638fa5d8001933;hpb=03e47c9c3a616cd7ef474498aa390438a93ad577 diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index 1a9ad1a7d..e873545f6 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -538,6 +538,16 @@ struct ieee80211_mgmt { * Entries */ u8 variable[0]; } STRUCT_PACKED bss_tm_req; + struct { + u8 action; /* 8 */ + u8 dialog_token; + u8 status_code; + u8 bss_termination_delay; + /* Target BSSID (optional), + * BSS Transition Candidate List + * Entries (optional) */ + u8 variable[0]; + } STRUCT_PACKED bss_tm_resp; } u; } STRUCT_PACKED action; } u;