Lines Matching refs:setup
1808 const struct mesh_setup *setup) in copy_mesh_setup() argument
1819 if (setup->ie_len) { in copy_mesh_setup()
1820 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
1825 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup()
1830 ifmsh->mesh_id_len = setup->mesh_id_len; in copy_mesh_setup()
1831 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len); in copy_mesh_setup()
1832 ifmsh->mesh_sp_id = setup->sync_method; in copy_mesh_setup()
1833 ifmsh->mesh_pp_id = setup->path_sel_proto; in copy_mesh_setup()
1834 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
1835 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup()
1836 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()
1838 ifmsh->userspace_handles_dfs = setup->userspace_handles_dfs; in copy_mesh_setup()
1839 if (setup->is_authenticated) in copy_mesh_setup()
1841 if (setup->is_secure) in copy_mesh_setup()
1845 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
1846 sizeof(setup->mcast_rate)); in copy_mesh_setup()
1847 sdata->vif.bss_conf.basic_rates = setup->basic_rates; in copy_mesh_setup()
1849 sdata->vif.bss_conf.beacon_int = setup->beacon_interval; in copy_mesh_setup()
1850 sdata->vif.bss_conf.dtim_period = setup->dtim_period; in copy_mesh_setup()
1968 const struct mesh_setup *setup) in ieee80211_join_mesh() argument
1975 err = copy_mesh_setup(ifmsh, setup); in ieee80211_join_mesh()
1984 err = ieee80211_vif_use_channel(sdata, &setup->chandef, in ieee80211_join_mesh()
2254 struct ocb_setup *setup) in ieee80211_join_ocb() argument
2256 return ieee80211_ocb_join(IEEE80211_DEV_TO_SUB_IF(dev), setup); in ieee80211_join_ocb()