Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h98 u16 max_ap_assoc_sta; member
Dcfg80211.c1100 wiphy->max_ap_assoc_sta = macinfo->max_ap_assoc_sta; in qtnf_wiphy_register()
Dqlink.h783 __le16 max_ap_assoc_sta; member
Dcommands.c1389 mac_info->max_ap_assoc_sta = le16_to_cpu(resp_info->max_ap_assoc_sta); in qtnf_cmd_resp_proc_mac_info()
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1998 wiphy->max_ap_assoc_sta = rsi_max_ap_stas[common->oper_mode - 1]; in rsi_mac80211_attach()
1999 common->max_stations = wiphy->max_ap_assoc_sta; in rsi_mac80211_attach()
/Linux-v4.19/include/net/
Dcfg80211.h4093 u16 max_ap_assoc_sta; member
/Linux-v4.19/net/wireless/
Dnl80211.c1943 if (rdev->wiphy.max_ap_assoc_sta && in nl80211_send_wiphy()
1945 rdev->wiphy.max_ap_assoc_sta)) in nl80211_send_wiphy()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c8454 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()