Symbol: NUM_NL80211_IFTYPES
drivers/net/wireless/ath/ath11k/core.h
687
iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/ath/ath11k/mac.c
5965
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/ath/ath12k/core.h
651
iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/ath/ath12k/mac.c
9020
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/ath/ath6kl/cfg80211.c
3413
ath6kl_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/ath/wil6210/cfg80211.c
274
wil_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7398
brcmf_txrx_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/marvell/mwifiex/cfg80211.c
1744
mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4736
NUM_NL80211_IFTYPES *
drivers/net/wireless/marvell/mwifiex/main.h
1004
struct ieee80211_txrx_stypes mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES];
drivers/net/wireless/mediatek/mt76/mt7915/init.c
1020
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h
204
struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/mediatek/mt76/mt7921/main.c
28
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt7925/main.c
303
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt792x.h
162
struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1694
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h
373
struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/microchip/wilc1000/cfg80211.c
21
wilc_wfi_cfg80211_mgmt_types[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
54
qtnf_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/realtek/rtw89/chan.c
3088
unsigned int num[NUM_NL80211_IFTYPES] = {};
drivers/net/wireless/realtek/rtw89/core.c
6276
for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) {
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
149
rtw_cfg80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = {
include/net/cfg80211.h
1740
int iftype_num[NUM_NL80211_IFTYPES];
include/net/cfg80211.h
652
if (WARN_ON(iftype >= NUM_NL80211_IFTYPES))
include/uapi/linux/nl80211.h
3890
NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
net/mac80211/cfg.c
721
case NUM_NL80211_IFTYPES:
net/mac80211/chan.c
1605
case NUM_NL80211_IFTYPES:
net/mac80211/chan.c
555
case NUM_NL80211_IFTYPES:
net/mac80211/iface.c
1423
case NUM_NL80211_IFTYPES:
net/mac80211/iface.c
1969
case NUM_NL80211_IFTYPES:
net/mac80211/main.c
670
ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = {
net/mac80211/util.c
2219
case NUM_NL80211_IFTYPES:
net/mac80211/util.c
4333
if (WARN_ON(iftype >= NUM_NL80211_IFTYPES))
net/wireless/chan.c
1050
case NUM_NL80211_IFTYPES:
net/wireless/chan.c
1175
case NUM_NL80211_IFTYPES:
net/wireless/core.c
1560
case NUM_NL80211_IFTYPES:
net/wireless/core.c
979
ifmodes &= ((1 << NUM_NL80211_IFTYPES) - 1) & ~1;
net/wireless/nl80211.c
1895
case NUM_NL80211_IFTYPES:
net/wireless/nl80211.c
2347
for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) {
net/wireless/nl80211.c
2370
for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) {
net/wireless/util.c
1289
case NUM_NL80211_IFTYPES:
net/wireless/util.c
2516
for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) {
net/wireless/util.c
2545
for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) {