Lines Matching refs:mconf
153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
161 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
162 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
163 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
164 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
165 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
467 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
518 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
601 conf = wpa_s->ifmsh->mconf; in mesh_mpm_connect_peer()
695 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer()
799 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer()
865 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab()
926 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm()
1119 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in mesh_mpm_action_rx() local
1215 (!(mconf->security & MESH_CONF_SEC_AMPE) || in mesh_mpm_action_rx()
1235 if (mconf->security & MESH_CONF_SEC_AMPE) { in mesh_mpm_action_rx()
1271 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()