Searched refs:auto_reconn (Results 1 – 2 of 2) sorted by relevance
1464 … HostCmd_DS_AUTO_RECONNECT *auto_reconn = (HostCmd_DS_AUTO_RECONNECT *)&cmd->params.auto_reconnect; local1471 auto_reconn->action = wlan_cpu_to_le16(cmd_action);1472 auto_reconn->reconnect_counter = auto_reconnect->reconnect_counter;1473 auto_reconn->reconnect_interval = auto_reconnect->reconnect_interval;1474 auto_reconn->flags = wlan_cpu_to_le16(auto_reconnect->flags);
3846 const HostCmd_DS_AUTO_RECONNECT *auto_reconn = &resp->params.auto_reconnect; in wifi_process_cmd_response() local3849 if (auto_reconn->action == HostCmd_ACT_GEN_GET) in wifi_process_cmd_response()3856 … auto_reconnect_config->reconnect_counter = auto_reconn->reconnect_counter; in wifi_process_cmd_response()3857 … auto_reconnect_config->reconnect_interval = auto_reconn->reconnect_interval; in wifi_process_cmd_response()3858 auto_reconnect_config->flags = auto_reconn->flags; in wifi_process_cmd_response()