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->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() local178 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 …]
154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local159 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 …]
11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)59 kconfig/mconf: $(SHIPPED)60 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
319 struct mesh_conf *mconf; member
959 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()