Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c659 uint frtype) /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
675 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
700 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
706 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
783 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
798 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
831 uint frtype = GetFrameType(pframe); in aes_cipher() local
841 if (((frtype | frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()
842 ((frtype | frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()
843 ((frtype | frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
[all …]