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
10663
ar->hw->wiphy->interface_modes &= ~BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/ath/ath11k/mac.c
7151
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath11k/mac.c
7296
if (vif->type != NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/ath/ath12k/mac.c
10184
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/ath12k/mac.c
10221
if (vif->type == NL80211_IFTYPE_MONITOR && ar->monitor_vdev_created)
drivers/net/wireless/ath/ath12k/mac.c
10249
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/ath/ath12k/mac.c
11442
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/ath/ath12k/mac.c
14702
wiphy->interface_modes &= ~BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/ath/ath5k/base.c
2049
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
338
{NL80211_IFTYPE_MONITOR, WMI_NETTYPE_ADHOC}, /* FIXME */
drivers/net/wireless/ath/wil6210/cfg80211.c
866
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
1855
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/ath/wil6210/main.c
574
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
2635
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
7497
wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7515
c0_limits[i++].types = BIT(NL80211_IFTYPE_MONITOR);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7573
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
150
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/iface.c
393
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/iface.c
84
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1135
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1174
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1335
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
704
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
734
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mld/sta.c
1097
if (WARN_ON(vif->type != NL80211_IFTYPE_MONITOR))
drivers/net/wireless/intel/iwlwifi/mld/sta.c
1181
if (WARN_ON(vif->type != NL80211_IFTYPE_MONITOR))
drivers/net/wireless/intel/iwlwifi/mld/tx.c
657
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
1367
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
1436
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
1775
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
1889
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3177
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5007
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5048
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5134
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
5171
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
713
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
153
if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/marvell/libertas/tx.c
185
if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR ||
drivers/net/wireless/mediatek/mt76/channel.c
119
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/channel.c
168
if (vif->type == NL80211_IFTYPE_MONITOR &&
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
2286
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
1201
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
2814
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
2859
if (vif->type != NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
338
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
713
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7921/main.c
1397
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7925/main.c
1780
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt7996/main.c
124
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7996/main.c
500
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7996/main.c
526
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1046
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1090
if (vif->type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
1146
if (vif->type == NL80211_IFTYPE_MONITOR)
drivers/net/wireless/microchip/wilc1000/cfg80211.c
1532
if (type == NL80211_IFTYPE_MONITOR) {
drivers/net/wireless/microchip/wilc1000/cfg80211.c
1794
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
4863
case NL80211_IFTYPE_MONITOR:
drivers/net/wireless/realtek/rtw89/mac80211.c
224
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.c
2184
if (vif->type != NL80211_IFTYPE_MONITOR)
drivers/net/wireless/virtual/mac80211_hwsim.c
2239
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
2156
mon_wdev->iftype = NL80211_IFTYPE_MONITOR;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2198
case NL80211_IFTYPE_MONITOR:
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2638
| BIT(NL80211_IFTYPE_MONITOR)
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
2643
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
301
if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/cfg.c
3392
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
3427
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
3449
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/cfg.c
4720
sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/cfg.c
721
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
1082
sdata->vif.type != NL80211_IFTYPE_MONITOR)
net/mac80211/chan.c
1111
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
1124
if (iter.iftype == NL80211_IFTYPE_MONITOR) {
net/mac80211/chan.c
1414
case NL80211_IFTYPE_MONITOR:
net/mac80211/chan.c
477
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
1206
sdata->vif.type = NL80211_IFTYPE_MONITOR;
net/mac80211/iface.c
1209
sdata->wdev.iftype = NL80211_IFTYPE_MONITOR;
net/mac80211/iface.c
1227
ret = ieee80211_check_queues(sdata, NL80211_IFTYPE_MONITOR);
net/mac80211/iface.c
1367
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
1410
sdata->vif.addr_valid = sdata->vif.type != NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
1428
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
192
if (iter->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/iface.c
1925
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
2091
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
2159
if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
net/mac80211/iface.c
2234
(type != NL80211_IFTYPE_MONITOR ||
net/mac80211/iface.c
2344
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
506
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
608
case NL80211_IFTYPE_MONITOR:
net/mac80211/iface.c
710
case NL80211_IFTYPE_MONITOR:
net/mac80211/main.c
1358
hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR);
net/mac80211/main.c
1359
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
5399
if (sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/status.c
942
if (sdata->vif.type == NL80211_IFTYPE_MONITOR) {
net/mac80211/tx.c
1650
if (sdata->vif.type == NL80211_IFTYPE_MONITOR)
net/mac80211/tx.c
1766
case NL80211_IFTYPE_MONITOR:
net/mac80211/tx.c
2384
if (tmp_sdata->vif.type == NL80211_IFTYPE_MONITOR ||
net/mac80211/tx.c
3963
case NL80211_IFTYPE_MONITOR:
net/mac80211/tx.c
834
if (unlikely(info->control.vif->type == NL80211_IFTYPE_MONITOR))
net/mac80211/util.c
1112
if (sdata->vif.type != NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
1921
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
1938
if (sdata->vif.type == NL80211_IFTYPE_MONITOR &&
net/mac80211/util.c
2022
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
2122
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
743
case NL80211_IFTYPE_MONITOR:
net/mac80211/util.c
824
case NL80211_IFTYPE_MONITOR:
net/wireless/chan.c
768
case NL80211_IFTYPE_MONITOR:
net/wireless/chan.c
890
case NL80211_IFTYPE_MONITOR:
net/wireless/core.c
1367
if (iftype == NL80211_IFTYPE_MONITOR)
net/wireless/core.c
1423
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
1709
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
3565
wdev->iftype == NL80211_IFTYPE_MONITOR ||
net/wireless/nl80211.c
3719
enum nl80211_iftype iftype = NL80211_IFTYPE_MONITOR;
net/wireless/nl80211.c
3737
iftype == NL80211_IFTYPE_MONITOR,
net/wireless/nl80211.c
3799
case NL80211_IFTYPE_MONITOR:
net/wireless/nl80211.c
4528
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/nl80211.c
4551
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/nl80211.c
4572
if (type != NL80211_IFTYPE_MONITOR)
net/wireless/reg.c
2401
case NL80211_IFTYPE_MONITOR:
net/wireless/util.c
1243
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
53
type = NL80211_IFTYPE_MONITOR;
net/wireless/wext-compat.c
781
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
826
case NL80211_IFTYPE_MONITOR:
net/wireless/wext-compat.c
88
case NL80211_IFTYPE_MONITOR: