Home
last modified time | relevance | path

Searched refs:iv_recv_mgmt (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/net80211/
HDieee80211_adhoc.c102 vap->iv_recv_mgmt = adhoc_recv_mgmt; in adhoc_vattach()
104 vap->iv_recv_mgmt = ahdemo_recv_mgmt; in adhoc_vattach()
639 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf); in adhoc_input()
HDieee80211_wds.c96 vap->iv_recv_mgmt = wds_recv_mgmt; in wds_vattach()
721 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf); in wds_input()
HDieee80211_tdma.c186 ts->tdma_recv_mgmt = vap->iv_recv_mgmt; in ieee80211_tdma_vattach()
187 vap->iv_recv_mgmt = tdma_recv_mgmt; in ieee80211_tdma_vattach()
HDieee80211_sta.c99 vap->iv_recv_mgmt = sta_recv_mgmt; in sta_vattach()
915 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf); in sta_input()
HDieee80211_var.h470 void (*iv_recv_mgmt)(struct ieee80211_node *, member
HDieee80211_hostap.c98 vap->iv_recv_mgmt = hostap_recv_mgmt; in hostap_vattach()
896 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf); in hostap_input()
HDieee80211_ddb.c502 DB_PRINTSYM("\t", "iv_recv_mgmt", vap->iv_recv_mgmt); in _db_show_vap()
HDieee80211_mesh.c666 vap->iv_recv_mgmt = mesh_recv_mgmt; in mesh_vattach()
1833 vap->iv_recv_mgmt(ni, m, subtype, rssi, nf); in mesh_input()
/trueos/sys/dev/wtap/
HDif_wtap.c344 avp->av_recv_mgmt = vap->iv_recv_mgmt; in wtap_vap_create()
345 vap->iv_recv_mgmt = wtap_recv_mgmt; in wtap_vap_create()
/trueos/sys/dev/wi/
HDif_wi.c539 wvp->wv_recv_mgmt = vap->iv_recv_mgmt; in wi_vap_create()
540 vap->iv_recv_mgmt = wi_recv_mgmt; in wi_vap_create()
/trueos/sys/dev/ath/
HDif_ath.c1266 avp->av_recv_mgmt = vap->iv_recv_mgmt; in ath_vap_create()
1267 vap->iv_recv_mgmt = ath_recv_mgmt; in ath_vap_create()