Searched refs:pasn_auth (Results 1 – 8 of 8) sorted by relevance
343 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() argument842 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()
1587 struct pasn_auth *pasn_params;2007 struct pasn_auth *pasn_auth);
1132 struct pasn_auth *params) in wpa_drv_send_pasn_resp()
11277 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()
6871 wpas_pasn_auth_trigger(wpa_s, &data->pasn_auth); in wpa_supplicant_event()
2973 struct pasn_auth { struct5159 int (*send_pasn_resp)(void *priv, struct pasn_auth *params);6808 struct pasn_auth pasn_auth; member
3118 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()
13273 static int nl80211_send_pasn_resp(void *priv, struct pasn_auth *params) in nl80211_send_pasn_resp()