Home
last modified time | relevance | path

Searched refs:iv_auth (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net80211/
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()
332 if (vap->iv_auth->ia_attach != NULL) { in hostap_newstate()
334 vap->iv_auth->ia_attach(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_node.c189 vap->iv_auth = ieee80211_authenticator_get(vap->iv_bss->ni_authmode); in ieee80211_node_latevattach()
2284 if (vap->iv_auth->ia_node_leave != NULL) in ieee80211_node_table_reset()
2285 vap->iv_auth->ia_node_leave(ni); in ieee80211_node_table_reset()
2821 if (vap->iv_auth->ia_node_join != NULL) in ieee80211_node_join()
2822 vap->iv_auth->ia_node_join(ni); in ieee80211_node_join()
2963 if (vap->iv_auth->ia_node_leave != NULL) in ieee80211_node_leave()
2964 vap->iv_auth->ia_node_leave(ni); in ieee80211_node_leave()
H A Dieee80211_wds.c213 if (vap->iv_auth->ia_node_join != NULL) in ieee80211_create_wds()
214 vap->iv_auth->ia_node_join(ni); in ieee80211_create_wds()
H A Dieee80211_ddb.c472 db_printf("\tauth %p(%s)", vap->iv_auth, vap->iv_auth->ia_name); in _db_show_vap()
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()
H A Dieee80211_var.h518 const struct ieee80211_authenticator *iv_auth; /* authenticator glue */ member
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()
H A Dieee80211_ioctl.c2864 vap->iv_auth = auth; in ieee80211_ioctl_set80211()