Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c453 case HostCmd_CMD_MAC_CONTROL: in wlan_handle_cmd_resp_packet()
859 last_cmd_sent = HostCmd_CMD_MAC_CONTROL; in wlan_set_mac_ctrl()
861 wifi_send_fw_cmd(HostCmd_CMD_MAC_CONTROL, (uint8_t *)outbuf, imupkt->size); in wlan_set_mac_ctrl()
1068 if (wlan_wait_for_last_resp_rcvd(HostCmd_CMD_MAC_CONTROL) != true) in wlan_fw_init_cfg()
Dwifi-sdio.c523 case HostCmd_CMD_MAC_CONTROL: in wlan_handle_cmd_resp_packet()
1208 last_cmd_sent = HostCmd_CMD_MAC_CONTROL; in wlan_set_mac_ctrl()
Dmlan_sta_cmd.c409 pcmd->command = wlan_cpu_to_le16(HostCmd_CMD_MAC_CONTROL); in wlan_cmd_mac_control()
2073 case HostCmd_CMD_MAC_CONTROL:
Dmlan_glue.c7205 cmd->command = HostCmd_CMD_MAC_CONTROL; in wlan_prepare_mac_control_cmd()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h1075 #define HostCmd_CMD_MAC_CONTROL 0x0028 macro