Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwow.c173 struct cfg80211_sched_scan_request *nd_config, in ath10k_wmi_pno_check() argument
181 pno->uc_networks_count = nd_config->n_match_sets; in ath10k_wmi_pno_check()
187 if (nd_config->n_channels > WMI_PNO_MAX_NETW_CHANNELS_EX) in ath10k_wmi_pno_check()
192 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath10k_wmi_pno_check()
200 nd_config->match_sets[i].ssid.ssid, in ath10k_wmi_pno_check()
201 nd_config->match_sets[i].ssid.ssid_len); in ath10k_wmi_pno_check()
207 pno->a_networks[i].channel_count = nd_config->n_channels; in ath10k_wmi_pno_check()
208 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath10k_wmi_pno_check()
210 for (j = 0; j < nd_config->n_channels; j++) { in ath10k_wmi_pno_check()
212 nd_config->channels[j]->center_freq; in ath10k_wmi_pno_check()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwow.c252 struct cfg80211_sched_scan_request *nd_config, in ath11k_wmi_pno_check_and_convert() argument
260 pno->uc_networks_count = nd_config->n_match_sets; in ath11k_wmi_pno_check_and_convert()
266 if (nd_config->n_channels > WMI_PNO_MAX_NETW_CHANNELS_EX) in ath11k_wmi_pno_check_and_convert()
271 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath11k_wmi_pno_check_and_convert()
279 nd_config->match_sets[i].ssid.ssid, in ath11k_wmi_pno_check_and_convert()
280 nd_config->match_sets[i].ssid.ssid_len); in ath11k_wmi_pno_check_and_convert()
286 pno->a_networks[i].channel_count = nd_config->n_channels; in ath11k_wmi_pno_check_and_convert()
287 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath11k_wmi_pno_check_and_convert()
289 for (j = 0; j < nd_config->n_channels; j++) { in ath11k_wmi_pno_check_and_convert()
291 nd_config->channels[j]->center_freq; in ath11k_wmi_pno_check_and_convert()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwow.c268 const struct cfg80211_sched_scan_request *nd_config, in ath12k_wow_pno_check_and_convert() argument
276 pno->uc_networks_count = nd_config->n_match_sets; in ath12k_wow_pno_check_and_convert()
282 if (nd_config->n_channels > WMI_PNO_MAX_NETW_CHANNELS_EX) in ath12k_wow_pno_check_and_convert()
287 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath12k_wow_pno_check_and_convert()
295 nd_config->match_sets[i].ssid.ssid, in ath12k_wow_pno_check_and_convert()
302 pno->a_networks[i].channel_count = nd_config->n_channels; in ath12k_wow_pno_check_and_convert()
303 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath12k_wow_pno_check_and_convert()
305 for (j = 0; j < nd_config->n_channels; j++) { in ath12k_wow_pno_check_and_convert()
307 nd_config->channels[j]->center_freq; in ath12k_wow_pno_check_and_convert()
312 if (nd_config->n_ssids == 0) in ath12k_wow_pno_check_and_convert()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dwow.c535 struct cfg80211_sched_scan_request *nd_config) in rtw_wow_check_pno() argument
542 if (!nd_config->n_match_sets || !nd_config->n_channels) in rtw_wow_check_pno()
545 pno_req->match_set_cnt = nd_config->n_match_sets; in rtw_wow_check_pno()
547 pno_req->match_sets = kmemdup(nd_config->match_sets, size, GFP_KERNEL); in rtw_wow_check_pno()
551 pno_req->channel_cnt = nd_config->n_channels; in rtw_wow_check_pno()
552 size = sizeof(*nd_config->channels[0]) * nd_config->n_channels; in rtw_wow_check_pno()
559 memcpy(channel, nd_config->channels[i], sizeof(*channel)); in rtw_wow_check_pno()
562 pno_req->scan_plan = *nd_config->scan_plans; in rtw_wow_check_pno()
818 if (wowlan->nd_config) in rtw_wow_set_wakeups()
819 rtw_wow_check_pno(rtwdev, wowlan->nd_config); in rtw_wow_set_wakeups()
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c1147 struct cfg80211_sched_scan_request *nd_config) in rtw89_wow_init_pno() argument
1151 if (!nd_config->n_match_sets || !nd_config->n_channels) in rtw89_wow_init_pno()
1154 rtw_wow->nd_config = nd_config; in rtw89_wow_init_pno()
1176 if (wowlan->nd_config) in rtw89_wow_set_wakeups()
1177 rtw89_wow_init_pno(rtwdev, wowlan->nd_config); in rtw89_wow_set_wakeups()
1511 struct cfg80211_sched_scan_request *nd_config = rtw_wow->nd_config; in rtw89_pno_scan_update_probe_req() local
1512 u8 num = nd_config->n_match_sets, i; in rtw89_pno_scan_update_probe_req()
1519 nd_config->match_sets[i].ssid.ssid, in rtw89_pno_scan_update_probe_req()
1520 nd_config->match_sets[i].ssid.ssid_len, in rtw89_pno_scan_update_probe_req()
1521 nd_config->ie_len + sizeof(basic_rate_ie)); in rtw89_pno_scan_update_probe_req()
[all …]
H A Dfw.c8587 struct cfg80211_sched_scan_request *nd_config = rtw_wow->nd_config; local
8598 idx < nd_config->n_channels && list_len < RTW89_SCAN_LIST_LIMIT_AX;
8600 channel = nd_config->channels[idx];
8619 rtw89_pno_scan_add_chan_ax(rtwdev, type, nd_config->n_match_sets, ch_info);
8805 struct cfg80211_sched_scan_request *nd_config = rtw_wow->nd_config; local
8816 idx < nd_config->n_channels && list_len < RTW89_SCAN_LIST_LIMIT_BE;
8818 channel = nd_config->channels[idx];
8838 nd_config->n_match_sets, ch_info);
9586 struct cfg80211_sched_scan_request *nd_config = rtw_wow->nd_config; local
9606 h2c->nlo_cnt = nd_config->n_match_sets;
[all …]
H A Dcore.h6009 struct cfg80211_sched_scan_request *nd_config; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c1186 struct cfg80211_sched_scan_request *nd_config, in iwl_mvm_netdetect_config() argument
1208 ret = iwl_mvm_sched_scan_start(mvm, vif, nd_config, &mvm->nd_ies, in iwl_mvm_netdetect_config()
1217 if (nd_config->n_match_sets) { in iwl_mvm_netdetect_config()
1218 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1219 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
1220 nd_config->n_match_sets, in iwl_mvm_netdetect_config()
1223 mvm->n_nd_match_sets = nd_config->n_match_sets; in iwl_mvm_netdetect_config()
1227 mvm->nd_channels = kmemdup(nd_config->channels, in iwl_mvm_netdetect_config()
1228 sizeof(*nd_config->channels) * in iwl_mvm_netdetect_config()
1229 nd_config->n_channels, in iwl_mvm_netdetect_config()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c224 wowlan->nd_config; in iwl_mld_netdetect_config()
1223 !mld->wiphy->wowlan_config->nd_config)) { in iwl_mld_process_netdetect_res()
1229 netdetect_cfg = mld->wiphy->wowlan_config->nd_config; in iwl_mld_process_netdetect_res()
1942 if (WARN_ON(!wowlan->nd_config)) in iwl_mld_wowlan_suspend()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h995 struct cfg80211_sched_scan_request *nd_config; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c2583 if (wowlan->nd_config) { in mt76_connac_mcu_set_wow_ctrl()
2584 mt76_connac_mcu_sched_scan_req(phy, vif, wowlan->nd_config); in mt76_connac_mcu_set_wow_ctrl()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c198 if (wowlan->nd_config) { in mt7925_connac_mcu_set_wow_ctrl()
199 mt7925_mcu_sched_scan_req(phy, vif, wowlan->nd_config, &ies); in mt7925_connac_mcu_set_wow_ctrl()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c4311 if (wowl->nd_config) { in brcmf_configure_wowl()
4313 wowl->nd_config); in brcmf_configure_wowl()