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.c637 uint frtype) /* add for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_iv() argument
653 if (frtype == WIFI_MGT_TYPE) in construct_mic_iv()
678 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_mic_header1() argument
684 if (frtype == WIFI_MGT_TYPE) in construct_mic_header1()
761 uint frtype) /* for CONFIG_IEEE80211W, none 11w also can use */ in construct_ctr_preload() argument
776 if (frtype == WIFI_MGT_TYPE) in construct_ctr_preload()
809 uint frtype = GetFrameType(pframe); in aes_cipher() local
819 if (((frtype | frsubtype) == WIFI_DATA_CFACK) || in aes_cipher()
820 ((frtype | frsubtype) == WIFI_DATA_CFPOLL) || in aes_cipher()
821 ((frtype | frsubtype) == WIFI_DATA_CFACKPOLL)) { in aes_cipher()
[all …]