/freebsd/sys/net80211/ |
H A D | ieee80211_monitor.c | 82 vap->iv_newstate = monitor_newstate; in monitor_vattach()
|
H A D | ieee80211_tdma.c | 186 ts->tdma_newstate = vap->iv_newstate; in ieee80211_tdma_vattach() 187 vap->iv_newstate = tdma_newstate; in ieee80211_tdma_vattach()
|
H A D | ieee80211_proto.c | 2433 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 D | ieee80211_wds.c | 94 vap->iv_newstate = wds_newstate; in wds_vattach()
|
H A D | ieee80211_adhoc.c | 99 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
|
H A D | ieee80211_var.h | 573 int (*iv_newstate)(struct ieee80211vap *, member
|
H A D | ieee80211_ddb.c | 652 DB_PRINTSYM("\t", "iv_newstate", vap->iv_newstate); in _db_show_vap()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 389 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 D | if_iwmvar.h | 358 int (*iv_newstate)(struct ieee80211vap *, 357 int (*iv_newstate)(struct ieee80211vap *, global() member
|
H A D | if_iwm.c | 4523 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 D | if_iwnvar.h | 231 int (*iv_newstate)(struct ieee80211vap *, member
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.h | 182 int (*iv_newstate)(struct ieee80211vap *, member
|
H A D | linux_80211.c | 2411 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 D | if_rtwn.c | 625 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 D | if_malo.c | 347 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 D | if_ural.c | 579 uvp->newstate = vap->iv_newstate; in ural_vap_create() 580 vap->iv_newstate = ural_newstate; in ural_vap_create()
|
H A D | if_upgt.c | 969 uvp->newstate = vap->iv_newstate; in upgt_vap_create() 970 vap->iv_newstate = upgt_newstate; in upgt_vap_create()
|
H A D | if_rsu.c | 707 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 D | if_uath.c | 1056 uvp->newstate = vap->iv_newstate; in uath_vap_create() 1057 vap->iv_newstate = uath_newstate; in uath_vap_create()
|
H A D | if_rum.c | 680 rvp->newstate = vap->iv_newstate; in rum_vap_create() 681 vap->iv_newstate = rum_newstate; in rum_vap_create()
|
H A D | if_zyd.c | 494 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 D | if_ipw.c | 466 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 D | if_otus.c | 389 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 D | rt2661.c | 400 rvp->ral_newstate = vap->iv_newstate; in rt2661_vap_create() 401 vap->iv_newstate = rt2661_newstate; in rt2661_vap_create()
|
H A D | rt2560.c | 407 rvp->ral_newstate = vap->iv_newstate; in rt2560_vap_create() 408 vap->iv_newstate = rt2560_newstate; in rt2560_vap_create()
|