Searched refs:pasn_auth (Results 1 – 8 of 8) sorted by relevance
533 struct pasn_auth *pasn_params) in wpas_pasn_configure_next_peer()658 struct pasn_auth *pasn_params) in wpas_pasn_delete_peers()1418 struct pasn_auth *pasn_auth) in wpas_pasn_auth_trigger() argument1421 unsigned int i, num_peers = pasn_auth->num_peers; in wpas_pasn_auth_trigger()1435 wpa_s->pasn_params = os_zalloc(sizeof(struct pasn_auth)); in wpas_pasn_auth_trigger()1447 src = &pasn_auth->peer[i]; in wpas_pasn_auth_trigger()1480 if (pasn_auth->action == PASN_ACTION_DELETE_SECURE_RANGING_CONTEXT) { in wpas_pasn_auth_trigger()1484 } else if (pasn_auth->action == PASN_ACTION_AUTH) { in wpas_pasn_auth_trigger()
1685 struct pasn_auth *pasn_params;2201 struct pasn_auth *pasn_auth);
1206 struct pasn_auth *params) in wpa_drv_send_pasn_resp()
11783 event.pasn_auth.action = PASN_ACTION_AUTH; in wpas_ctrl_iface_pasn_driver()11785 event.pasn_auth.action = in wpas_ctrl_iface_pasn_driver()11804 if (event.pasn_auth.num_peers == WPAS_MAX_PASN_PEERS) in wpas_ctrl_iface_pasn_driver()11806 peer = &event.pasn_auth.peer[event.pasn_auth.num_peers]; in wpas_ctrl_iface_pasn_driver()11809 event.pasn_auth.num_peers++; in wpas_ctrl_iface_pasn_driver()11877 for (i = 0; i < event.pasn_auth.num_peers; i++) { in wpas_ctrl_iface_pasn_driver()11878 peer = &event.pasn_auth.peer[i]; in wpas_ctrl_iface_pasn_driver()
7720 wpas_pasn_auth_trigger(wpa_s, &data->pasn_auth); in wpa_supplicant_event()
3439 event.pasn_auth.action = PASN_ACTION_AUTH; in qca_nl80211_pasn_auth()3442 event.pasn_auth.action = in qca_nl80211_pasn_auth()3469 os_memcpy(event.pasn_auth.peer[idx].own_addr, in qca_nl80211_pasn_auth()3472 os_memcpy(event.pasn_auth.peer[idx].peer_addr, in qca_nl80211_pasn_auth()3475 event.pasn_auth.peer[idx].ltf_keyseed_required = true; in qca_nl80211_pasn_auth()3480 event.pasn_auth.peer[idx].akmp = in qca_nl80211_pasn_auth()3487 event.pasn_auth.peer[idx].cipher = in qca_nl80211_pasn_auth()3502 event.pasn_auth.peer[idx].password = pw[idx]; in qca_nl80211_pasn_auth()3505 event.pasn_auth.peer[idx].comeback_len = in qca_nl80211_pasn_auth()3507 event.pasn_auth.peer[idx].comeback = in qca_nl80211_pasn_auth()[all …]
3335 struct pasn_auth { struct5685 int (*send_pasn_resp)(void *priv, struct pasn_auth *params);7650 struct pasn_auth pasn_auth; member
14357 static int nl80211_send_pasn_resp(void *priv, struct pasn_auth *params) in nl80211_send_pasn_resp()