Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c72 .ia_detach = NULL,
H A Dieee80211_proto.h217 void (*ia_detach)(struct ieee80211vap *); member
H A Dieee80211_hostap.c194 if (vap->iv_auth->ia_detach != NULL) in hostap_newstate()
195 vap->iv_auth->ia_detach(vap); in hostap_newstate()
335 } else if (vap->iv_auth->ia_detach != NULL) { in hostap_newstate()
336 vap->iv_auth->ia_detach(vap); in hostap_newstate()
H A Dieee80211_proto.c419 if (vap->iv_auth->ia_detach != NULL) in ieee80211_proto_vdetach()
420 vap->iv_auth->ia_detach(vap); in ieee80211_proto_vdetach()
455 .ia_detach = NULL,
H A Dieee80211_sta.c280 if (vap->iv_auth->ia_detach != NULL) in sta_newstate()
281 vap->iv_auth->ia_detach(vap); in sta_newstate()