Home
last modified time | relevance | path

Searched refs:acs_survey (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDscan.c3788 if (!mvm->acs_survey) { in iwl_mvm_rx_channel_survey_notif()
3798 mvm->acs_survey = kzalloc(struct_size(mvm->acs_survey, in iwl_mvm_rx_channel_survey_notif()
3802 if (!mvm->acs_survey) in iwl_mvm_rx_channel_survey_notif()
3805 mvm->acs_survey->n_channels = n_channels; in iwl_mvm_rx_channel_survey_notif()
3811 mvm->acs_survey->bands[band] = in iwl_mvm_rx_channel_survey_notif()
3812 &mvm->acs_survey->channels[n_channels]; in iwl_mvm_rx_channel_survey_notif()
3826 info = &mvm->acs_survey->bands[band][chan_idx]; in iwl_mvm_rx_channel_survey_notif()
HDops.c1603 kfree(mvm->acs_survey); in iwl_op_mode_mvm_stop()
HDmvm.h1370 struct iwl_mvm_acs_survey *acs_survey; member
HDmac80211.c5982 if (!mvm->acs_survey) { in iwl_mvm_mac_get_acs_survey()
5997 &mvm->acs_survey->bands[band][chan_idx]; in iwl_mvm_mac_get_acs_survey()
/freebsd-14-stable/contrib/wpa/hostapd/
HDdefconfig344 # to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDdefconfig587 # TODO: Extend parser to be able to parse "channel=acs_survey" as an alternative