Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c2437 u8 *wps_buf = NULL; in wifi_assocreq_wps_ie_cfg() local
2439 wps_buf = (t_u8 *)OSA_MemoryAllocate(wpsie_len); in wifi_assocreq_wps_ie_cfg()
2440 (void)memset(wps_buf, 0, wpsie_len); in wifi_assocreq_wps_ie_cfg()
2441 (void)__memcpy(priv->adapter, wps_buf, (t_u8 *)&priv->wps.wps_ie, wpsie_len); in wifi_assocreq_wps_ie_cfg()
2443 …_mgmt_ie2(priv->bss_type, MGMT_MASK_ASSOC_REQ | MGMT_MASK_REASSOC_REQ, (void *)wps_buf, wpsie_len); in wifi_assocreq_wps_ie_cfg()
2448 OSA_MemoryFree(wps_buf); in wifi_assocreq_wps_ie_cfg()