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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.h12 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,
H A Dmesh_rsn.c26 #include "mesh_rsn.h"
81 struct mesh_rsn *mesh_rsn = ctx; local
82 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
105 struct mesh_rsn *mesh_rsn = ctx; local
120 return wpa_drv_set_key(mesh_rsn->wpa_s, alg, addr, idx,
127 struct mesh_rsn *mesh_rsn = ctx; local
131 if (mesh_rsn
231 struct mesh_rsn *mesh_rsn; local
[all...]
H A Dmesh.c26 #include "mesh_rsn.h"
35 os_free(wpa_s->mesh_rsn);
36 wpa_s->mesh_rsn = NULL;
188 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf);
189 return !wpa_s->mesh_rsn ? -1 : 0;
216 wpa_s->pairwise_cipher = wpa_s->mesh_rsn->pairwise_cipher;
217 wpa_s->group_cipher = wpa_s->mesh_rsn->group_cipher;
218 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher;
H A Dwpa_supplicant_i.h821 struct mesh_rsn *mesh_rsn; member in struct:wpa_supplicant
H A Dmesh_mpm.c23 #include "mesh_rsn.h"
353 mesh_rsn_get_pmkid(wpa_s->mesh_rsn, sta,
407 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
644 /* for mesh_rsn to indicate this peer has completed authentication, and we're
H A DAndroid.mk238 OBJS += mesh_rsn.c

Completed in 203 milliseconds