Searched refs:WIFI_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance
37 WIFI_DATA_TYPE = (BIT(3)), enumerator66 WIFI_DATA = (0 | WIFI_DATA_TYPE),67 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE),68 WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE),69 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE),70 WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE),71 WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE),72 WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE),73 WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE),
304 pattrib->subtype = WIFI_DATA_TYPE; in r8712_update_attrib()489 if (pattrib->subtype & WIFI_DATA_TYPE) { in make_wlanhdr()
585 case WIFI_DATA_TYPE: /*data*/ in r8712_validate_recv_frame()