Home
last modified time | relevance | path

Searched refs:ifmsh (Results 1 – 11 of 11) 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()
45 struct hostapd_iface *ifmsh) in wpa_supplicant_mesh_iface_deinit() argument
47 if (!ifmsh) in wpa_supplicant_mesh_iface_deinit()
50 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
51 mesh_mpm_deinit(wpa_s, ifmsh); in wpa_supplicant_mesh_iface_deinit()
52 if (ifmsh->mconf->rsn_ie) { in wpa_supplicant_mesh_iface_deinit()
53 ifmsh->mconf->rsn_ie = NULL; in wpa_supplicant_mesh_iface_deinit()
61 os_free(ifmsh->mconf); in wpa_supplicant_mesh_iface_deinit()
62 ifmsh->mconf = NULL; in wpa_supplicant_mesh_iface_deinit()
[all …]
Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local()
173 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in llid_in_use()
213 struct hostapd_iface *ifmsh = wpa_s->ifmsh; in mesh_mpm_send_plink_action() local
214 struct hostapd_data *bss = ifmsh->bss[0]; in mesh_mpm_send_plink_action()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
433 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_mpm_fsm_restart()
446 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
447 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in plink_timer()
497 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
532 if (!wpa_s->ifmsh) { in mesh_mpm_close_peer()
[all …]
Dap.c1243 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_first()
1244 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_first()
1258 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta()
1259 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta()
1273 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_next()
1274 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_next()
1395 iface = wpa_s->ifmsh; in wpas_ap_ch_switch()
1526 if (wpa_s->ifmsh) { in wpas_ap_pmksa_cache_list()
1534 wpa_s->ifmsh->bss[0], &buf[reply_len], in wpas_ap_pmksa_cache_list()
1551 if (wpa_s->ifmsh) in wpas_ap_pmksa_cache_flush()
[all …]
Dmesh_rsn.c46 hapd = wpa_s->ifmsh->bss[0]; in mesh_auth_timer()
82 struct hostapd_data *hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_get_psk()
134 hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_start_ampe()
232 struct hostapd_data *bss = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_init()
298 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
356 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_sae_sta()
650 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_rsn_process_ampe()
Dmesh_mpm.h15 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
Dmesh.h16 struct hostapd_iface *ifmsh);
Devents.c1977 if (wpa_s->ifmsh) { in wpas_select_network_from_last_scan()
3892 if (wpa_s->ifmsh) in wpas_event_rx_mgmt_action()
3967 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_started()
3988 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_finished()
4004 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_aborted()
4594 if (wpa_s->ifmsh) { in wpa_supplicant_event()
4886 if (!wpa_s->ifmsh || !data) in wpa_supplicant_event()
Dwpa_supplicant_i.h819 struct hostapd_iface *ifmsh; member
Dwpa_supplicant.c3461 if (wpa_s->ifmsh) { in wpa_supplicant_deauthenticate()
3464 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
6031 if (wpa_s->ifmsh) { in wpa_supplicant_deinit_iface()
6032 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh); in wpa_supplicant_deinit_iface()
6033 wpa_s->ifmsh = NULL; in wpa_supplicant_deinit_iface()
Dctrl_iface.c9845 if (!wpa_s->ifmsh) in wpas_ctrl_iface_mesh_pmksa_get()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c5253 if (!wpa_s->ifmsh) in wpas_dbus_getter_mesh_peers()
5255 hapd = wpa_s->ifmsh->bss[0]; in wpas_dbus_getter_mesh_peers()
5311 if (!wpa_s->ifmsh || !ssid) in wpas_dbus_getter_mesh_group()