Searched refs:creq (Results 1 – 1 of 1) sorted by relevance
2862 struct cfg80211_scan_request *creq; in cfg80211_wext_siwscan() local2888 creq = kzalloc(sizeof(*creq) + sizeof(struct cfg80211_ssid) + in cfg80211_wext_siwscan()2891 if (!creq) in cfg80211_wext_siwscan()2894 creq->wiphy = wiphy; in cfg80211_wext_siwscan()2895 creq->wdev = dev->ieee80211_ptr; in cfg80211_wext_siwscan()2897 creq->ssids = (void *)&creq->channels[n_channels]; in cfg80211_wext_siwscan()2898 creq->n_channels = n_channels; in cfg80211_wext_siwscan()2899 creq->n_ssids = 1; in cfg80211_wext_siwscan()2900 creq->scan_start = jiffies; in cfg80211_wext_siwscan()2936 creq->channels[i] = &wiphy->bands[band]->channels[j]; in cfg80211_wext_siwscan()[all …]