Searched refs:iv_newstate (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_monitor.c | 87 vap->iv_newstate = monitor_newstate; in monitor_vattach()
|
| H A D | ieee80211_tdma.c | 191 ts->tdma_newstate = vap->iv_newstate; in ieee80211_tdma_vattach() 192 vap->iv_newstate = tdma_newstate; in ieee80211_tdma_vattach()
|
| H A D | ieee80211_proto.c | 2425 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 D | ieee80211_wds.c | 98 vap->iv_newstate = wds_newstate; in wds_vattach()
|
| H A D | ieee80211_adhoc.c | 103 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
|
| H A D | ieee80211_var.h | 566 int (*iv_newstate)(struct ieee80211vap *, member
|
| H A D | ieee80211_ddb.c | 510 DB_PRINTSYM("\t", "iv_newstate", vap->iv_newstate); in _db_show_vap()
|
| H A D | ieee80211_sta.c | 101 vap->iv_newstate = sta_newstate; in sta_vattach()
|
| H A D | ieee80211_hostap.c | 102 vap->iv_newstate = hostap_newstate; in hostap_vattach()
|
| H A D | ieee80211_mesh.c | 663 vap->iv_newstate = mesh_newstate; in mesh_vattach()
|