Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c48 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
50 if (ifmsh->mconf->rsn_ie) { in wpa_supplicant_mesh_iface_deinit()
51 ifmsh->mconf->rsn_ie = 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()
125 struct mesh_conf *mconf; in wpa_supplicant_mesh_init() local
178 mconf = mesh_config_create(ssid); in wpa_supplicant_mesh_init()
179 if (!mconf) in wpa_supplicant_mesh_init()
181 ifmsh->mconf = mconf; in wpa_supplicant_mesh_init()
261 if (mconf->security != MESH_CONF_SEC_NONE) { in wpa_supplicant_mesh_init()
[all …]
Dmesh_mpm.c154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
159 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
162 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
163 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
164 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
165 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
166 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
422 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
[all …]
/external/toybox/kconfig/
DMakefile11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
59 kconfig/mconf: $(SHIPPED)
60 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
/external/wpa_supplicant_8/src/ap/
Dhostapd.h319 struct mesh_conf *mconf; member
Dhostapd.c959 if (hapd->iface->mconf == NULL) in hostapd_setup_bss()
1145 if (iface->mconf == NULL) in hostapd_tx_queue_params()
1582 if (iface->mconf != NULL) { in hostapd_setup_interface_complete_sync()