Lines Matching defs:mac
14 #include "mac.h"
565 static void ath11k_get_arvif_iter(void *data, u8 *mac,
1647 static void ath11k_mac_handle_beacon_iter(void *data, u8 *mac,
1671 static void ath11k_mac_handle_beacon_miss_iter(void *data, u8 *mac,
2958 cap_band = &ar->mac.iftype[NL80211_BAND_2GHZ][vif->type].he_cap;
2960 cap_band = &ar->mac.iftype[NL80211_BAND_5GHZ][vif->type].he_cap;
3237 "mac vdev %i failed to retrieve %s template\n",
5227 ath11k_warn(ar->ab, "mac sta rc update failed to find peer %pM on vdev %i\n",
5618 band = &ar->mac.sbands[NL80211_BAND_2GHZ];
5629 band = &ar->mac.sbands[NL80211_BAND_5GHZ];
5898 ar->mac.iftype[NL80211_BAND_2GHZ],
5900 band = &ar->mac.sbands[NL80211_BAND_2GHZ];
5901 band->iftype_data = ar->mac.iftype[NL80211_BAND_2GHZ];
5907 ar->mac.iftype[NL80211_BAND_5GHZ],
5909 band = &ar->mac.sbands[NL80211_BAND_5GHZ];
5910 band->iftype_data = ar->mac.iftype[NL80211_BAND_5GHZ];
5917 ar->mac.iftype[NL80211_BAND_6GHZ],
5919 band = &ar->mac.sbands[NL80211_BAND_6GHZ];
5920 band->iftype_data = ar->mac.iftype[NL80211_BAND_6GHZ];
6283 ath11k_warn(ab, "mac operations not supported in factory test mode\n");
7364 ath11k_mac_change_chanctx_cnt_iter(void *data, u8 *mac,
7376 ath11k_mac_change_chanctx_fill_iter(void *data, u8 *mac,
7797 ath11k_dbg(ar->ab, ATH11K_DBG_MAC, "setting mac vdev %d param %d value %d\n",
7922 struct ieee80211_supported_band *sband = &ar->mac.sbands[band];
9207 band = &ar->mac.sbands[NL80211_BAND_2GHZ];
9229 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels);
9234 band = &ar->mac.sbands[NL80211_BAND_6GHZ];
9257 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels);
9258 kfree(ar->mac.sbands[NL80211_BAND_6GHZ].channels);
9262 band = &ar->mac.sbands[NL80211_BAND_5GHZ];
9382 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels);
9383 kfree(ar->mac.sbands[NL80211_BAND_5GHZ].channels);
9384 kfree(ar->mac.sbands[NL80211_BAND_6GHZ].channels);
9632 "failed set cc code for mac register: %d\n", ret);
9651 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels);
9652 kfree(ar->mac.sbands[NL80211_BAND_5GHZ].channels);
9653 kfree(ar->mac.sbands[NL80211_BAND_6GHZ].channels);