Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-internal.h429 mlan_status wrapper_wlan_cmd_mgmt_ie(int bss_type, void *buffer, unsigned int len, t_u16 action);
Dmlan_api.c3641 mlan_status rv = wrapper_wlan_cmd_mgmt_ie(bss_type, buf, buf_len, action); in wifi_config_mgmt_ie()
3798 mlan_status rv = wrapper_wlan_cmd_mgmt_ie(bss_type, buf, buf_len, action); in wifi_config_mgmt_ie2()
5525 ret = wrapper_wlan_cmd_mgmt_ie(MLAN_BSS_TYPE_UAP, buf, buf_len, HostCmd_ACT_GEN_SET); in wifi_set_ecsa_cfg()
5562 ret = wrapper_wlan_cmd_mgmt_ie(MLAN_BSS_TYPE_UAP, buf, buf_len, HostCmd_ACT_GEN_SET); in wifi_set_ecsa_cfg()
Dmlan_glue.c1164 mlan_status wrapper_wlan_cmd_mgmt_ie(int bss_type, void *buffer, unsigned int len, t_u16 action) in wrapper_wlan_cmd_mgmt_ie() function