Lines Matching refs:scan_request
564 if (priv->scan_request) in mwifiex_append_rate_tlv()
1517 if (!priv->scan_request) { in mwifiex_scan_networks()
1877 if (!priv->scan_request) { in mwifiex_complete_scan()
1896 if (adapter->active_scan_triggered || !priv->scan_request) { in mwifiex_active_scan_req_for_passive_chan()
1921 user_scan_cfg->num_ssids = priv->scan_request->n_ssids; in mwifiex_active_scan_req_for_passive_chan()
1922 user_scan_cfg->ssid_list = priv->scan_request->ssids; in mwifiex_active_scan_req_for_passive_chan()
1954 if (priv->scan_request) { in mwifiex_check_next_scan_command()
1957 cfg80211_scan_done(priv->scan_request, 0); in mwifiex_check_next_scan_command()
1958 priv->scan_request = NULL; in mwifiex_check_next_scan_command()
1964 } else if ((priv->scan_aborting && !priv->scan_request) || in mwifiex_check_next_scan_command()
1978 if (priv->scan_request) { in mwifiex_check_next_scan_command()
1981 cfg80211_scan_done(priv->scan_request, 1); in mwifiex_check_next_scan_command()
1982 priv->scan_request = NULL; in mwifiex_check_next_scan_command()