Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14490 u8 mbssid_max_interfaces = 0; in ath12k_mac_hw_register() local
14538 mbssid_max_interfaces += TARGET_NUM_VDEVS(ar->ab); in ath12k_mac_hw_register()
14660 wiphy->mbssid_max_interfaces = mbssid_max_interfaces; in ath12k_mac_hw_register()
/linux/net/wireless/
H A Dnl80211.c2698 if (!wiphy->mbssid_max_interfaces) in nl80211_put_mbssid_support()
2706 wiphy->mbssid_max_interfaces)) in nl80211_put_mbssid_support()
6250 if (!wiphy->mbssid_max_interfaces) in nl80211_parse_mbssid_config()
6268 if (config->index >= wiphy->mbssid_max_interfaces || in nl80211_parse_mbssid_config()
6331 if (!wiphy->mbssid_max_interfaces) in nl80211_parse_mbssid_elems()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5772 hw->wiphy->mbssid_max_interfaces = 8; in mac80211_hwsim_new_radio()