Home
last modified time | relevance | path

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

12

/freebsd/sys/net80211/
H A Dieee80211_monitor.c82 vap->iv_newstate = monitor_newstate; in monitor_vattach()
H A Dieee80211_tdma.c186 ts->tdma_newstate = vap->iv_newstate; in ieee80211_tdma_vattach()
187 vap->iv_newstate = tdma_newstate; in ieee80211_tdma_vattach()
H A Dieee80211_proto.c2433 vap->iv_newstate(vap, IEEE80211_S_INIT, 0); in markwaiting()
2489 vap->iv_newstate(vap, in wakeupwaiting()
2584 vap->iv_newstate(vap, vap->iv_nstate, 0); in ieee80211_newstate_cb()
2610 rc = vap->iv_newstate(vap, nstate, arg); in ieee80211_newstate_cb()
H A Dieee80211_wds.c94 vap->iv_newstate = wds_newstate; in wds_vattach()
H A Dieee80211_adhoc.c99 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
H A Dieee80211_var.h573 int (*iv_newstate)(struct ieee80211vap *, member
H A Dieee80211_ddb.c652 DB_PRINTSYM("\t", "iv_newstate", vap->iv_newstate); in _db_show_vap()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c389 avp->av_newstate = vap->iv_newstate; in wtap_vap_create()
390 vap->iv_newstate = wtap_newstate; in wtap_vap_create()
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h358 int (*iv_newstate)(struct ieee80211vap *,
357 int (*iv_newstate)(struct ieee80211vap *, global() member
H A Dif_iwm.c4523 ivp->iv_newstate(vap, nstate, arg); in iwm_newstate()
4599 return (ivp->iv_newstate(vap, nstate, arg)); in iwm_newstate()
6360 ivp->iv_newstate = vap->iv_newstate; in iwm_vap_create()
6361 vap->iv_newstate = iwm_newstate; in iwm_vap_create()
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h231 int (*iv_newstate)(struct ieee80211vap *, member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h182 int (*iv_newstate)(struct ieee80211vap *, member
H A Dlinux_80211.c2411 error = lvif->iv_newstate(vap, nstate, arg); in _lkpi_sta_assoc_to_down()
2799 error = lvif->iv_newstate(vap, nstate, arg); in lkpi_sta_run_to_assoc()
2957 error = lvif->iv_newstate(vap, nstate, arg); in lkpi_sta_run_to_init()
3301 return (lvif->iv_newstate(vap, nstate, arg)); in lkpi_iv_newstate()
3603 lvif->iv_newstate = vap->iv_newstate; in lkpi_ic_vap_create()
3604 vap->iv_newstate = lkpi_iv_newstate; in lkpi_ic_vap_create()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c625 uvp->newstate = vap->iv_newstate; in rtwn_vap_create()
627 vap->iv_newstate = rtwn_monitor_newstate; in rtwn_vap_create()
629 vap->iv_newstate = rtwn_newstate; in rtwn_vap_create()
/freebsd/sys/dev/malo/
H A Dif_malo.c347 mvp->malo_newstate = vap->iv_newstate; in malo_vap_create()
348 vap->iv_newstate = malo_newstate; in malo_vap_create()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c579 uvp->newstate = vap->iv_newstate; in ural_vap_create()
580 vap->iv_newstate = ural_newstate; in ural_vap_create()
H A Dif_upgt.c969 uvp->newstate = vap->iv_newstate; in upgt_vap_create()
970 vap->iv_newstate = upgt_newstate; in upgt_vap_create()
H A Dif_rsu.c707 uvp->newstate = vap->iv_newstate; in rsu_vap_create()
709 vap->iv_newstate = rsu_monitor_newstate; in rsu_vap_create()
711 vap->iv_newstate = rsu_newstate; in rsu_vap_create()
H A Dif_uath.c1056 uvp->newstate = vap->iv_newstate; in uath_vap_create()
1057 vap->iv_newstate = uath_newstate; in uath_vap_create()
H A Dif_rum.c680 rvp->newstate = vap->iv_newstate; in rum_vap_create()
681 vap->iv_newstate = rum_newstate; in rum_vap_create()
H A Dif_zyd.c494 zvp->newstate = vap->iv_newstate; in zyd_vap_create()
495 vap->iv_newstate = zyd_newstate; in zyd_vap_create()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c466 ivp->newstate = vap->iv_newstate; in ipw_vap_create()
467 vap->iv_newstate = ipw_newstate; in ipw_vap_create()
/freebsd/sys/dev/otus/
H A Dif_otus.c389 uvp->newstate = vap->iv_newstate; in otus_vap_create()
390 vap->iv_newstate = otus_newstate; in otus_vap_create()
/freebsd/sys/dev/ral/
H A Drt2661.c400 rvp->ral_newstate = vap->iv_newstate; in rt2661_vap_create()
401 vap->iv_newstate = rt2661_newstate; in rt2661_vap_create()
H A Drt2560.c407 rvp->ral_newstate = vap->iv_newstate; in rt2560_vap_create()
408 vap->iv_newstate = rt2560_newstate; in rt2560_vap_create()

12