Searched refs:WIFI_DATA_TYPE (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| A 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),
|
| /linux/drivers/staging/r8188eu/include/ |
| A 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),
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_recv.c | 1138 if (type == WIFI_DATA_TYPE) { in validate_recv_frame() 1157 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame() 1349 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag()
|
| A D | rtw_xmit.c | 505 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib() 728 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_recv.c | 1124 if (type != WIFI_DATA_TYPE) { in recvframe_chk_defrag() 1474 case WIFI_DATA_TYPE: /* data */ in validate_recv_frame()
|
| A D | rtw_xmit.c | 740 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib() 878 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
|
Completed in 34 milliseconds