Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hostap.c190 if (vap->iv_auth->ia_detach != NULL) in hostap_newstate()
191 vap->iv_auth->ia_detach(vap); in hostap_newstate()
328 if (vap->iv_auth->ia_attach != NULL) { in hostap_newstate()
330 vap->iv_auth->ia_attach(vap); in hostap_newstate()
331 } else if (vap->iv_auth->ia_detach != NULL) { in hostap_newstate()
332 vap->iv_auth->ia_detach(vap); in hostap_newstate()
H A Dieee80211_wds.c207 if (vap->iv_auth->ia_node_join != NULL) in ieee80211_create_wds()
208 vap->iv_auth->ia_node_join(ni); in ieee80211_create_wds()
H A Dieee80211_node.c202 vap->iv_auth = ieee80211_authenticator_get(vap->iv_bss->ni_authmode); in ieee80211_node_latevattach()
2314 if (vap->iv_auth->ia_node_leave != NULL) in ieee80211_node_table_reset()
2315 vap->iv_auth->ia_node_leave(ni); in ieee80211_node_table_reset()
2853 if (vap->iv_auth->ia_node_join != NULL) in ieee80211_node_join()
2854 vap->iv_auth->ia_node_join(ni); in ieee80211_node_join()
2995 if (vap->iv_auth->ia_node_leave != NULL) in ieee80211_node_leave()
2996 vap->iv_auth->ia_node_leave(ni); in ieee80211_node_leave()
H A Dieee80211_ddb.c610 db_printf("\tauth %p(%s)", vap->iv_auth, vap->iv_auth->ia_name); in _db_show_vap()
H A Dieee80211_sta.c276 if (vap->iv_auth->ia_detach != NULL) in sta_newstate()
277 vap->iv_auth->ia_detach(vap); in sta_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()
H A Dieee80211_var.h525 const struct ieee80211_authenticator *iv_auth; /* authenticator glue */ member
H A Dieee80211_ioctl.c2869 vap->iv_auth = auth; in ieee80211_ioctl_set80211()
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h355 int iv_auth; member
H A Dif_iwm_mac_ctxt.c310 if (ivp->iv_auth) { in iwm_mac_ctxt_cmd_common()
H A Dif_iwm.c4083 iv->iv_auth = 1; in iwm_auth()
4183 iv->iv_auth = 0; in iwm_auth()
4334 ivp->iv_auth = 0; in iwm_bring_down_firmware()