Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h311 int wifi_set_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_…
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3691 int wifi_set_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t id, void *buf, unsigned int buf_… in wifi_set_mgmt_ie() function
4563wifi_set_mgmt_ie(MLAN_BSS_TYPE_STA, MGMT_MBO_IE, (void *)&(mboie.vend_hdr.oui), mboie.vend_hdr.len… in wifi_host_mbo_cfg()
4601wifi_set_mgmt_ie(MLAN_BSS_TYPE_STA, MGMT_MBO_IE, (void *)&(mboie.vend_hdr.oui), mboie.vend_hdr.len… in wifi_mbo_preferch_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c11869 return wifi_set_mgmt_ie((mlan_bss_type)bss_type, id, buf, buf_len); in wlan_set_mgmt_ie()