Searched refs:EthII_Hdr_t (Results 1 – 2 of 2) sorted by relevance
51 } EthII_Hdr_t; typedef90 if (len < (sizeof(EthII_Hdr_t) + 3)) in wlan_process_tdls_action_frame()92 if (*(t_u8 *)(pbuf + sizeof(EthII_Hdr_t)) != TDLS_PAYLOAD_TYPE) in wlan_process_tdls_action_frame()95 if (*(t_u8 *)(pbuf + sizeof(EthII_Hdr_t) + 1) != TDLS_CATEGORY) in wlan_process_tdls_action_frame()100 action = *(t_u8 *)(pbuf + sizeof(EthII_Hdr_t) + 2); in wlan_process_tdls_action_frame()118 if (len < (sizeof(EthII_Hdr_t) + TDLS_REQ_FIX_LEN)) in wlan_process_tdls_action_frame()120 pos = pbuf + sizeof(EthII_Hdr_t) + 4; in wlan_process_tdls_action_frame()123 ie_len = len - sizeof(EthII_Hdr_t) - TDLS_REQ_FIX_LEN; in wlan_process_tdls_action_frame()128 if (len < (sizeof(EthII_Hdr_t) + TDLS_RESP_FIX_LEN)) in wlan_process_tdls_action_frame()130 pos = pbuf + sizeof(EthII_Hdr_t) + 6; in wlan_process_tdls_action_frame()[all …]
54 } EthII_Hdr_t; typedef187 if (len < (sizeof(EthII_Hdr_t) + 3)) in wlan_process_tdls_action_frame()189 if (*(t_u8 *)(pbuf + sizeof(EthII_Hdr_t)) != TDLS_PAYLOAD_TYPE) in wlan_process_tdls_action_frame()192 if (*(t_u8 *)(pbuf + sizeof(EthII_Hdr_t) + 1) != TDLS_CATEGORY) in wlan_process_tdls_action_frame()197 action = *(t_u8 *)(pbuf + sizeof(EthII_Hdr_t) + 2); in wlan_process_tdls_action_frame()215 if (len < (sizeof(EthII_Hdr_t) + TDLS_REQ_FIX_LEN)) in wlan_process_tdls_action_frame()217 pos = pbuf + sizeof(EthII_Hdr_t) + 4; in wlan_process_tdls_action_frame()220 ie_len = len - sizeof(EthII_Hdr_t) - TDLS_REQ_FIX_LEN; in wlan_process_tdls_action_frame()225 if (len < (sizeof(EthII_Hdr_t) + TDLS_RESP_FIX_LEN)) in wlan_process_tdls_action_frame()227 pos = pbuf + sizeof(EthII_Hdr_t) + 6; in wlan_process_tdls_action_frame()[all …]