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()
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()
473 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
553 conf = wpa_s->ifmsh->mconf; in mesh_mpm_connect_peer()
647 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer()
723 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer()
789 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab()
830 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm()
1007 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in mesh_mpm_action_rx() local
1097 (!(mconf->security & MESH_CONF_SEC_AMPE) || in mesh_mpm_action_rx()
1117 if ((mconf->security & MESH_CONF_SEC_AMPE) && in mesh_mpm_action_rx()