Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14469 u8 mbssid_max_interfaces = 0; in ath12k_mac_hw_register() local
14517 mbssid_max_interfaces += TARGET_NUM_VDEVS(ar->ab); in ath12k_mac_hw_register()
14639 wiphy->mbssid_max_interfaces = mbssid_max_interfaces; in ath12k_mac_hw_register()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2821 if (bssid_id > ilog2(wiphy->mbssid_max_interfaces)) in mt76_connac_mcu_bss_basic_tlv()
/linux/include/net/
H A Dcfg80211.h6225 u8 mbssid_max_interfaces; member
/linux/net/wireless/
H A Dnl80211.c2549 if (!wiphy->mbssid_max_interfaces) in nl80211_put_mbssid_support()
2557 wiphy->mbssid_max_interfaces)) in nl80211_put_mbssid_support()
6025 if (!wiphy->mbssid_max_interfaces) in nl80211_parse_mbssid_config()
6043 if (config->index >= wiphy->mbssid_max_interfaces || in nl80211_parse_mbssid_config()
6106 if (!wiphy->mbssid_max_interfaces) in nl80211_parse_mbssid_elems()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5574 hw->wiphy->mbssid_max_interfaces = 8; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c10636 ar->hw->wiphy->mbssid_max_interfaces = TARGET_NUM_VDEVS(ab); in __ath11k_mac_register()