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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_monitor.c68 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach;
H A Dieee80211_adhoc.c82 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach;
83 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach;
H A Dieee80211_wds.c73 ic->ic_vattach[IEEE80211_M_WDS] = wds_vattach;
H A Dieee80211_var.h239 ieee80211vap_attach ic_vattach[IEEE80211_OPMODE_MAX]; member in struct:ieee80211com
H A Dieee80211_ddb.c640 ieee80211vap_attach ic_vattach[IEEE80211_OPMODE_MAX];
H A Dieee80211_proto.c245 ic->ic_vattach[vap->iv_opmode](vap);
H A Dieee80211_sta.c81 ic->ic_vattach[IEEE80211_M_STA] = sta_vattach;
H A Dieee80211_hostap.c80 ic->ic_vattach[IEEE80211_M_HOSTAP] = hostap_vattach;
H A Dieee80211_mesh.c615 ic->ic_vattach[IEEE80211_M_MBSS] = mesh_vattach;

Completed in 133 milliseconds