Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c825 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_tcp_keep_alive() local
826 t_u8 *pos = (t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action); in wifi_tcp_keep_alive()
848 auto_tx_cmd->action = wlan_cpu_to_le16(cmd_action); in wifi_tcp_keep_alive()
917 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_cloud_keep_alive() local
918 …t_u8 *pos = (t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action); in wifi_cloud_keep_alive()
946 auto_tx_cmd->action = wlan_cpu_to_le16(cmd_action); in wifi_cloud_keep_alive()
6633 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_auto_null_tx() local
6642 auto_tx_cmd->action = wlan_cpu_to_le16(HostCmd_ACT_GEN_SET); in wifi_auto_null_tx()
6647 (MrvlIEtypes_Auto_Null_Tx_t *)((t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action)); in wifi_auto_null_tx()