Searched refs:adhoc_start (Results 1 – 2 of 2) sorted by relevance
846 struct host_cmd_ds_802_11_ad_hoc_start *adhoc_start = in mwifiex_cmd_802_11_ad_hoc_start() local847 &cmd->params.adhoc_start; in mwifiex_cmd_802_11_ad_hoc_start()857 u8 *pos = (u8 *) adhoc_start + in mwifiex_cmd_802_11_ad_hoc_start()885 adhoc_start->ssid); in mwifiex_cmd_802_11_ad_hoc_start()893 adhoc_start->bss_mode = HostCmd_BSS_MODE_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()944 adhoc_start->ss_param_set.ibss_param_set.atim_window in mwifiex_cmd_802_11_ad_hoc_start()967 memset(adhoc_start->data_rate, 0, sizeof(adhoc_start->data_rate)); in mwifiex_cmd_802_11_ad_hoc_start()980 for (i = 0; i < sizeof(adhoc_start->data_rate); i++) in mwifiex_cmd_802_11_ad_hoc_start()981 if (!adhoc_start->data_rate[i]) in mwifiex_cmd_802_11_ad_hoc_start()991 adhoc_start->data_rate); in mwifiex_cmd_802_11_ad_hoc_start()[all …]
2340 struct host_cmd_ds_802_11_ad_hoc_start adhoc_start; member
Completed in 22 milliseconds