Searched refs:ifmsh (Results 1 - 10 of 10) 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->rsn_ie) {
51 ifmsh->mconf->rsn_ie = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh
42 wpa_supplicant_mesh_iface_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh) argument
152 struct hostapd_iface *ifmsh; local
[all...]
H A Dmesh.h16 struct hostapd_iface *ifmsh);
H A Dmesh_mpm.h15 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
H A Dmesh_mpm.c151 struct mesh_conf *mconf = wpa_s->ifmsh->mconf;
171 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;
409 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
422 struct mesh_conf *conf = wpa_s->ifmsh->mconf;
423 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
473 struct mesh_conf *conf = wpa_s->ifmsh
582 mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh) argument
[all...]
H A Dmesh_rsn.c46 hapd = wpa_s->ifmsh->bss[0];
81 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
129 hapd = mesh_rsn->wpa_s->ifmsh->bss[0];
224 struct hostapd_data *bss = wpa_s->ifmsh->bss[0];
290 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups;
337 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
631 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0];
H A Dap.c1133 else if (wpa_s->ifmsh)
1134 hapd = wpa_s->ifmsh->bss[0];
1148 else if (wpa_s->ifmsh)
1149 hapd = wpa_s->ifmsh->bss[0];
1163 else if (wpa_s->ifmsh)
1164 hapd = wpa_s->ifmsh->bss[0];
1413 if (wpa_s->ifmsh) {
1421 wpa_s->ifmsh->bss[0], &buf[reply_len],
1438 if (wpa_s->ifmsh)
1439 hostapd_ctrl_iface_pmksa_flush(wpa_s->ifmsh
[all...]
H A Devents.c1808 if (wpa_s->ifmsh) {
3559 if (wpa_s->ifmsh)
4041 if (wpa_s->ifmsh) {
4315 if (!wpa_s->ifmsh || !data)
H A Dwpa_supplicant_i.h798 struct hostapd_iface *ifmsh; member in struct:wpa_supplicant
H A Dwpa_supplicant.c2801 if (wpa_s->ifmsh) {
5160 if (wpa_s->ifmsh) {
5161 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh);
5162 wpa_s->ifmsh = NULL;
H A Dctrl_iface.c9297 if (!wpa_s->ifmsh)
9315 * stored before wpa_s->ifmsh creation to suppress commit message

Completed in 160 milliseconds