Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net80211/
H A Dieee80211_monitor.c87 vap->iv_input = monitor_input; in monitor_vattach()
H A Dieee80211_proto.h84 ((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_input.c100 return ni->ni_vap->iv_input(ni, m, &rxs, rxs.c_rssi, rxs.c_nf); in ieee80211_input_mimo()
H A Dieee80211_var.h537 int (*iv_input)(struct ieee80211_node *, member
H A Dieee80211_ddb.c644 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.c663 vap->iv_input = mesh_input; in mesh_vattach()