Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_xauth.c70 .ia_detach = NULL,
H A Dieee80211_proto.h217 void (*ia_detach)(struct ieee80211vap *); member
H A Dieee80211_hostap.c188 if (vap->iv_auth->ia_detach != NULL) in hostap_newstate()
189 vap->iv_auth->ia_detach(vap); in hostap_newstate()
328 } else if (vap->iv_auth->ia_detach != NULL) { in hostap_newstate()
329 vap->iv_auth->ia_detach(vap); in hostap_newstate()
H A Dieee80211_proto.c417 if (vap->iv_auth->ia_detach != NULL) in ieee80211_proto_vdetach()
418 vap->iv_auth->ia_detach(vap); in ieee80211_proto_vdetach()
453 .ia_detach = NULL,
H A Dieee80211_sta.c274 if (vap->iv_auth->ia_detach != NULL) in sta_newstate()
275 vap->iv_auth->ia_detach(vap); in sta_newstate()