Searched refs:WIFI_DEAUTH (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 58 WIFI_DEAUTH = (BIT(7) | BIT(6) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1359 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt() 1388 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { in validate_80211w_mgmt() 1409 } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { in validate_80211w_mgmt()
|
D | rtw_xmit.c | 1176 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce() 1214 if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || in rtw_mgmt_xmitframe_coalesce()
|
D | rtw_mlme_ext.c | 31 {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth}, 3335 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth()
|
/drivers/staging/r8188eu/include/ |
D | wifi.h | 62 WIFI_DEAUTH = (BIT(7) | BIT(6) | WIFI_MGT_TYPE), enumerator
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 31 {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth}, 5809 SetFrameSubType(pframe, WIFI_DEAUTH); in _issue_deauth()
|