Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_monitor.c88 vap->iv_input = monitor_input; in monitor_vattach()
H A Dieee80211_proto.h86 ((ni)->ni_vap->iv_input(ni, m, NULL, rssi, nf))
H A Dieee80211_wds.c99 vap->iv_input = wds_input; in wds_vattach()
H A Dieee80211_adhoc.c104 vap->iv_input = adhoc_input; in adhoc_vattach()
H A Dieee80211_var.h534 int (*iv_input)(struct ieee80211_node *, member
H A Dieee80211_input.c101 return ni->ni_vap->iv_input(ni, m, &rxs, rxs.c_rssi, rxs.c_nf); in ieee80211_input_mimo()
H A Dieee80211_ddb.c504 DB_PRINTSYM("\t", "iv_input", vap->iv_input); in _db_show_vap()
H A Dieee80211_sta.c102 vap->iv_input = sta_input; in sta_vattach()
H A Dieee80211_hostap.c103 vap->iv_input = hostap_input; in hostap_vattach()
H A Dieee80211_mesh.c664 vap->iv_input = mesh_input; in mesh_vattach()