Searched refs:WIFI_DATA_TYPE (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 41 WIFI_DATA_TYPE = (BIT(3)), enumerator 72 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),
|
/drivers/staging/r8188eu/include/ |
D | wifi.h | 46 WIFI_DATA_TYPE = (BIT(3)), enumerator 75 WIFI_DATA = (0 | WIFI_DATA_TYPE), 76 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), 77 WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE), 78 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), 79 WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE), 80 WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE), 81 WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE), 82 WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE),
|
/drivers/staging/r8188eu/core/ |
D | rtw_recv.c | 1212 if (type == WIFI_DATA_TYPE) { in validate_recv_frame() 1231 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame() 1423 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag()
|
D | rtw_xmit.c | 509 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib() 734 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1124 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag() 1474 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame()
|
D | rtw_xmit.c | 729 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib() 867 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
|