Searched refs:NUM_NL80211_BANDS (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.h47 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.h495 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
497 iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
625 struct ath12k_band_cap band[NUM_NL80211_BANDS];
H A Dreg.c105 for (band = 0; band < NUM_NL80211_BANDS; band++) {
131 for (band = 0; band < NUM_NL80211_BANDS; band++) {
H A Dwmi.h2697 } chains[NUM_NL80211_BANDS];
/freebsd-current/sys/contrib/dev/athk/
H A Dath.h191 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
H A Dregd.c348 for (band = 0; band < NUM_NL80211_BANDS; band++) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h130 NUM_NL80211_BANDS enumerator in enum:nl80211_band
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dreg.c146 for (band = 0; band < NUM_NL80211_BANDS; band++) {
172 for (band = 0; band < NUM_NL80211_BANDS; band++) {
H A Dcore.h640 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
642 iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
784 struct ath11k_band_cap band[NUM_NL80211_BANDS];
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h101 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dphy-ctxt.c357 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) {
H A Dutils.c520 bool result_per_band[NUM_NL80211_BANDS];
935 u32 band_airtime[NUM_NL80211_BANDS] = {0};
997 for (i = 0; i < NUM_NL80211_BANDS; i++) {
H A Dfw.c1625 while (!sband && i < NUM_NL80211_BANDS)
H A Dscan.c2862 (data->band == NUM_NL80211_BANDS ||
2908 NUM_NL80211_BANDS);
H A Dmvm.h628 enum iwl_mvm_traffic_load band_load[NUM_NL80211_BANDS];
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h203 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h157 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h305 int mcast_rate[NUM_NL80211_BANDS];
632 int len[NUM_NL80211_BANDS];
634 uint8_t *ies[NUM_NL80211_BANDS];
677 uint32_t supp_rates[NUM_NL80211_BANDS];
H A Dcfg80211.h142 } control[NUM_NL80211_BANDS];
1144 struct ieee80211_supported_band *bands[NUM_NL80211_BANDS];
/freebsd-current/contrib/wpa/src/drivers/
H A Dnl80211_copy.h4890 * @NUM_NL80211_BANDS: number of bands, avoid using this in userspace
4900 NUM_NL80211_BANDS, enumerator in enum:nl80211_band
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h1129 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c333 for (band = 0; band < NUM_NL80211_BANDS; band++) {
691 for (band = 0; band < NUM_NL80211_BANDS; band++) {
3101 for (band = 0; band < NUM_NL80211_BANDS; band++) {
4683 for (band = 0; band < NUM_NL80211_BANDS; band++) {
/freebsd-current/sys/contrib/dev/rtw88/
H A Dfw.c1904 for (idx = NL80211_BAND_2GHZ; idx < NUM_NL80211_BANDS; idx++) {
/freebsd-current/sys/contrib/dev/rtw89/
H A Dfw.c3561 for (idx = NL80211_BAND_2GHZ; idx < NUM_NL80211_BANDS; idx++) {
3605 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) {
H A Dcore.h4206 struct list_head pkt_list[NUM_NL80211_BANDS];

Completed in 690 milliseconds

12