Lines Matching refs:cmd
376 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_associate() argument
379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate()
394 cmd->command = cpu_to_le16(HostCmd_CMD_802_11_ASSOCIATE); in mwifiex_cmd_802_11_associate()
530 cmd->size = cpu_to_le16((u16) (pos - (u8 *) assoc) + S_DS_GEN); in mwifiex_cmd_802_11_associate()
829 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_start() argument
835 &cmd->params.adhoc_start; in mwifiex_cmd_802_11_ad_hoc_start()
851 cmd->command = cpu_to_le16(HostCmd_CMD_802_11_AD_HOC_START); in mwifiex_cmd_802_11_ad_hoc_start()
1077 cmd->size = in mwifiex_cmd_802_11_ad_hoc_start()
1109 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_join() argument
1114 &cmd->params.adhoc_join; in mwifiex_cmd_802_11_ad_hoc_join()
1142 cmd->command = cpu_to_le16(HostCmd_CMD_802_11_AD_HOC_JOIN); in mwifiex_cmd_802_11_ad_hoc_join()
1238 cmd->size = cpu_to_le16 in mwifiex_cmd_802_11_ad_hoc_join()
1265 u16 cmd = le16_to_cpu(resp->command); in mwifiex_ret_802_11_ad_hoc() local
1274 if (cmd == HostCmd_CMD_802_11_AD_HOC_START) in mwifiex_ret_802_11_ad_hoc()