Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c651 uint frtype); /* add for CONFIG_IEEE80211W, none 11w also can use */
655 uint frtype); /* for CONFIG_IEEE80211W, none 11w also can use */
666 uint frtype); /* for CONFIG_IEEE80211W, none 11w also can use */
697 uint frtype) /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
713 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
738 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
744 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
821 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
836 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
881 uint frtype = GetFrameType(pframe); in aes_cipher() local
[all …]
/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c1030 u16 frtype = GetFrameType(pframe); in aes_cipher() local
1047 if ((frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACK)) || in aes_cipher()
1048 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFPOLL)) || in aes_cipher()
1049 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACKPOLL))) { in aes_cipher()
1202 uint frtype = GetFrameType(pframe); in aes_decipher() local
1227 if ((frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACK)) || in aes_decipher()
1228 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFPOLL)) || in aes_decipher()
1229 (frtype == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA_CFACKPOLL))) { in aes_decipher()