Searched refs:user_scan_cfg (Results 1 – 2 of 2) sorted by relevance
1921 struct mwifiex_user_scan_cfg *user_scan_cfg; in mwifiex_active_scan_req_for_passive_chan() local1933 user_scan_cfg = kzalloc_obj(*user_scan_cfg); in mwifiex_active_scan_req_for_passive_chan()1935 if (!user_scan_cfg) in mwifiex_active_scan_req_for_passive_chan()1941 memcpy(&user_scan_cfg->chan_list[id], in mwifiex_active_scan_req_for_passive_chan()1948 ether_addr_copy(user_scan_cfg->random_mac, in mwifiex_active_scan_req_for_passive_chan()1950 user_scan_cfg->num_ssids = priv->scan_request->n_ssids; in mwifiex_active_scan_req_for_passive_chan()1951 user_scan_cfg->ssid_list = priv->scan_request->ssids; in mwifiex_active_scan_req_for_passive_chan()1953 ret = mwifiex_scan_networks(priv, user_scan_cfg); in mwifiex_active_scan_req_for_passive_chan()1954 kfree(user_scan_cfg); in mwifiex_active_scan_req_for_passive_chan()
2665 struct mwifiex_user_scan_cfg *user_scan_cfg; in mwifiex_cfg80211_scan() local2686 user_scan_cfg = kzalloc_obj(*user_scan_cfg); in mwifiex_cfg80211_scan()2687 if (!user_scan_cfg) in mwifiex_cfg80211_scan()2696 ether_addr_copy(user_scan_cfg->random_mac, mac_addr); in mwifiex_cfg80211_scan()2699 user_scan_cfg->num_ssids = request->n_ssids; in mwifiex_cfg80211_scan()2700 user_scan_cfg->ssid_list = request->ssids; in mwifiex_cfg80211_scan()2720 user_scan_cfg->chan_list[i].chan_number = chan->hw_value; in mwifiex_cfg80211_scan()2721 user_scan_cfg->chan_list[i].radio_type = chan->band; in mwifiex_cfg80211_scan()2724 user_scan_cfg->chan_list[i].scan_type = in mwifiex_cfg80211_scan()2727 user_scan_cfg->chan_list[i].scan_type = in mwifiex_cfg80211_scan()[all …]