HomeSort by: relevance | last modified time | path
    Searched defs:mesh_rsn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/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"
81 struct mesh_rsn *mesh_rsn = ctx; local
82 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
106 struct mesh_rsn *mesh_rsn = ctx; local
121 return wpa_drv_set_key(mesh_rsn->wpa_s, -1, alg, addr, idx,
128 struct mesh_rsn *mesh_rsn = ctx; local
132 if (mesh_rsn->wpa_s->current_ssid->mode != WPAS_MODE_MESH
249 struct mesh_rsn *mesh_rsn; local
    [all...]
wpa_supplicant_i.h 1049 struct mesh_rsn *mesh_rsn; member in struct:wpa_supplicant

Completed in 53 milliseconds