Home
last modified time | relevance | path

Searched refs:ic_vattach (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_monitor.c66 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach; in ieee80211_monitor_attach()
H A Dieee80211_adhoc.c82 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach; in ieee80211_adhoc_attach()
83 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach; in ieee80211_adhoc_attach()
H A Dieee80211_wds.c73 ic->ic_vattach[IEEE80211_M_WDS] = wds_vattach; in ieee80211_wds_attach()
H A Dieee80211_var.h275 ieee80211vap_attach ic_vattach[IEEE80211_OPMODE_MAX]; member
H A Dieee80211_ddb.c777 ieee80211vap_attach ic_vattach[IEEE80211_OPMODE_MAX]; in _db_show_com()
H A Dieee80211_sta.c81 ic->ic_vattach[IEEE80211_M_STA] = sta_vattach; in ieee80211_sta_attach()
H A Dieee80211_proto.c397 ic->ic_vattach[vap->iv_opmode](vap); in ieee80211_proto_vattach()
H A Dieee80211_hostap.c82 ic->ic_vattach[IEEE80211_M_HOSTAP] = hostap_vattach; in ieee80211_hostap_attach()
H A Dieee80211_mesh.c611 ic->ic_vattach[IEEE80211_M_MBSS] = mesh_vattach; in ieee80211_mesh_attach()