Home
last modified time | relevance | path

Searched refs:mconf (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
161 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
162 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
163 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
164 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
165 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
467 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
[all …]
Dmesh.c59 if (ifmsh->mconf) { 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()
203 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf); in wpas_mesh_init_rsn()
266 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE && in wpas_mesh_complete()
280 params->ies = ifmsh->mconf->rsn_ie; in wpas_mesh_complete()
281 params->ie_len = ifmsh->mconf->rsn_ie_len; in wpas_mesh_complete()
321 ifmsh->mconf = mesh_config_create(wpa_s, wpa_s->current_ssid); in wpa_supplicant_mesh_enable_iface_cb()
[all …]
Dwpa_supplicant.c4025 struct mesh_conf *mconf; in wpa_supplicant_deauthenticate() local
4027 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
4030 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
4031 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/external/toybox/kconfig/
DMakefile11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
68 kconfig/mconf: $(SHIPPED)
69 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
/external/wpa_supplicant_8/src/ap/
Dhostapd.h463 struct mesh_conf *mconf; member
Dhostapd.c1181 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1412 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
2028 if (iface->mconf != NULL) { in hostapd_setup_interface_complete_sync()
2165 if (delay_apply_cfg && !iface->mconf) { in hostapd_setup_interface_complete_sync()
Ddfs.c1112 if (iface->mconf) in hostapd_dfs_start_channel_switch()