Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_wmm.c60 static const t_u8 wmm_info_ie[] = {(t_u8)WMM_IE, 0x07, 0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; variable
389 pwmm_tlv->header.type = (t_u16)wmm_info_ie[0]; in wlan_wmm_process_association_req()
391 pwmm_tlv->header.len = (t_u16)wmm_info_ie[1]; in wlan_wmm_process_association_req()
392 (void)__memcpy(priv->adapter, pwmm_tlv->wmm_ie, &wmm_info_ie[2], pwmm_tlv->header.len); in wlan_wmm_process_association_req()