Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wlan_if.h83 WMM_IE = 221, enumerator
Dhost_interface.c3918 } else if ((pu8IEs[index] == WMM_IE) && in host_int_ParseJoinBssParam()
/drivers/staging/rtl8712/
Drtl871x_mlme.c1701 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; in r8712_restructure_ht_ie() local
1712 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1923 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; in rtw_restructure_ht_ie() local
1940 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c2942 unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; in OnAssocReq() local
3198 if (!memcmp(p+2, WMM_IE, 6)) { in OnAssocReq()