Searched refs:WIFI_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance
41 WIFI_DATA_TYPE = (BIT(3)), enumerator72 WIFI_DATA = (0 | WIFI_DATA_TYPE),73 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE),74 WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE),75 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE),76 WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE),77 WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE),78 WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE),79 WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE),
1122 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag()1471 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame()
737 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib()875 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()