Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c34 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh, in wpa_supplicant_mesh_deinit()
38 wpa_s->ifmsh = NULL; in wpa_supplicant_mesh_deinit()
53 struct hostapd_iface *ifmsh, in wpa_supplicant_mesh_iface_deinit() argument
56 if (!ifmsh) in wpa_supplicant_mesh_iface_deinit()
59 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
60 mesh_mpm_deinit(wpa_s, ifmsh); in wpa_supplicant_mesh_iface_deinit()
61 if (ifmsh->mconf->rsn_ie) { in wpa_supplicant_mesh_iface_deinit()
62 ifmsh->mconf->rsn_ie = NULL; in wpa_supplicant_mesh_iface_deinit()
70 os_free(ifmsh->mconf); in wpa_supplicant_mesh_iface_deinit()
71 ifmsh->mconf = NULL; in wpa_supplicant_mesh_iface_deinit()
[all …]
H A Dmesh_mpm.c154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local()
174 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in llid_in_use()
214 struct hostapd_iface *ifmsh = wpa_s->ifmsh; in mesh_mpm_send_plink_action() local
215 struct hostapd_data *bss = ifmsh->bss[0]; in mesh_mpm_send_plink_action()
216 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
484 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_mpm_fsm_restart()
497 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
498 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in plink_timer()
548 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
589 if (!wpa_s->ifmsh) { in mesh_mpm_close_peer()
[all …]
H A 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()
135 hapd = mesh_rsn->wpa_s->ifmsh->bss[0]; in auth_start_ampe()
153 hapd = rsn->wpa_s->ifmsh->bss[0]; in auth_for_each_sta()
250 struct hostapd_data *bss = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_init()
316 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; in mesh_rsn_sae_group()
373 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_rsn_auth_sae_sta()
664 struct hostapd_data *hapd = wpa_s->ifmsh->bss[0]; in mesh_rsn_process_ampe()
H A Dap.c1532 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_first()
1533 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_first()
1547 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta()
1548 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta()
1562 else if (wpa_s->ifmsh) in ap_ctrl_iface_sta_next()
1563 hapd = wpa_s->ifmsh->bss[0]; in ap_ctrl_iface_sta_next()
1835 else if (wpa_s->ifmsh) in ap_switch_channel()
1836 iface = wpa_s->ifmsh; in ap_switch_channel()
1871 iface = wpa_s->ifmsh; in wpas_ap_ch_switch()
2003 if (wpa_s->ifmsh) { in wpas_ap_pmksa_cache_list()
[all …]
H A Dmesh_mpm.h15 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
H A Dmesh.h17 struct hostapd_iface *ifmsh,
H A Devents.c2672 if (wpa_s->ifmsh) { in wpas_select_network_from_last_scan()
5465 if (wpa_s->ifmsh) in wpas_event_rx_mgmt_action()
5541 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_started()
5562 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_finished()
5578 if (wpa_s->ap_iface || wpa_s->ifmsh) { in wpas_event_dfs_cac_aborted()
6482 if (wpa_s->ifmsh) { in wpa_supplicant_event()
6821 if (!wpa_s->ifmsh || !data) in wpa_supplicant_event()
H A Dwpa_supplicant_i.h1047 struct hostapd_iface *ifmsh; member
H A Dwpa_supplicant.c4742 if (wpa_s->ifmsh) { in wpa_supplicant_deauthenticate()
4745 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
7653 if (wpa_s->ifmsh) { in wpa_supplicant_deinit_iface()
7654 wpa_supplicant_mesh_iface_deinit(wpa_s, wpa_s->ifmsh, true); in wpa_supplicant_deinit_iface()
7655 wpa_s->ifmsh = NULL; in wpa_supplicant_deinit_iface()
H A Dctrl_iface.c11019 if (!wpa_s->ifmsh) in wpas_ctrl_iface_mesh_pmksa_get()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c6367 if (!wpa_s->ifmsh) in wpas_dbus_getter_mesh_peers()
6369 hapd = wpa_s->ifmsh->bss[0]; in wpas_dbus_getter_mesh_peers()
6425 if (!wpa_s->ifmsh || !ssid) in wpas_dbus_getter_mesh_group()