Home
last modified time | relevance | path

Searched refs:nd_config (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwow.c172 struct cfg80211_sched_scan_request *nd_config, in ath10k_wmi_pno_check() argument
180 pno->uc_networks_count = nd_config->n_match_sets; in ath10k_wmi_pno_check()
186 if (nd_config->n_channels > WMI_PNO_MAX_NETW_CHANNELS_EX) in ath10k_wmi_pno_check()
191 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath10k_wmi_pno_check()
199 nd_config->match_sets[i].ssid.ssid, in ath10k_wmi_pno_check()
200 nd_config->match_sets[i].ssid.ssid_len); in ath10k_wmi_pno_check()
206 pno->a_networks[i].channel_count = nd_config->n_channels; in ath10k_wmi_pno_check()
207 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath10k_wmi_pno_check()
209 for (j = 0; j < nd_config->n_channels; j++) { in ath10k_wmi_pno_check()
211 nd_config->channels[j]->center_freq; in ath10k_wmi_pno_check()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c879 struct cfg80211_sched_scan_request *nd_config, in iwl_mvm_netdetect_config() argument
915 ret = iwl_mvm_sched_scan_start(mvm, vif, nd_config, &mvm->nd_ies, in iwl_mvm_netdetect_config()
924 if (nd_config->n_match_sets) { in iwl_mvm_netdetect_config()
925 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
926 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
927 nd_config->n_match_sets, in iwl_mvm_netdetect_config()
930 mvm->n_nd_match_sets = nd_config->n_match_sets; in iwl_mvm_netdetect_config()
934 mvm->nd_channels = kmemdup(nd_config->channels, in iwl_mvm_netdetect_config()
935 sizeof(*nd_config->channels) * in iwl_mvm_netdetect_config()
936 nd_config->n_channels, in iwl_mvm_netdetect_config()
[all …]
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dscan.c2135 struct cfg80211_sched_scan_request *nd_config = NULL; in mwifiex_ret_802_11_scan() local
2200 nd_config = priv->wdev.wiphy->wowlan_config->nd_config; in mwifiex_ret_802_11_scan()
2203 if (nd_config) { in mwifiex_ret_802_11_scan()
Dcfg80211.c3471 if (!sta_priv->media_connected && !wowlan->nd_config) { in mwifiex_cfg80211_suspend()
3487 if (wowlan->nd_config) { in mwifiex_cfg80211_suspend()
3491 wowlan->nd_config); in mwifiex_cfg80211_suspend()
3551 if (wiphy->wowlan_config->nd_config) in mwifiex_cfg80211_resume()
Dsta_ioctl.c518 !priv->wdev.wiphy->wowlan_config->nd_config) { in mwifiex_enable_hs()
/Linux-v5.4/net/wireless/
Dcore.h133 kfree(rdev->wiphy.wowlan_config->nd_config); in cfg80211_rdev_free_wowlan()
Dnl80211.c11358 rdev->wiphy.wowlan_config->nd_config)) in nl80211_get_wowlan()
11538 trig->nd_config = nl80211_parse_sched_scan(&rdev->wiphy, NULL, tb, in nl80211_parse_wowlan_nd()
11540 err = PTR_ERR_OR_ZERO(trig->nd_config); in nl80211_parse_wowlan_nd()
11542 trig->nd_config = NULL; in nl80211_parse_wowlan_nd()
11750 kfree(new_triggers.nd_config); in nl80211_set_wowlan()
/Linux-v5.4/include/net/
Dcfg80211.h2711 struct cfg80211_sched_scan_request *nd_config; member
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c3699 if (wowl->nd_config) { in brcmf_configure_wowl()
3701 wowl->nd_config); in brcmf_configure_wowl()