Searched refs:WMM_PARA_IE (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 748 u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in rtw_check_beacon_data() local 894 if ((p) && !memcmp(p + 2, WMM_PARA_IE, 6)) { in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 973 unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in issue_asocrsp() local 977 if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { in issue_asocrsp()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 1029 u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in rtw_check_beacon_data() local 1247 if ((p) && !memcmp(p+2, WMM_PARA_IE, 6)) { in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 3203 unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in issue_asocrsp() local 3207 if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { in issue_asocrsp()
|