Home
last modified time | relevance | path

Searched refs:iv_recv_ctl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_adhoc.c105 vap->iv_recv_ctl = adhoc_recv_ctl; in adhoc_vattach()
664 vap->iv_recv_ctl(ni, m, subtype); in adhoc_input()
H A Dieee80211_sta.c98 vap->iv_recv_ctl = sta_recv_ctl; in sta_vattach()
975 vap->iv_recv_ctl(ni, m, subtype); in sta_input()
H A Dieee80211_var.h549 void (*iv_recv_ctl)(struct ieee80211_node *, member
H A Dieee80211_hostap.c99 vap->iv_recv_ctl = hostap_recv_ctl; in hostap_vattach()
892 vap->iv_recv_ctl(ni, m, subtype); in hostap_input()
H A Dieee80211_mesh.c663 vap->iv_recv_ctl = mesh_recv_ctl; in mesh_vattach()