Lines Matching refs:channel_req
4263 int channel_req = 0; in wl_cfgscan_update_v3_schedscan_results() local
4328 channel_req = netinfo->pfnsubnet.chanspec; in wl_cfgscan_update_v3_schedscan_results()
4361 &channel_req, sizeof(uint16)); in wl_cfgscan_update_v3_schedscan_results()
4432 int channel_req = 0; in wl_notify_sched_scan_results() local
4531 channel_req = netinfo->pfnsubnet.channel; in wl_notify_sched_scan_results()
4532 band = (channel_req <= CH_MAX_2G_CHANNEL) ? NL80211_BAND_2GHZ in wl_notify_sched_scan_results()
4535 ieee80211_channel_to_frequency(channel_req, band); in wl_notify_sched_scan_results()
4558 &channel_req, sizeof(uint16)); in wl_notify_sched_scan_results()
4666 channel_req = netinfo_v2->pfnsubnet.channel; in wl_notify_sched_scan_results()
4667 band = (channel_req <= CH_MAX_2G_CHANNEL) ? NL80211_BAND_2GHZ in wl_notify_sched_scan_results()
4670 ieee80211_channel_to_frequency(channel_req, band); in wl_notify_sched_scan_results()
4693 &channel_req, sizeof(uint16)); in wl_notify_sched_scan_results()