Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme.c2110 u8 WMM_IE[7] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; in rtw_restructure_ht_ie23a() local
2125 sizeof(WMM_IE), WMM_IE, in rtw_restructure_ht_ie23a()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_mlme.c1704 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; in r8712_restructure_ht_ie() local
1715 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1948 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; in rtw_restructure_ht_ie() local
1963 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c904 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; in OnAssocReq() local
1160 if (!memcmp(p+2, WMM_IE, 6)) { in OnAssocReq()