Home
last modified time | relevance | path

Searched refs:IEEE80211_M_MONITOR (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/net80211/
H A Dieee80211_monitor.c66 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach; in ieee80211_monitor_attach()
H A Dieee80211_radiotap.c196 vap->iv_opmode == IEEE80211_M_MONITOR && in spam_vaps()
H A D_ieee80211.h89 IEEE80211_M_MONITOR = 5, /* Monitor mode */ enumerator
H A Dieee80211_freebsd.c1064 if (vap->iv_opmode == IEEE80211_M_MONITOR) in bpf_track()
1068 if (vap->iv_opmode == IEEE80211_M_MONITOR) in bpf_track()
H A Dieee80211.c85 [IEEE80211_M_MONITOR] = IEEE80211_C_MONITOR,
2230 case IEEE80211_M_MONITOR: in media_status()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c423 case IEEE80211_M_MONITOR: in rtwn_vap_decrement_counters()
465 ic->ic_opmode = IEEE80211_M_MONITOR; in rtwn_set_ic_opmode()
487 if (opmode != IEEE80211_M_MONITOR) { in rtwn_vap_create()
523 case IEEE80211_M_MONITOR: in rtwn_vap_create()
559 if (opmode == IEEE80211_M_MONITOR) in rtwn_vap_create()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c420 case IEEE80211_M_MONITOR: in ipw_vap_create()
2418 case IEEE80211_M_MONITOR: in ipw_config()
2431 ic->ic_opmode == IEEE80211_M_MONITOR) { in ipw_config()
2437 if (ic->ic_opmode == IEEE80211_M_MONITOR) in ipw_config()
2649 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in ipw_set_channel()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c699 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in ural_newstate()
729 if (vap->iv_opmode != IEEE80211_M_MONITOR) in ural_newstate()
1683 if (ic->ic_opmode != IEEE80211_M_MONITOR && in ural_set_chan()
2071 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in ural_init()
H A Dif_rsu.c709 if (opmode == IEEE80211_M_MONITOR) in rsu_vap_create()
792 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in rsu_set_channel()
3603 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in rsu_rxfilter_refresh()
3612 if (ic->ic_promisc == 0 && ic->ic_opmode != IEEE80211_M_MONITOR) in rsu_rxfilter_refresh()
H A Dif_zyd.c596 if (vap->iv_opmode == IEEE80211_M_MONITOR) in zyd_newstate()
1997 if (ic->ic_opmode == IEEE80211_M_MONITOR || ic->ic_allmulti > 0 || in zyd_set_multi()
2041 case IEEE80211_M_MONITOR: in zyd_set_rxfilter()
H A Dif_rum.c1003 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rum_newstate()
1024 if (vap->iv_opmode != IEEE80211_M_MONITOR && in rum_newstate()
2609 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rum_init()
H A Dif_urtw.c1988 case IEEE80211_M_MONITOR: in urtw_update_msr()
3918 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in urtw_rx_setconf()
3922 if (sc->sc_crcmon == 1 && ic->ic_opmode == IEEE80211_M_MONITOR) in urtw_rx_setconf()
3933 if (ic->ic_opmode == IEEE80211_M_MONITOR || in urtw_rx_setconf()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c167 if (ic->ic_opmode == IEEE80211_M_MONITOR || ic->ic_promisc > 0) in ath_calcrxfilter()
216 if (ic->ic_opmode == IEEE80211_M_MONITOR) in ath_calcrxfilter()
H A Dif_ath.c1587 case IEEE80211_M_MONITOR: in ath_vap_create()
1753 case IEEE80211_M_MONITOR: in ath_vap_create()
6107 case IEEE80211_M_MONITOR: in ath_newstate()
/freebsd/tools/tools/net80211/wlanstats/
H A Dwlanstats.c441 wf->opmode = IEEE80211_M_MONITOR; in wlan_getopmode()
486 case IEEE80211_M_MONITOR: in wlan_setstamac()
/freebsd/sys/dev/ral/
H A Drt2560.c373 case IEEE80211_M_MONITOR: in rt2560_vap_create()
762 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rt2560_newstate()
786 if (vap->iv_opmode != IEEE80211_M_MONITOR) in rt2560_newstate()
2613 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2560_init_locked()
H A Drt2661.c366 case IEEE80211_M_MONITOR: in rt2661_vap_create()
766 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rt2661_newstate()
780 if (vap->iv_opmode != IEEE80211_M_MONITOR) in rt2661_newstate()
2318 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2661_init_locked()
H A Drt2860.c432 case IEEE80211_M_MONITOR: in rt2860_vap_create()
929 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_newstate()
944 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_newstate()
3763 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_txrx_enable()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c975 } else if (vap->iv_opmode == IEEE80211_M_MONITOR) in iwi_newstate()
1422 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in iwi_notification_intr()
2219 case IEEE80211_M_MONITOR: in iwi_get_firmware()
2599 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in iwi_config()
/freebsd/sys/dev/otus/
H A Dif_otus.c2389 ic->ic_opmode == IEEE80211_M_MONITOR) { in otus_set_multi()
3192 case IEEE80211_M_MONITOR: in otus_set_operating_mode()
3227 ic->ic_opmode == IEEE80211_M_MONITOR) { in otus_set_rx_filter()
/freebsd/sys/dev/malo/
H A Dif_malo.c339 case IEEE80211_M_MONITOR: in malo_vap_create()
1533 if (ic->ic_opmode == IEEE80211_M_MONITOR || ic->ic_allmulti > 0 || in malo_setmcastfilter()
/freebsd/sys/dev/bwi/
H A Dbwimac.c1272 case IEEE80211_M_MONITOR: in bwi_mac_opmode_init()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1623 return IEEE80211_M_MONITOR; in get80211opmode()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c5540 if (ic->ic_promisc > 0 || ic->ic_opmode == IEEE80211_M_MONITOR) in iwn_set_promisc()
5552 if (ic->ic_opmode == IEEE80211_M_MONITOR) in iwn_update_promisc()
6877 case IEEE80211_M_MONITOR: in iwn_config()
7339 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in iwn_run()
9117 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in iwn_set_channel()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c3979 case IEEE80211_M_MONITOR: in wpi_config()
4496 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in wpi_run()
5600 if (ic->ic_opmode == IEEE80211_M_MONITOR) { in wpi_set_channel()

12