Home
last modified time | relevance | path

Searched refs:WIFI_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h22 WIFI_DATA_TYPE = (BIT(3)), enumerator
53 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),
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1179 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag()
1528 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame()
H A Drtw_xmit.c754 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib()
901 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()