Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h56 WIFI_DISASSOC = (BIT(7) | BIT(5) | WIFI_MGT_TYPE), enumerator
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1358 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()
1385 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { in validate_80211w_mgmt()
1406 } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { in validate_80211w_mgmt()
H A Drtw_xmit.c1184 if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) in rtw_mgmt_xmitframe_coalesce()
1222 if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || in rtw_mgmt_xmitframe_coalesce()
H A Drtw_mlme_ext.c29 {WIFI_DISASSOC, "OnDisassoc", &OnDisassoc},