Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h123 #define GetFrameType(pbuf) \ macro
278 if (WIFI_CTRL_TYPE == GetFrameType(pframe)) in IsFrameTypeCtrl()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c831 uint frtype = GetFrameType(pframe); in aes_cipher()
1036 uint frtype = GetFrameType(pframe); in aes_decipher()
H A Drtw_mlme_ext.c444 if (GetFrameType(pframe) != WIFI_MGT_TYPE) in mgt_dispatcher()