Home
last modified time | relevance | path

Searched refs:frtype (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8723bs/core/
Drtw_security.c652 uint frtype); /* add for CONFIG_IEEE80211W, none 11w also can use */
656 uint frtype); /* for CONFIG_IEEE80211W, none 11w also can use */
667 uint frtype); /* for CONFIG_IEEE80211W, none 11w also can use */
698 uint frtype) /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
714 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
739 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
745 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
822 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
837 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
882 uint frtype = GetFrameType(pframe); in aes_cipher() local
[all …]
/drivers/staging/rtl8712/
Drtl871x_security.c1031 u16 frtype = GetFrameType(pframe); in aes_cipher() local
1048 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() local
1228 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()
/drivers/staging/r8188eu/core/
Drtw_security.c1040 uint frtype = GetFrameType(pframe); in aes_cipher() local
1058 …if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || (frtype == WIFI_DATA_CFACKPOLL)… in aes_cipher()
1236 uint frtype = GetFrameType(pframe); in aes_decipher() local
1267 if ((frtype == WIFI_DATA_CFACK) || (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1268 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()