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
5970
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/ath/ath12k/core.h
638
iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/ath/ath12k/mac.c
8849
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/ath/ath6kl/cfg80211.c
3409
ath6kl_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/ath/wil6210/cfg80211.c
273
wil_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7395
brcmf_txrx_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/marvell/mwifiex/cfg80211.c
1743
mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES] = {
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4733
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
202
struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/mediatek/mt76/mt7921/main.c
27
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt7925/main.c
282
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt792x.h
157
struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES];
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1625
for (i = 0; i < NUM_NL80211_IFTYPES; i++) {
drivers/net/wireless/mediatek/mt76/mt7996/mt7996.h
351
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
3060
unsigned int num[NUM_NL80211_IFTYPES] = {};
drivers/net/wireless/realtek/rtw89/core.c
5491
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
1677
int iftype_num[NUM_NL80211_IFTYPES];
include/net/cfg80211.h
649
if (WARN_ON(iftype >= NUM_NL80211_IFTYPES))
include/uapi/linux/nl80211.h
3677
NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
net/mac80211/cfg.c
725
case NUM_NL80211_IFTYPES:
net/mac80211/chan.c
1419
case NUM_NL80211_IFTYPES:
net/mac80211/chan.c
488
case NUM_NL80211_IFTYPES:
net/mac80211/iface.c
1375
case NUM_NL80211_IFTYPES:
net/mac80211/iface.c
1942
case NUM_NL80211_IFTYPES:
net/mac80211/main.c
670
ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = {
net/mac80211/util.c
2127
case NUM_NL80211_IFTYPES:
net/mac80211/util.c
4230
if (WARN_ON(iftype >= NUM_NL80211_IFTYPES))
net/wireless/chan.c
775
case NUM_NL80211_IFTYPES:
net/wireless/chan.c
898
case NUM_NL80211_IFTYPES:
net/wireless/core.c
1428
case NUM_NL80211_IFTYPES:
net/wireless/core.c
858
ifmodes &= ((1 << NUM_NL80211_IFTYPES) - 1) & ~1;
net/wireless/nl80211.c
1712
case NUM_NL80211_IFTYPES:
net/wireless/nl80211.c
2164
for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) {
net/wireless/nl80211.c
2187
for (ift = 0; ift < NUM_NL80211_IFTYPES; ift++) {
net/wireless/util.c
1247
case NUM_NL80211_IFTYPES:
net/wireless/util.c
2476
for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) {
net/wireless/util.c
2505
for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) {