Lines Matching refs:setup
1716 const struct mesh_setup *setup) in copy_mesh_setup() argument
1727 if (setup->ie_len) { in copy_mesh_setup()
1728 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
1733 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup()
1738 ifmsh->mesh_id_len = setup->mesh_id_len; in copy_mesh_setup()
1739 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len); in copy_mesh_setup()
1740 ifmsh->mesh_sp_id = setup->sync_method; in copy_mesh_setup()
1741 ifmsh->mesh_pp_id = setup->path_sel_proto; in copy_mesh_setup()
1742 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
1743 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup()
1745 if (setup->is_authenticated) in copy_mesh_setup()
1747 if (setup->is_secure) in copy_mesh_setup()
1751 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
1752 sizeof(setup->mcast_rate)); in copy_mesh_setup()
1754 sdata->vif.bss_conf.beacon_int = setup->beacon_interval; in copy_mesh_setup()
1755 sdata->vif.bss_conf.dtim_period = setup->dtim_period; in copy_mesh_setup()
1871 const struct mesh_setup *setup) in ieee80211_join_mesh() argument
1878 err = copy_mesh_setup(ifmsh, setup); in ieee80211_join_mesh()
1886 err = ieee80211_vif_use_channel(sdata, &setup->chandef, in ieee80211_join_mesh()