Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c213 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */ in rtwn_attach()
487 case IEEE80211_M_STA: in rtwn_vap_decrement_counters()
530 ic->ic_opmode = IEEE80211_M_STA; in rtwn_set_ic_opmode()
587 case IEEE80211_M_STA: in rtwn_vap_create()
741 if (vap->iv_opmode == IEEE80211_M_STA && uvp->id == 0) { in rtwn_ioctl_reset()
1029 case IEEE80211_M_STA: in rtwn_tsf_sync_enable()
1347 case IEEE80211_M_STA: in rtwn_run()
1388 vap->iv_opmode == IEEE80211_M_STA && uvp->id == 0) { in rtwn_run()
/freebsd/sys/net80211/
H A Dieee80211_node.c729 case IEEE80211_M_STA: in gethtadjustflags()
760 case IEEE80211_M_STA: in getvhtadjustflags()
913 if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_sta_join1()
968 if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_sta_join()
1240 if (vap->iv_opmode != IEEE80211_M_STA) in node_cleanup()
2056 if (vap->iv_opmode == IEEE80211_M_STA || in _ieee80211_find_txnode()
2375 vap->iv_opmode == IEEE80211_M_STA) && in timeout_stations()
2514 vap->iv_opmode == IEEE80211_M_STA) && in ieee80211_drain()
2980 KASSERT(vap->iv_opmode != IEEE80211_M_STA, in ieee80211_node_leave()
3117 case IEEE80211_M_STA: /* use stats from associated ap */ in ieee80211_getrssi()
[all …]
H A Dieee80211_ioctl.c1041 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_ioctl_get80211()
1119 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_ioctl_get80211()
1131 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_ioctl_get80211()
1191 if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_ioctl_setkey()
1266 if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_ioctl_delkey()
1409 case IEEE80211_M_STA: in setmlme_common()
1562 KASSERT(vap->iv_opmode == IEEE80211_M_STA, in setmlme_assoc_sta()
1630 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_ioctl_setmlme()
2453 if (vap->iv_opmode == IEEE80211_M_STA) in ieee80211_ioctl_setappie_locked()
3321 vap->iv_opmode != IEEE80211_M_STA) in ieee80211_ioctl_set80211()
[all …]
H A Dieee80211_proto.c1682 else if ((vap->iv_opmode == IEEE80211_M_STA && in ieee80211_wme_updateparams_locked()
1761 vap->iv_opmode == IEEE80211_M_STA ? in ieee80211_wme_updateparams_locked()
2021 if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_start_locked()
2230 if (vap->iv_opmode == IEEE80211_M_STA && in beacon_miss()
2490 vap->iv_opmode == IEEE80211_M_STA ? in wakeupwaiting()
2809 if (vap->iv_opmode == IEEE80211_M_STA) in ieee80211_new_state_locked()
H A Dieee80211_superg.c158 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_superg_vattach()
809 if (vap->iv_opmode != IEEE80211_M_STA && in ieee80211_ff_check()
1015 if (vap->iv_opmode == IEEE80211_M_STA && in getathcap()
H A Dieee80211.c82 [IEEE80211_M_STA] = IEEE80211_C_STA,
640 if (vap->iv_opmode == IEEE80211_M_STA && in ieee80211_vap_setup()
649 if ((vap->iv_opmode == IEEE80211_M_STA) in ieee80211_vap_setup()
716 vap->iv_opmode == IEEE80211_M_STA, media_change, media_stat); in ieee80211_vap_attach()
2228 case IEEE80211_M_STA: in media_status()
2310 } else if (vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_media_status()
H A Dieee80211_output.c902 case IEEE80211_M_STA: in ieee80211_send_setup()
1324 if (ni->ni_vap->iv_opmode == IEEE80211_M_STA) { in ieee80211_classify()
1516 if (vap->iv_opmode == IEEE80211_M_STA || in ieee80211_encap()
1706 case IEEE80211_M_STA: in ieee80211_encap()
1908 (vap->iv_opmode == IEEE80211_M_STA ? in ieee80211_encap()
2207 case IEEE80211_M_STA: in ieee80211_add_wme_info()
2664 KASSERT(vap->iv_opmode != IEEE80211_M_STA, ("station mode")); in ieee80211_getcapinfo()
2775 if (vap->iv_opmode == IEEE80211_M_STA) in ieee80211_send_mgmt()
2842 KASSERT(vap->iv_opmode == IEEE80211_M_STA, in ieee80211_send_mgmt()
H A Dieee80211_sta.c79 ic->ic_vattach[IEEE80211_M_STA] = sta_vattach; in ieee80211_sta_attach()
413 (vap->iv_opmode == IEEE80211_M_STA ? in sta_newstate()
480 KASSERT(vap->iv_opmode == IEEE80211_M_STA, ("wrong mode")); in isdstods_mcastecho()
497 KASSERT(vap->iv_opmode == IEEE80211_M_STA, ("wrong mode")); in isfromds_mcastecho()
H A D_ieee80211.h85 IEEE80211_M_STA = 1, /* infrastructure station */ enumerator
H A Dieee80211_scan_sta.c1263 KASSERT(vap->iv_opmode == IEEE80211_M_STA, in sta_pick_bss()
1435 KASSERT(vap->iv_opmode == IEEE80211_M_STA, in sta_age()
1526 IEEE80211_SCANNER_ALG(sta, IEEE80211_M_STA, sta_default);
H A Dieee80211_power.c608 if (vap->iv_opmode != IEEE80211_M_STA) in ieee80211_sta_ps_timer_check()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c164 if (ic->ic_opmode != IEEE80211_M_STA) in ath_calcrxfilter()
182 } else if (ic->ic_opmode == IEEE80211_M_STA) { in ath_calcrxfilter()
460 if (vap->iv_opmode == IEEE80211_M_STA && in ath_recv_mgmt()
995 if (ic->ic_opmode == IEEE80211_M_STA && in ath_rx_pkt()
H A Dif_ath.c905 ic->ic_opmode = IEEE80211_M_STA; in ath_attach()
1547 case IEEE80211_M_STA: in ath_vap_create()
1603 if (sc->sc_nvaps != 0 && ic->ic_opmode == IEEE80211_M_STA) { in ath_vap_create()
1632 if (opmode == IEEE80211_M_HOSTAP || opmode == IEEE80211_M_MBSS || opmode == IEEE80211_M_STA) { in ath_vap_create()
1724 if (opmode == IEEE80211_M_STA) in ath_vap_create()
1733 case IEEE80211_M_STA: in ath_vap_create()
1862 if (vap->iv_opmode == IEEE80211_M_STA) { in ath_vap_delete()
1867 vap->iv_opmode == IEEE80211_M_STA || in ath_vap_delete()
2725 if (sc->sc_needmib && ic->ic_opmode == IEEE80211_M_STA) in ath_init()
2734 if (ic->ic_opmode == IEEE80211_M_STA) in ath_init()
[all …]
H A Dif_ath_beacon.c950 if ((vap->iv_opmode == IEEE80211_M_STA) && in ath_beacon_config()
1026 if (ic->ic_opmode == IEEE80211_M_STA && !sc->sc_swbmiss) { in ath_beacon_config()
/freebsd/usr.sbin/wlanstats/
H A Dmain.c251 if (mac == NULL && mode == IEEE80211_M_STA)
H A Dwlanstats.c455 wf->opmode = IEEE80211_M_STA; in wlan_getopmode()
511 case IEEE80211_M_STA: in wlan_setstamac()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c392 ic->ic_opmode = IEEE80211_M_STA; in mwl_attach()
611 case IEEE80211_M_STA: in mwl_vap_create()
683 case IEEE80211_M_STA: in mwl_vap_create()
706 ic->ic_opmode = IEEE80211_M_STA; in mwl_vap_create()
731 case IEEE80211_M_STA: in mwl_vap_delete()
1679 if (vap->iv_opmode == IEEE80211_M_STA) { in _mwl_key_set()
2266 if (vap->iv_opmode == IEEE80211_M_STA) in mwl_node_cleanup()
3617 vap->iv_opmode == IEEE80211_M_STA ? vap->iv_myaddr : ni->ni_macaddr, in mwl_addba_request()
4042 case IEEE80211_M_STA: in mwl_localstadb()
4174 case IEEE80211_M_STA: in mwl_newstate()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c844 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */ in run_attach()
1000 case IEEE80211_M_STA: in run_vap_create()
2234 case IEEE80211_M_STA: in run_newstate()
2404 wcid = (vap->iv_opmode == IEEE80211_M_STA) ? in run_key_set_cb()
2597 if (sc->rvp_cnt > 1 || vap->iv_opmode != IEEE80211_M_STA) { in run_ratectl_cb()
2693 if (sc->rvp_cnt <= 1 && vap->iv_opmode == IEEE80211_M_STA && in run_iter_func()
2701 vap->iv_opmode == IEEE80211_M_STA)) { in run_iter_func()
2781 wcid = (vap->iv_opmode == IEEE80211_M_STA) ? in run_newassoc()
3415 if (vap->iv_opmode != IEEE80211_M_STA && !IEEE80211_QOS_HAS_SEQ(wh)) in run_set_tx_desc()
3514 txwi->wcid = (vap->iv_opmode == IEEE80211_M_STA) ? in run_tx()
[all …]
H A Dif_rum.c689 if (opmode == IEEE80211_M_STA) { in rum_vap_create()
978 if (ostate == IEEE80211_S_SLEEP && vap->iv_opmode == IEEE80211_M_STA) { in rum_newstate()
1039 if (vap->iv_opmode != IEEE80211_M_STA) in rum_newstate()
2191 if (vap->iv_opmode != IEEE80211_M_STA) { in rum_enable_tsf_sync()
2208 case IEEE80211_M_STA: in rum_enable_tsf_sync()
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c277 if (vap->iv_opmode == IEEE80211_M_STA) in ath_rate_update()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.c303 if (vap->iv_opmode == IEEE80211_M_STA) in ath_rate_update()
/freebsd/sys/dev/ral/
H A Drt2661.c263 ic->ic_opmode = IEEE80211_M_STA; in rt2661_attach()
363 case IEEE80211_M_STA: in rt2661_vap_create()
374 if (opmode == IEEE80211_M_STA) in rt2661_vap_create()
2643 if (vap->iv_opmode != IEEE80211_M_STA) { in rt2661_enable_tsf_sync()
2657 if (vap->iv_opmode == IEEE80211_M_STA) in rt2661_enable_tsf_sync()
H A Drt2560.c263 ic->ic_opmode = IEEE80211_M_STA; in rt2560_attach()
370 case IEEE80211_M_STA: in rt2560_vap_create()
381 if (opmode == IEEE80211_M_STA) in rt2560_vap_create()
2193 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2199 if (ic->ic_opmode == IEEE80211_M_STA) in rt2560_enable_tsf_sync()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c273 ic->ic_opmode = IEEE80211_M_STA; in ipw_attach()
414 case IEEE80211_M_STA: in ipw_vap_create()
1590 if (ic->ic_opmode == IEEE80211_M_STA) in ipw_tx_start()
2409 case IEEE80211_M_STA: in ipw_config()
/freebsd/sys/dev/malo/
H A Dif_malo.c254 ic->ic_opmode = IEEE80211_M_STA; in malo_attach()
331 case IEEE80211_M_STA: in malo_vap_create()
332 if (opmode == IEEE80211_M_STA) in malo_vap_create()

12