Lines Matching refs:setup

2629 		const struct mesh_setup *setup)  in copy_mesh_setup()  argument
2639 if (setup->ie_len) { in copy_mesh_setup()
2640 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup()
2645 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup()
2649 ifmsh->mesh_id_len = setup->mesh_id_len; in copy_mesh_setup()
2650 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len); in copy_mesh_setup()
2651 ifmsh->mesh_sp_id = setup->sync_method; in copy_mesh_setup()
2652 ifmsh->mesh_pp_id = setup->path_sel_proto; in copy_mesh_setup()
2653 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
2654 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup()
2655 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup()
2657 ifmsh->userspace_handles_dfs = setup->userspace_handles_dfs; in copy_mesh_setup()
2658 if (setup->is_authenticated) in copy_mesh_setup()
2660 if (setup->is_secure) in copy_mesh_setup()
2664 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate, in copy_mesh_setup()
2665 sizeof(setup->mcast_rate)); in copy_mesh_setup()
2666 sdata->vif.bss_conf.basic_rates = setup->basic_rates; in copy_mesh_setup()
2668 sdata->vif.bss_conf.beacon_int = setup->beacon_interval; in copy_mesh_setup()
2669 sdata->vif.bss_conf.dtim_period = setup->dtim_period; in copy_mesh_setup()
2676 setup->beacon_rate.control[i].legacy; in copy_mesh_setup()
2807 const struct mesh_setup *setup) in ieee80211_join_mesh() argument
2810 struct ieee80211_chan_req chanreq = { .oper = setup->chandef }; in ieee80211_join_mesh()
2817 err = copy_mesh_setup(ifmsh, setup); in ieee80211_join_mesh()
2821 sdata->control_port_over_nl80211 = setup->control_port_over_nl80211; in ieee80211_join_mesh()
3110 struct ocb_setup *setup) in ieee80211_join_ocb() argument
3112 return ieee80211_ocb_join(IEEE80211_DEV_TO_SUB_IF(dev), setup); in ieee80211_join_ocb()