Searched refs:adhoc_start (Results 1 – 2 of 2) sorted by relevance
834 struct host_cmd_ds_802_11_ad_hoc_start *adhoc_start = in mwifiex_cmd_802_11_ad_hoc_start() local835 &cmd->params.adhoc_start; in mwifiex_cmd_802_11_ad_hoc_start()845 u8 *pos = (u8 *) adhoc_start + in mwifiex_cmd_802_11_ad_hoc_start()866 memset(adhoc_start->ssid, 0, IEEE80211_MAX_SSID_LEN); in mwifiex_cmd_802_11_ad_hoc_start()870 memcpy(adhoc_start->ssid, req_ssid->ssid, req_ssid->ssid_len); in mwifiex_cmd_802_11_ad_hoc_start()873 adhoc_start->ssid); in mwifiex_cmd_802_11_ad_hoc_start()881 adhoc_start->bss_mode = HostCmd_BSS_MODE_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()883 adhoc_start->beacon_period = cpu_to_le16(priv->beacon_period); in mwifiex_cmd_802_11_ad_hoc_start()892 adhoc_start->phy_param_set.ds_param_set.element_id = DS_PARA_IE_ID; in mwifiex_cmd_802_11_ad_hoc_start()893 adhoc_start->phy_param_set.ds_param_set.len = DS_PARA_IE_LEN; in mwifiex_cmd_802_11_ad_hoc_start()[all …]
2332 struct host_cmd_ds_802_11_ad_hoc_start adhoc_start; member