Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_xauth.c69 .ia_detach = NULL,
Dieee80211_proto.h216 void (*ia_detach)(struct ieee80211vap *); member
Dieee80211_hostap.c189 if (vap->iv_auth->ia_detach != NULL) in hostap_newstate()
190 vap->iv_auth->ia_detach(vap); in hostap_newstate()
327 } else if (vap->iv_auth->ia_detach != NULL) { in hostap_newstate()
328 vap->iv_auth->ia_detach(vap); in hostap_newstate()
Dieee80211_proto.c265 if (vap->iv_auth->ia_detach != NULL) in ieee80211_proto_vdetach()
266 vap->iv_auth->ia_detach(vap); in ieee80211_proto_vdetach()
301 .ia_detach = NULL,
Dieee80211_sta.c258 if (vap->iv_auth->ia_detach != NULL) in sta_newstate()
259 vap->iv_auth->ia_detach(vap); in sta_newstate()