Searched refs:frtype (Results 1 – 3 of 3) sorted by relevance
714 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()745 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()837 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()882 uint frtype = GetFrameType(pframe); in aes_cipher() local986 pn_vector, i+1, frtype); in aes_cipher()998 pn_vector, num_blocks+1, frtype); in aes_cipher()1014 pn_vector, 0, frtype); in aes_cipher()1095 uint frtype = GetFrameType(pframe); in aes_decipher() local1167 num_blocks+1, frtype); in aes_decipher()1240 frtype); in aes_decipher()[all …]
974 uint frtype = GetFrameType(pframe); in aes_cipher() local992 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()1168 uint frtype = GetFrameType(pframe); in aes_decipher() local1199 if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()1200 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()
1031 u16 frtype = GetFrameType(pframe); in aes_cipher() local1048 if ((frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACK)) || in aes_cipher()1049 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFPOLL)) || in aes_cipher()1050 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACKPOLL))) { in aes_cipher()1203 uint frtype = GetFrameType(pframe); in aes_decipher() local1228 if ((frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACK)) || in aes_decipher()1229 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFPOLL)) || in aes_decipher()1230 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACKPOLL))) { in aes_decipher()
Completed in 11 milliseconds