Searched refs:creq (Results 1 – 1 of 1) sorted by relevance
2686 struct cfg80211_scan_request *creq; in cfg80211_wext_siwscan() local2712 creq = kzalloc(sizeof(*creq) + sizeof(struct cfg80211_ssid) + in cfg80211_wext_siwscan()2715 if (!creq) in cfg80211_wext_siwscan()2718 creq->wiphy = wiphy; in cfg80211_wext_siwscan()2719 creq->wdev = dev->ieee80211_ptr; in cfg80211_wext_siwscan()2721 creq->ssids = (void *)&creq->channels[n_channels]; in cfg80211_wext_siwscan()2722 creq->n_channels = n_channels; in cfg80211_wext_siwscan()2723 creq->n_ssids = 1; in cfg80211_wext_siwscan()2724 creq->scan_start = jiffies; in cfg80211_wext_siwscan()2760 creq->channels[i] = &wiphy->bands[band]->channels[j]; in cfg80211_wext_siwscan()[all …]