Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_security.c892 uint frtype
898 uint frtype
913 uint frtype
1115 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
1132 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
1159 uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
1166 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
1248 uint frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
1264 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
1312 uint frtype = GetFrameType(pframe); in aes_cipher() local
[all …]
/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_security.c1031 u16 frtype = GetFrameType(pframe); in aes_cipher() local
1048 if ((frtype == WIFI_DATA_CFACK) || in aes_cipher()
1049 (frtype == WIFI_DATA_CFPOLL) || in aes_cipher()
1050 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
1203 uint frtype = GetFrameType(pframe); in aes_decipher() local
1228 if ((frtype == WIFI_DATA_CFACK) || in aes_decipher()
1229 (frtype == WIFI_DATA_CFPOLL) || in aes_decipher()
1230 (frtype == WIFI_DATA_CFACKPOLL)) { in aes_decipher()