Searched refs:WIFI_DISASSOC (Results 1 – 5 of 5) sorted by relevance
25 WIFI_DISASSOC = (BIT(7) | BIT(5) | IEEE80211_FTYPE_MGMT), enumerator
56 WIFI_DISASSOC = (BIT(7) | BIT(5) | WIFI_MGT_TYPE), enumerator
1363 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { in validate_80211w_mgmt()1392 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { in validate_80211w_mgmt()1413 } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { in validate_80211w_mgmt()
1184 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()
29 {WIFI_DISASSOC, "OnDisassoc", &OnDisassoc},