• Home
  • Raw
  • Download

Lines Matching refs:setup

2104 		const struct mesh_setup *setup)  in copy_mesh_setup()  argument
2114 if (setup->ie_len) { in copy_mesh_setup()
2115 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
2120 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup()
2124 ifmsh->mesh_id_len = setup->mesh_id_len; in copy_mesh_setup()
2125 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len); in copy_mesh_setup()
2126 ifmsh->mesh_sp_id = setup->sync_method; in copy_mesh_setup()
2127 ifmsh->mesh_pp_id = setup->path_sel_proto; in copy_mesh_setup()
2128 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
2129 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup()
2130 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()
2132 ifmsh->userspace_handles_dfs = setup->userspace_handles_dfs; in copy_mesh_setup()
2133 if (setup->is_authenticated) in copy_mesh_setup()
2135 if (setup->is_secure) in copy_mesh_setup()
2139 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
2140 sizeof(setup->mcast_rate)); in copy_mesh_setup()
2141 sdata->vif.bss_conf.basic_rates = setup->basic_rates; in copy_mesh_setup()
2143 sdata->vif.bss_conf.beacon_int = setup->beacon_interval; in copy_mesh_setup()
2144 sdata->vif.bss_conf.dtim_period = setup->dtim_period; in copy_mesh_setup()
2151 setup->beacon_rate.control[i].legacy; in copy_mesh_setup()
2281 const struct mesh_setup *setup) in ieee80211_join_mesh() argument
2288 err = copy_mesh_setup(ifmsh, setup); in ieee80211_join_mesh()
2292 sdata->control_port_over_nl80211 = setup->control_port_over_nl80211; in ieee80211_join_mesh()
2299 err = ieee80211_vif_use_channel(sdata, &setup->chandef, in ieee80211_join_mesh()
2574 struct ocb_setup *setup) in ieee80211_join_ocb() argument
2576 return ieee80211_ocb_join(IEEE80211_DEV_TO_SUB_IF(dev), setup); in ieee80211_join_ocb()