Lines Matching refs:mconf
154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
159 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()
216 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
497 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
548 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
634 conf = wpa_s->ifmsh->mconf; in mesh_mpm_connect_peer()
729 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer()
846 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer()
912 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab()
970 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm()
1159 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in mesh_mpm_action_rx() local
1255 (!(mconf->security & MESH_CONF_SEC_AMPE) || in mesh_mpm_action_rx()
1275 if (mconf->security & MESH_CONF_SEC_AMPE) { in mesh_mpm_action_rx()
1311 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()