Home
last modified time | relevance | path

Searched refs:mesh_rsn (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c83 struct mesh_rsn *mesh_rsn = ctx; in auth_get_psk() local
84 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_get_psk()
103 struct mesh_rsn *mesh_rsn = ctx; in auth_set_key() local
118 return wpa_drv_set_key(mesh_rsn->wpa_s, alg, addr, idx, in auth_set_key()
125 struct mesh_rsn *mesh_rsn = ctx; in auth_start_ampe() local
129 if (mesh_rsn->wpa_s->current_ssid->mode != WPAS_MODE_MESH) in auth_start_ampe()
132 hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_start_ampe()
135 eloop_cancel_timeout(mesh_auth_timer, mesh_rsn->wpa_s, sta); in auth_start_ampe()
137 mesh_mpm_auth_peer(mesh_rsn->wpa_s, addr); in auth_start_ampe()
142 static int __mesh_rsn_auth_init(struct mesh_rsn *rsn, const u8 *addr) in __mesh_rsn_auth_init()
[all …]
Dmesh_rsn.h12 struct mesh_rsn { struct
22 struct mesh_rsn * mesh_rsn_auth_init(struct wpa_supplicant *wpa_s, argument
26 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);
29 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta,
Dmesh.c35 os_free(wpa_s->mesh_rsn); in wpa_supplicant_mesh_deinit()
36 wpa_s->mesh_rsn = NULL; in wpa_supplicant_mesh_deinit()
262 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, mconf); in wpa_supplicant_mesh_init()
263 if (!wpa_s->mesh_rsn) in wpa_supplicant_mesh_init()
Dwpa_supplicant_i.h719 struct mesh_rsn *mesh_rsn; member
Dmesh_mpm.c325 mesh_rsn_get_pmkid(wpa_s->mesh_rsn, sta, in mesh_mpm_send_plink_action()
337 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) { in mesh_mpm_send_plink_action()
DMakefile235 OBJS += mesh_rsn.o