Lines Matching refs:mconf
152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
157 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()
396 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
439 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open()
533 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer()
593 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer()
654 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab()
692 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm()
870 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in mesh_mpm_action_rx() local
960 !(mconf->security & MESH_CONF_SEC_AMPE)) in mesh_mpm_action_rx()
979 if ((mconf->security & MESH_CONF_SEC_AMPE) && in mesh_mpm_action_rx()