Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h39 WIFI_DEAUTH = (BIT(7) | BIT(6) | WIFI_MGT_TYPE), enumerator
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1357 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()
1384 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { in validate_80211w_mgmt()
1405 } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { in validate_80211w_mgmt()
H A Drtw_xmit.c1183 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
1221 if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || in rtw_mgmt_xmitframe_coalesce()
H A Drtw_mlme_ext.c30 {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth},
3307 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth()