Home
last modified time | relevance | path

Searched refs:WMM_PARA_IE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c783 u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in rtw_check_beacon_data23a() local
934 if ((p) && !memcmp(p+2, WMM_PARA_IE, 6)) { in rtw_check_beacon_data23a()
Drtw_mlme_ext.c3059 unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, in issue_assocrsp() local
3070 if (p && !memcmp(p + 2, WMM_PARA_IE, 6)) { in issue_assocrsp()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c850 u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in rtw_check_beacon_data() local
998 if ((p) && !memcmp(p+2, WMM_PARA_IE, 6)) { in rtw_check_beacon_data()
Drtw_mlme_ext.c2633 unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; in issue_asocrsp() local
2637 if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { in issue_asocrsp()