Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11ax.h46 int wlan_cmd_11ax_cfg(mlan_private *pmpriv, t_u16 action, mlan_ds_11ax_he_cfg *he_cfg);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c265 ret = wlan_cmd_11ax_cfg(pmpriv, HostCmd_ACT_GEN_SET, &he_cfg); in wifi_uap_set_11ax_status()
2674 if (0 == wlan_cmd_11ax_cfg(priv, HostCmd_ACT_GEN_GET, &he_cfg)) in wifi_filter_beacon_ies()
3351 if (wlan_cmd_11ax_cfg(pmpriv, HostCmd_ACT_GEN_GET, &he_cfg)) in wifi_uap_set_11ax_status2()
3381 ret = wlan_cmd_11ax_cfg(pmpriv, HostCmd_ACT_GEN_SET, &he_cfg); in wifi_uap_set_11ax_status2()
Dmlan_11ax.c416 int wlan_cmd_11ax_cfg(mlan_private *pmpriv, t_u16 action, mlan_ds_11ax_he_cfg *he_cfg) in wlan_cmd_11ax_cfg() function
Dmlan_uap_cmdevent.c1411 ret = (mlan_status)wlan_cmd_11ax_cfg(pmpriv, cmd_action, pdata_buf);
Dmlan_sta_cmd.c2239 ret = (mlan_status)wlan_cmd_11ax_cfg(pmpriv, cmd_action, pdata_buf);