Home
last modified time | relevance | path

Searched refs:max_ap_assoc_sta (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h80 u16 max_ap_assoc_sta; member
Dcfg80211.c1131 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
Dqlink.h823 __le16 max_ap_assoc_sta; member
Dcommands.c1257 mac_info->max_ap_assoc_sta = le16_to_cpu(resp_info->max_ap_assoc_sta); in qtnf_cmd_resp_proc_mac_info()
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c2084 wiphy->max_ap_assoc_sta = rsi_max_ap_stas[common->oper_mode - 1]; in rsi_mac80211_attach()
2085 common->max_stations = wiphy->max_ap_assoc_sta; in rsi_mac80211_attach()
/Linux-v5.4/include/net/
Dcfg80211.h4661 u16 max_ap_assoc_sta; member
/Linux-v5.4/net/wireless/
Dnl80211.c2279 if (rdev->wiphy.max_ap_assoc_sta && in nl80211_send_wiphy()
2281 rdev->wiphy.max_ap_assoc_sta)) in nl80211_send_wiphy()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c8860 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()