Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
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()
Dwpa_supplicant_i.h1598 struct pasn_auth *pasn_params;
2022 struct pasn_auth *pasn_auth);
Ddriver_i.h1135 struct pasn_auth *params) in wpa_drv_send_pasn_resp()
Dctrl_iface.c11282 event.pasn_auth.action = PASN_ACTION_AUTH; in wpas_ctrl_iface_pasn_driver()
11284 event.pasn_auth.action = in wpas_ctrl_iface_pasn_driver()
11296 if (event.pasn_auth.num_peers == WPAS_MAX_PASN_PEERS) in wpas_ctrl_iface_pasn_driver()
11298 peer = &event.pasn_auth.peer[event.pasn_auth.num_peers]; in wpas_ctrl_iface_pasn_driver()
11301 event.pasn_auth.num_peers++; in wpas_ctrl_iface_pasn_driver()
Devents.c6961 wpas_pasn_auth_trigger(wpa_s, &data->pasn_auth); in wpa_supplicant_event()
/hostap-latest/src/drivers/
Ddriver.h2995 struct pasn_auth { struct
5188 int (*send_pasn_resp)(void *priv, struct pasn_auth *params);
6837 struct pasn_auth pasn_auth; member
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()
Ddriver_nl80211.c13331 static int nl80211_send_pasn_resp(void *priv, struct pasn_auth *params) in nl80211_send_pasn_resp()