Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c343 struct pasn_auth *pasn_params) in wpas_pasn_configure_next_peer()
413 struct pasn_auth *pasn_params) in wpas_pasn_delete_peers()
839 struct pasn_auth *pasn_auth) in wpas_pasn_auth_trigger() argument
842 unsigned int i, num_peers = pasn_auth->num_peers; in wpas_pasn_auth_trigger()
856 wpa_s->pasn_params = os_zalloc(sizeof(struct pasn_auth)); in wpas_pasn_auth_trigger()
868 src = &pasn_auth->peer[i]; in wpas_pasn_auth_trigger()
881 if (pasn_auth->action == PASN_ACTION_DELETE_SECURE_RANGING_CONTEXT) { in wpas_pasn_auth_trigger()
885 } else if (pasn_auth->action == PASN_ACTION_AUTH) { in wpas_pasn_auth_trigger()
H A Dwpa_supplicant_i.h1587 struct pasn_auth *pasn_params;
2007 struct pasn_auth *pasn_auth);
H A Ddriver_i.h1132 struct pasn_auth *params) in wpa_drv_send_pasn_resp()
H A Dctrl_iface.c11277 event.pasn_auth.action = PASN_ACTION_AUTH; in wpas_ctrl_iface_pasn_driver()
11279 event.pasn_auth.action = in wpas_ctrl_iface_pasn_driver()
11291 if (event.pasn_auth.num_peers == WPAS_MAX_PASN_PEERS) in wpas_ctrl_iface_pasn_driver()
11293 peer = &event.pasn_auth.peer[event.pasn_auth.num_peers]; in wpas_ctrl_iface_pasn_driver()
11296 event.pasn_auth.num_peers++; in wpas_ctrl_iface_pasn_driver()
H A Devents.c6871 wpas_pasn_auth_trigger(wpa_s, &data->pasn_auth); in wpa_supplicant_event()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2973 struct pasn_auth { struct
5159 int (*send_pasn_resp)(void *priv, struct pasn_auth *params);
6808 struct pasn_auth pasn_auth; member
H A Ddriver_nl80211_event.c3118 event.pasn_auth.action = PASN_ACTION_AUTH; in qca_nl80211_pasn_auth()
3121 event.pasn_auth.action = in qca_nl80211_pasn_auth()
3148 os_memcpy(event.pasn_auth.peer[idx].own_addr, in qca_nl80211_pasn_auth()
3151 os_memcpy(event.pasn_auth.peer[idx].peer_addr, in qca_nl80211_pasn_auth()
3154 event.pasn_auth.peer[idx].ltf_keyseed_required = true; in qca_nl80211_pasn_auth()
3157 event.pasn_auth.num_peers = n_peers; in qca_nl80211_pasn_auth()
3161 event.pasn_auth.action, in qca_nl80211_pasn_auth()
3162 event.pasn_auth.num_peers); in qca_nl80211_pasn_auth()
H A Ddriver_nl80211.c13273 static int nl80211_send_pasn_resp(void *priv, struct pasn_auth *params) in nl80211_send_pasn_resp()