Home
last modified time | relevance | path

Searched refs:ifmsh (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c32 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh); in wpa_supplicant_mesh_deinit()
33 wpa_s->ifmsh = NULL; in wpa_supplicant_mesh_deinit()
43 struct hostapd_iface *ifmsh) in wpa_supplicant_mesh_iface_deinit() argument
45 if (!ifmsh) in wpa_supplicant_mesh_iface_deinit()
48 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
49 mesh_mpm_deinit(wpa_s, ifmsh); in wpa_supplicant_mesh_iface_deinit()
50 if (ifmsh->mconf->ies) { in wpa_supplicant_mesh_iface_deinit()
51 ifmsh->mconf->ies = NULL; in wpa_supplicant_mesh_iface_deinit()
59 os_free(ifmsh->mconf); in wpa_supplicant_mesh_iface_deinit()
60 ifmsh->mconf = NULL; in wpa_supplicant_mesh_iface_deinit()
[all …]
Dmesh_mpm.c152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local()
172 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in llid_in_use()
211 struct hostapd_iface *ifmsh = wpa_s->ifmsh; in mesh_mpm_send_plink_action() local
212 struct hostapd_data *bss = ifmsh->bss[0]; in mesh_mpm_send_plink_action()
213 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
383 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_mpm_fsm_restart()
396 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
439 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
469 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh) in mesh_mpm_deinit() argument
471 struct hostapd_data *hapd = ifmsh->bss[0]; in mesh_mpm_deinit()
[all …]
Dmesh_rsn.c47 ap_free_sta(wpa_s->ifmsh->bss[0], sta); in mesh_auth_timer()
84 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_get_psk()
132 hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_start_ampe()
201 struct hostapd_data *bss = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_init()
243 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
290 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_sae_sta()
Dmesh_mpm.h15 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
Dmesh.h16 struct hostapd_iface *ifmsh);
Dap.c1032 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_first()
1033 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_first()
1047 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta()
1048 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta()
1062 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_next()
1063 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_next()
Dwpa_supplicant_i.h717 struct hostapd_iface *ifmsh; member
Devents.c1560 if (wpa_s->ifmsh) { in wpas_select_network_from_last_scan()
3126 if (wpa_s->ifmsh)
3557 if (wpa_s->ifmsh) {
3816 if (!wpa_s->ifmsh || !data)
Dwpa_supplicant.c2506 if (wpa_s->ifmsh) { in wpa_supplicant_deauthenticate()
4364 if (wpa_s->ifmsh) { in wpa_supplicant_deinit_iface()
4365 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh); in wpa_supplicant_deinit_iface()
4366 wpa_s->ifmsh = NULL; in wpa_supplicant_deinit_iface()