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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 32 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh);
33 wpa_s->ifmsh = NULL;
43 struct hostapd_iface *ifmsh)
45 if (!ifmsh)
48 if (ifmsh->mconf) {
49 mesh_mpm_deinit(wpa_s, ifmsh);
50 if (ifmsh->mconf->ies) {
51 ifmsh->mconf->ies = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh->mconf = NULL
122 struct hostapd_iface *ifmsh; local
    [all...]
mesh_mpm.h 15 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
mesh.h 16 struct hostapd_iface *ifmsh);
mesh_mpm.c 152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf;
172 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
211 struct hostapd_iface *ifmsh = wpa_s->ifmsh; local
212 struct hostapd_data *bss = ifmsh->bss[0];
213 struct mesh_conf *conf = ifmsh->mconf;
383 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
396 struct mesh_conf *conf = wpa_s->ifmsh->mconf;
439 struct mesh_conf *conf = wpa_s->ifmsh->mconf;
469 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh)
    [all...]
mesh_rsn.c 47 ap_free_sta(wpa_s->ifmsh->bss[0], sta);
84 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
132 hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
201 struct hostapd_data *bss = wpa_s->ifmsh->bss[0];
243 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups;
290 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
ap.c 1032 else if (wpa_s->ifmsh)
1033 hapd = wpa_s->ifmsh->bss[0];
1047 else if (wpa_s->ifmsh)
1048 hapd = wpa_s->ifmsh->bss[0];
1062 else if (wpa_s->ifmsh)
1063 hapd = wpa_s->ifmsh->bss[0];
    [all...]
wpa_supplicant_i.h 717 struct hostapd_iface *ifmsh; member in struct:wpa_supplicant
    [all...]
events.c     [all...]
wpa_supplicant.c     [all...]

Completed in 84 milliseconds