Searched refs:auto_reconnect (Results 1 – 4 of 4) sorted by relevance
1463 mlan_ds_auto_reconnect *auto_reconnect = (mlan_ds_auto_reconnect *)pdata_buf; local1464 … HostCmd_DS_AUTO_RECONNECT *auto_reconn = (HostCmd_DS_AUTO_RECONNECT *)&cmd->params.auto_reconnect;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);
273 mlan_ds_auto_reconnect auto_reconnect; in wifi_auto_reconnect() local275 (void)memset(&auto_reconnect, 0x00, sizeof(mlan_ds_auto_reconnect)); in wifi_auto_reconnect()279 auto_reconnect.reconnect_counter = auto_reconnect_config->reconnect_counter; in wifi_auto_reconnect()280 auto_reconnect.reconnect_interval = auto_reconnect_config->reconnect_interval; in wifi_auto_reconnect()281 auto_reconnect.flags = auto_reconnect_config->flags; in wifi_auto_reconnect()291 wlan_cmd_auto_reconnect(cmd, action, &auto_reconnect); in wifi_auto_reconnect()
3846 const HostCmd_DS_AUTO_RECONNECT *auto_reconn = &resp->params.auto_reconnect; in wifi_process_cmd_response()
7974 HostCmd_DS_AUTO_RECONNECT auto_reconnect;