Searched refs:frtype (Results 1 – 3 of 3) sorted by relevance
924 uint frtype930 uint frtype945 uint frtype1147 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument1164 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()1191 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument1198 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()1282 uint frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument1298 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()1346 uint frtype = GetFrameType(pframe); in aes_cipher() local[all …]
1051 u16 frtype = GetFrameType(pframe); in aes_cipher() local1068 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()1069 (frtype == WIFI_DATA_CFPOLL) || in aes_cipher()1070 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()1224 uint frtype = GetFrameType(pframe); in aes_decipher() local1249 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()1250 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()1251 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
1101 uint frtype = GetFrameType(pframe); in aes_cipher() local1119 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()