Searched defs:ifmsh (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh.c32 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
42 wpa_supplicant_mesh_iface_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh) argument
122 struct hostapd_iface *ifmsh; local
[all...]
H A Dmesh_mpm.c152 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) argument
[all...]
H A Dwpa_supplicant_i.h717 struct hostapd_iface *ifmsh; member in struct:wpa_supplicant

Completed in 88 milliseconds