HomeSort by relevance Sort by last modified time
    Searched refs:mesh_rsn (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.h 12 struct mesh_rsn { struct
30 struct mesh_rsn * mesh_rsn_auth_init(struct wpa_supplicant *wpa_s,
34 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);
37 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta,
mesh_rsn.c 26 #include "mesh_rsn.h"
80 struct mesh_rsn *mesh_rsn = ctx; local
81 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
100 struct mesh_rsn *mesh_rsn = ctx; local
115 return wpa_drv_set_key(mesh_rsn->wpa_s, alg, addr, idx,
122 struct mesh_rsn *mesh_rsn = ctx; local
126 if (mesh_rsn->wpa_s->current_ssid->mode != WPAS_MODE_MESH
223 struct mesh_rsn *mesh_rsn; local
    [all...]
mesh.c 26 #include "mesh_rsn.h"
35 os_free(wpa_s->mesh_rsn);
36 wpa_s->mesh_rsn = NULL;
318 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, mconf);
319 if (!wpa_s->mesh_rsn)
440 wpa_s->pairwise_cipher = wpa_s->mesh_rsn->pairwise_cipher;
441 wpa_s->group_cipher = wpa_s->mesh_rsn->group_cipher;
442 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher;
wpa_supplicant_i.h 800 struct mesh_rsn *mesh_rsn; member in struct:wpa_supplicant
    [all...]
mesh_mpm.c 22 #include "mesh_rsn.h"
335 mesh_rsn_get_pmkid(wpa_s->mesh_rsn, sta,
358 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
595 /* for mesh_rsn to indicate this peer has completed authentication, and we're
    [all...]

Completed in 59 milliseconds