Searched refs:mconf (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c50 if (ifmsh->mconf) {
52 if (ifmsh->mconf->rsn_ie) {
53 ifmsh->mconf->rsn_ie = NULL;
61 os_free(ifmsh->mconf);
62 ifmsh->mconf = NULL;
188 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf);
206 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE &&
221 params->ies = ifmsh->mconf->rsn_ie;
222 params->ie_len = ifmsh->mconf->rsn_ie_len;
250 struct mesh_conf *mconf; local
[all...]
H A Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
158 return (mconf->meshid_len == elems->mesh_id_len &&
159 os_memcmp(mconf->meshid, elems->mesh_id,
161 mconf->mesh_pp_id == elems->mesh_config[0] &&
162 mconf->mesh_pm_id == elems->mesh_config[1] &&
163 mconf->mesh_cc_id == elems->mesh_config[2] &&
164 mconf->mesh_sp_id == elems->mesh_config[3] &&
165 mconf->mesh_auth_id == elems->mesh_config[4]);
215 struct mesh_conf *conf = ifmsh->mconf;
1120 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
[all...]
H A Dwpa_supplicant.c3471 struct mesh_conf *mconf; local
3473 mconf = wpa_s->ifmsh->mconf;
3476 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid,
3477 mconf->meshid_len, reason_code);
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dhostapd.h435 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c1157 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL)
1372 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL)
1918 if (iface->mconf != NULL) {
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c2955 const struct ieee80211_meshconf_ie *mconf = local
2958 if (mconf->conf_pselid == IEEE80211_MESHCONF_PATH_HWMP)
2963 if (mconf->conf_pmetid == IEEE80211_MESHCONF_METRIC_AIRTIME)
2968 if (mconf->conf_ccid == IEEE80211_MESHCONF_CC_DISABLED)
2973 if (mconf->conf_syncid == IEEE80211_MESHCONF_SYNC_NEIGHOFF)
2978 if (mconf->conf_authid == IEEE80211_MESHCONF_AUTH_DISABLED)
2982 printf(" FORM:0x%x CAPS:0x%x>", mconf->conf_form,
2983 mconf->conf_cap);

Completed in 265 milliseconds