Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_monitor.c69 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach; in ieee80211_monitor_attach()
H A Dieee80211_radiotap.c213 vap->iv_opmode == IEEE80211_M_MONITOR && in spam_vaps()
H A Dieee80211_dragonfly.c1080 if (vap->iv_opmode == IEEE80211_M_MONITOR) in bpf_track_event()
1084 if (vap->iv_opmode == IEEE80211_M_MONITOR) in bpf_track_event()
H A Dieee80211.c83 [IEEE80211_M_MONITOR] = IEEE80211_C_MONITOR,
1788 case IEEE80211_M_MONITOR: in media_status()
H A Dieee80211_proto.c1496 if (vap->iv_opmode == IEEE80211_M_MONITOR || in ieee80211_start_locked()
H A Dieee80211_ioctl.c1984 if (vap->iv_opmode == IEEE80211_M_MONITOR && in setcurchan()
3401 vap->iv_opmode == IEEE80211_M_MONITOR || in ieee80211_ioctl()
H A Dieee80211_node.c2853 case IEEE80211_M_MONITOR: /* XXX */ in ieee80211_getrssi()
H A Dieee80211_output.c862 case IEEE80211_M_MONITOR: /* NB: to quiet compiler */
/dragonfly/sys/netproto/802_11/
H A D_ieee80211.h91 IEEE80211_M_MONITOR = 5, /* Monitor mode */ enumerator
/dragonfly/tools/tools/net80211/wlanstats/
H A Dwlanstats.c429 wf->opmode = IEEE80211_M_MONITOR; in wlan_getopmode()
474 case IEEE80211_M_MONITOR: in wlan_setstamac()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx.c173 if (ic->ic_opmode == IEEE80211_M_MONITOR || ic->ic_promisc > 0) in ath_calcrxfilter()
222 if (ic->ic_opmode == IEEE80211_M_MONITOR) in ath_calcrxfilter()
H A Dif_ath.c1567 case IEEE80211_M_MONITOR:
1732 case IEEE80211_M_MONITOR:
5835 case IEEE80211_M_MONITOR:
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c388 case IEEE80211_M_MONITOR: in rt2560_vap_create()
805 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rt2560_newstate()
829 if (vap->iv_opmode != IEEE80211_M_MONITOR) in rt2560_newstate()
2716 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2560_init_locked()
H A Drt2661.c381 case IEEE80211_M_MONITOR: in rt2661_vap_create()
807 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rt2661_newstate()
821 if (vap->iv_opmode != IEEE80211_M_MONITOR) in rt2661_newstate()
2418 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2661_init_locked()
H A Drt2860.c453 case IEEE80211_M_MONITOR: in rt2860_vap_create()
975 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_newstate()
990 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_newstate()
3839 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rt2860_txrx_enable()
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c561 case IEEE80211_M_MONITOR: in wi_vap_create()
1327 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in wi_rx_intr()
1619 (ic->ic_opmode == IEEE80211_M_MONITOR || in wi_update_promisc()
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwi.c1038 } else if (vap->iv_opmode == IEEE80211_M_MONITOR) in iwi_newstate()
1490 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in iwi_notification_intr()
2288 case IEEE80211_M_MONITOR: in iwi_get_firmware()
2649 if (ic->ic_opmode == IEEE80211_M_MONITOR) {
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c960 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in rum_newstate()
981 if (vap->iv_opmode != IEEE80211_M_MONITOR && in rum_newstate()
2583 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in rum_init()
H A Dif_urtwn.c2599 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in urtwn_newstate()
4416 case IEEE80211_M_MONITOR: in urtwn_rxfilter_init()
4436 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in urtwn_rxfilter_init()
4939 if (vap->iv_opmode == IEEE80211_M_MONITOR) in urtwn_set_promisc()
H A Dif_run.c915 case IEEE80211_M_MONITOR: in run_vap_create()
2136 if (vap->iv_opmode != IEEE80211_M_MONITOR) { in run_newstate()
5914 if (ic->ic_opmode != IEEE80211_M_MONITOR) { in run_txrx_enable()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c1553 return IEEE80211_M_MONITOR; in get80211opmode()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c4032 case IEEE80211_M_MONITOR: in wpi_config()
4549 if (vap->iv_opmode == IEEE80211_M_MONITOR) { in wpi_run()
5666 if (ic->ic_opmode == IEEE80211_M_MONITOR) {
/dragonfly/sbin/ifconfig/
H A Difieee80211.c4351 return IEEE80211_M_MONITOR; in get80211opmode()
5356 params.icp_opmode = IEEE80211_M_MONITOR; in set80211clone_wlanmode()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c6742 case IEEE80211_M_MONITOR:
7232 if (ic->ic_opmode == IEEE80211_M_MONITOR) {
9064 if (ic->ic_opmode == IEEE80211_M_MONITOR) {
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1965 case IEEE80211_M_MONITOR: in bwn_vap_create()
4851 if (vap->iv_opmode == IEEE80211_M_MONITOR || in bwn_newstate()