Searched refs:WIFI_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance
22 WIFI_DATA_TYPE = (BIT(3)), enumerator53 WIFI_DATA = (0 | WIFI_DATA_TYPE),54 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE),55 WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE),56 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE),57 WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE),58 WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE),59 WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE),60 WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE),
1121 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag()1470 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame()
736 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib()874 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()