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()238 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()402 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()[all …]
311 struct mesh_conf *mconf; member
944 if (hapd->iface->mconf == NULL) in hostapd_setup_bss()1130 if (iface->mconf == NULL) in hostapd_tx_queue_params()1574 if (iface->mconf != NULL) { in hostapd_setup_interface_complete()
2644 const struct ieee80211_meshconf_ie *mconf = in printmeshconf() local2647 if (mconf->conf_pselid == IEEE80211_MESHCONF_PATH_HWMP) in printmeshconf()2652 if (mconf->conf_pmetid == IEEE80211_MESHCONF_METRIC_AIRTIME) in printmeshconf()2657 if (mconf->conf_ccid == IEEE80211_MESHCONF_CC_DISABLED) in printmeshconf()2662 if (mconf->conf_syncid == IEEE80211_MESHCONF_SYNC_NEIGHOFF) in printmeshconf()2667 if (mconf->conf_authid == IEEE80211_MESHCONF_AUTH_DISABLED) in printmeshconf()2671 printf(" FORM:0x%x CAPS:0x%x>", mconf->conf_form, in printmeshconf()2672 mconf->conf_cap); in printmeshconf()