Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h607 int wifi_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmd.c1965 HostCmd_DS_CMD_TX_AMPDU_PROT_MODE *prot_mode = &cmd->params.tx_ampdu_prot_mode; local
1972 prot_mode->action = wlan_cpu_to_le16(cmd_action);
1976 prot_mode->mode = wlan_cpu_to_le16(para->mode);
Dmlan_api.c5959 int wifi_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wifi_tx_ampdu_prot_mode() argument
5968 prot_mode, cmd); in wifi_tx_ampdu_prot_mode()
5970 return wifi_wait_for_cmdresp(action == HostCmd_ACT_GEN_GET ? prot_mode : NULL); in wifi_tx_ampdu_prot_mode()
Dmlan_glue.c4645 … tx_ampdu_prot_mode_para *prot_mode = (tx_ampdu_prot_mode_para *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local
4646 prot_mode->mode = data->mode; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6530 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c14410 int wlan_tx_ampdu_prot_mode(tx_ampdu_prot_mode_para *prot_mode, t_u16 action) in wlan_tx_ampdu_prot_mode() argument
14412 return wifi_tx_ampdu_prot_mode(prot_mode, action); in wlan_tx_ampdu_prot_mode()