Home
last modified time | relevance | path

Searched refs:dot11_ft_ie_v2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11.h4997 typedef BWL_PRE_PACKED_STRUCT struct dot11_ft_ie_v2 {
5002 } BWL_POST_PACKED_STRUCT dot11_ft_ie_v2; typedef
5003 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 + \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11.h4997 typedef BWL_PRE_PACKED_STRUCT struct dot11_ft_ie_v2 {
5002 } BWL_POST_PACKED_STRUCT dot11_ft_ie_v2; typedef
5003 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 + \