Searched refs:dot11_ft_ie_v2 (Results 1 – 2 of 2) sorted by relevance
4997 typedef BWL_PRE_PACKED_STRUCT struct dot11_ft_ie_v2 {5002 } BWL_POST_PACKED_STRUCT dot11_ft_ie_v2; typedef5003 typedef struct dot11_ft_ie_v2 dot11_ft_ie_t;5023 #define DOT11_FT_IE_LEN(mic_len) (sizeof(dot11_ft_ie_v2) + mic_len + EAPOL_WPA_KEY_NONCE_LEN *2)5024 #define FT_IE_MIC(pos) ((uint8 *)pos + sizeof(dot11_ft_ie_v2))5025 #define FT_IE_ANONCE(pos, mic_len) ((uint8 *)pos + sizeof(dot11_ft_ie_v2) + mic_len)5026 #define FT_IE_SNONCE(pos, mic_len) ((uint8 *)pos + sizeof(dot11_ft_ie_v2) + mic_len + \