Symbol: NL80211_IFTYPE_MONITOR
drivers/net/wireless/admtek/adm8211.c
1395
if (priv->mode != NL80211_IFTYPE_MONITOR)
drivers/net/wireless/admtek/adm8211.c
1422
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/admtek/adm8211.c
1542
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/admtek/adm8211.c
771
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath10k/mac.c
3750
if (!vif || vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/ath/ath10k/mac.c
5646
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath10k/mac.c
5763
if (ar->cfg_tx_chainmask && (vif->type != NL80211_IFTYPE_MONITOR)) {
drivers/net/wireless/ath/ath10k/mac.c
5873
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath10k/mac.c
6018
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath10k/mac.c
9021
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath10k/mac.c
9081
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath11k/mac.c
10651
ar->hw->wiphy->interface_modes &= ~BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/ath/ath11k/mac.c
7146
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath11k/mac.c
7291
if (vif->type != NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/ath/ath12k/mac.c
10371
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath12k/mac.c
10409
if (vif->type == NL80211_IFTYPE_MONITOR && ar->monitor_vdev_created)
drivers/net/wireless/ath/ath12k/mac.c
10437
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/ath/ath12k/mac.c
11651
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath12k/mac.c
15030
wiphy->interface_modes &= ~BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/ath/ath5k/base.c
2050
ah->opmode == NL80211_IFTYPE_MONITOR)) {
drivers/net/wireless/ath/ath5k/pcu.c
656
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath5k/pcu.c
918
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath9k/htc_drv_main.c
395
priv->ah->opmode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/ath/debug.c
35
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/cfg80211.c
2689
BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/ath/wil6210/cfg80211.c
339
{NL80211_IFTYPE_MONITOR, WMI_NETTYPE_ADHOC}, /* FIXME */
drivers/net/wireless/ath/wil6210/cfg80211.c
867
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/ethtool.c
65
if (wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/wil6210/interrupt.c
249
if (wdev->iftype == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/ath/wil6210/main.c
1854
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/main.c
573
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/pm.c
48
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/txrx.c
1021
if (wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/wil6210/txrx.c
2331
if (unlikely(vif->wdev.iftype == NL80211_IFTYPE_MONITOR)) {
drivers/net/wireless/ath/wil6210/txrx.c
380
if (vif->wdev.iftype == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/ath/wil6210/wmi.c
2636
if (wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
1000
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
1325
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
1393
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7500
wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7518
c0_limits[i++].types = BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7576
mbss_limits[i++].types = BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
921
vif = brcmf_alloc_vif(cfg, NL80211_IFTYPE_MONITOR);
drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c
1319
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/dvm/main.c
621
BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/intel/iwlwifi/dvm/rxon.c
43
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/iface.c
110
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/iface.c
178
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/iface.c
464
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1228
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1267
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1406
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
723
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
753
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/sta.c
1219
if (WARN_ON(vif->type != NL80211_IFTYPE_MONITOR))
drivers/net/wireless/intel/iwlwifi/mld/sta.c
1305
if (WARN_ON(vif->type != NL80211_IFTYPE_MONITOR))
drivers/net/wireless/intel/iwlwifi/mld/tx.c
666
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
1376
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
1445
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
522
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
741
WARN_ON(vif->type != NL80211_IFTYPE_MONITOR);
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
1774
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
1888
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3175
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5014
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5055
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5141
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5178
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
156
WARN_ON(vif->type != NL80211_IFTYPE_MONITOR);
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
238
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
171
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
243
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
301
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
760
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
82
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/power.c
615
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/quota.c
58
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
829
} else if (info.control.vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intersil/p54/fwio.c
339
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intersil/p54/main.c
185
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/intersil/p54/main.c
234
if (priv->mode != NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intersil/p54/main.c
275
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/intersil/p54/txrx.c
721
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/marvell/libertas/cfg.c
1664
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/marvell/libertas/cfg.c
2169
wdev->wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/marvell/libertas/cmdresp.c
144
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/marvell/libertas/main.c
87
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/marvell/libertas/main.c
91
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/marvell/libertas/main.c
97
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/marvell/libertas/mesh.c
945
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/marvell/libertas/rx.c
70
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/marvell/libertas/tx.c
117
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/marvell/libertas/tx.c
160
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/marvell/libertas/tx.c
192
if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR ||
drivers/net/wireless/mediatek/mt76/channel.c
122
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/channel.c
169
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
2277
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7615/main.c
160
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7615/main.c
193
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
1207
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
2840
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
2885
if (vif->type != NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
339
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7915/main.c
166
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7915/main.c
218
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
715
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7921/main.c
1420
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt7925/main.c
1958
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt7996/main.c
125
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7996/main.c
568
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7996/main.c
594
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1128
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1172
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1228
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/microchip/wilc1000/cfg80211.c
1533
if (type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/microchip/wilc1000/cfg80211.c
1795
BIT(NL80211_IFTYPE_MONITOR) |
drivers/net/wireless/quantenna/qtnfmac/qlink_util.c
23
result |= BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/realtek/rtw89/core.c
5648
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/realtek/rtw89/mac80211.c
227
rtwdev->pure_monitor_mode_vif = vif->type == NL80211_IFTYPE_MONITOR ?
drivers/net/wireless/st/cw1200/debug.c
50
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/st/cw1200/sta.c
218
if (priv->mode != NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/st/cw1200/sta.c
2201
priv->mode == NL80211_IFTYPE_MONITOR ||
drivers/net/wireless/st/cw1200/sta.c
292
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/st/cw1200/sta.c
79
priv->mode = NL80211_IFTYPE_MONITOR;
drivers/net/wireless/st/cw1200/sta.c
936
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/st/cw1200/wsm.c
1506
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/virtual/mac80211_hwsim_main.c
2339
if (vif->type != NL80211_IFTYPE_MONITOR)
drivers/net/wireless/virtual/mac80211_hwsim_main.c
2394
if (vif->type != NL80211_IFTYPE_MONITOR)
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
1111
case NL80211_IFTYPE_MONITOR:
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2165
mon_wdev->iftype = NL80211_IFTYPE_MONITOR;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2207
case NL80211_IFTYPE_MONITOR:
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2648
| BIT(NL80211_IFTYPE_MONITOR)
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2653
wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR);
net/mac80211/cfg.c
223
if (type == NL80211_IFTYPE_MONITOR) {
net/mac80211/cfg.c
238
case NL80211_IFTYPE_MONITOR:
net/mac80211/cfg.c
297
if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/cfg.c
3740
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
3775
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
3797
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
5104
sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/cfg.c
717
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
1252
sdata->vif.type != NL80211_IFTYPE_MONITOR)
net/mac80211/chan.c
1281
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
1295
if (iter.iftype == NL80211_IFTYPE_MONITOR) {
net/mac80211/chan.c
1598
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
545
case NL80211_IFTYPE_MONITOR:
net/mac80211/debugfs_netdev.c
1084
if (link->sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/debugfs_netdev.c
945
if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
net/mac80211/driver-ops.c
329
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/driver-ops.c
361
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/driver-ops.c
478
(sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/driver-ops.c
66
(sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/driver-ops.h
501
if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/ethtool.c
164
sdata->vif.type == NL80211_IFTYPE_MONITOR)
net/mac80211/iface.c
1250
sdata->vif.type = NL80211_IFTYPE_MONITOR;
net/mac80211/iface.c
1253
sdata->wdev.iftype = NL80211_IFTYPE_MONITOR;
net/mac80211/iface.c
1269
ret = ieee80211_check_queues(sdata, NL80211_IFTYPE_MONITOR);
net/mac80211/iface.c
1410
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
1463
sdata->vif.addr_valid = sdata->vif.type != NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
1481
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
192
if (iter->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/iface.c
1946
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
2118
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
2186
if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
net/mac80211/iface.c
2282
(type != NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
2392
if (type == NL80211_IFTYPE_MONITOR)
net/mac80211/iface.c
285
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/iface.c
331
return type1 == NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
332
type2 == NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
359
nsdata->vif.type != NL80211_IFTYPE_MONITOR) ||
net/mac80211/iface.c
360
(sdata->vif.type != NL80211_IFTYPE_MONITOR &&
net/mac80211/iface.c
511
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
621
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
746
case NL80211_IFTYPE_MONITOR:
net/mac80211/main.c
1377
hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR);
net/mac80211/main.c
1378
hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR);
net/mac80211/main.c
358
(sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/main.c
416
case NL80211_IFTYPE_MONITOR:
net/mac80211/offchannel.c
114
if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
net/mac80211/offchannel.c
146
if (sdata->vif.type != NL80211_IFTYPE_MONITOR)
net/mac80211/pm.c
153
case NL80211_IFTYPE_MONITOR:
net/mac80211/rx.c
5523
if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/status.c
968
if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/tx.c
1659
if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
net/mac80211/tx.c
1775
case NL80211_IFTYPE_MONITOR:
net/mac80211/tx.c
2395
if (tmp_sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/tx.c
4025
case NL80211_IFTYPE_MONITOR:
net/mac80211/tx.c
831
if (unlikely(info->control.vif->type == NL80211_IFTYPE_MONITOR))
net/mac80211/util.c
1127
if (sdata->vif.type != NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
2003
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
2023
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
2109
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
2213
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
758
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
839
case NL80211_IFTYPE_MONITOR:
net/wireless/chan.c
1042
case NL80211_IFTYPE_MONITOR:
net/wireless/chan.c
1165
case NL80211_IFTYPE_MONITOR:
net/wireless/core.c
1496
if (iftype == NL80211_IFTYPE_MONITOR)
net/wireless/core.c
1554
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
1892
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
3921
wdev->iftype == NL80211_IFTYPE_MONITOR ||
net/wireless/nl80211.c
4111
enum nl80211_iftype iftype = NL80211_IFTYPE_MONITOR;
net/wireless/nl80211.c
4134
iftype == NL80211_IFTYPE_MONITOR,
net/wireless/nl80211.c
4199
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
4937
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/nl80211.c
4960
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/nl80211.c
4981
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/reg.c
2402
case NL80211_IFTYPE_MONITOR:
net/wireless/util.c
1285
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
54
type = NL80211_IFTYPE_MONITOR;
net/wireless/wext-compat.c
783
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
830
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
89
case NL80211_IFTYPE_MONITOR: