Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_monitor.c87 vap->iv_newstate = monitor_newstate; in monitor_vattach()
H A Dieee80211_tdma.c191 ts->tdma_newstate = vap->iv_newstate; in ieee80211_tdma_vattach()
192 vap->iv_newstate = tdma_newstate; in ieee80211_tdma_vattach()
H A Dieee80211_proto.c2425 vap->iv_newstate(vap, IEEE80211_S_INIT, 0); in markwaiting()
2458 vap->iv_newstate(vap, in wakeupwaiting()
2492 vap->iv_newstate(vap, vap->iv_nstate, 0); in ieee80211_newstate_cb()
2518 rc = vap->iv_newstate(vap, nstate, arg); in ieee80211_newstate_cb()
H A Dieee80211_wds.c98 vap->iv_newstate = wds_newstate; in wds_vattach()
H A Dieee80211_adhoc.c103 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
H A Dieee80211_var.h566 int (*iv_newstate)(struct ieee80211vap *, member
H A Dieee80211_ddb.c510 DB_PRINTSYM("\t", "iv_newstate", vap->iv_newstate); in _db_show_vap()
H A Dieee80211_sta.c101 vap->iv_newstate = sta_newstate; in sta_vattach()
H A Dieee80211_hostap.c102 vap->iv_newstate = hostap_newstate; in hostap_vattach()
H A Dieee80211_mesh.c663 vap->iv_newstate = mesh_newstate; in mesh_vattach()