Searched refs:mconf (Results 1 – 5 of 5) sorted by relevance
48 if (ifmsh->mconf) { 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()125 struct mesh_conf *mconf; in wpa_supplicant_mesh_init() local176 mconf = mesh_config_create(ssid); in wpa_supplicant_mesh_init()177 if (!mconf) in wpa_supplicant_mesh_init()179 ifmsh->mconf = mconf; in wpa_supplicant_mesh_init()236 if (mconf->security != MESH_CONF_SEC_NONE) { in wpa_supplicant_mesh_init()[all …]
152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local157 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()158 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()160 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()161 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()162 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()163 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()164 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()213 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()396 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()[all …]
11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)55 kconfig/mconf: $(SHIPPED)56 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
304 struct mesh_conf *mconf; member
925 if (hapd->iface->mconf == NULL) in hostapd_setup_bss()1111 if (iface->mconf == NULL) in hostapd_tx_queue_params()1429 if (iface->mconf != NULL) { in hostapd_setup_interface_complete()