Lines Matching defs:setup
2459 const struct mesh_setup *setup)
2469 if (setup->ie_len) {
2470 new_ie = kmemdup(setup->ie, setup->ie_len,
2475 ifmsh->ie_len = setup->ie_len;
2478 /* now copy the rest of the setup parameters */
2479 ifmsh->mesh_id_len = setup->mesh_id_len;
2480 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len);
2481 ifmsh->mesh_sp_id = setup->sync_method;
2482 ifmsh->mesh_pp_id = setup->path_sel_proto;
2483 ifmsh->mesh_pm_id = setup->path_metric;
2484 ifmsh->user_mpm = setup->user_mpm;
2485 ifmsh->mesh_auth_id = setup->auth_id;
2487 ifmsh->userspace_handles_dfs = setup->userspace_handles_dfs;
2488 if (setup->is_authenticated)
2490 if (setup->is_secure)
2494 memcpy(sdata->vif.bss_conf.mcast_rate, setup->mcast_rate,
2495 sizeof(setup->mcast_rate));
2496 sdata->vif.bss_conf.basic_rates = setup->basic_rates;
2498 sdata->vif.bss_conf.beacon_int = setup->beacon_interval;
2499 sdata->vif.bss_conf.dtim_period = setup->dtim_period;
2506 setup->beacon_rate.control[i].legacy;
2637 const struct mesh_setup *setup)
2644 err = copy_mesh_setup(ifmsh, setup);
2648 sdata->control_port_over_nl80211 = setup->control_port_over_nl80211;
2655 err = ieee80211_link_use_channel(&sdata->deflink, &setup->chandef,
2939 struct ocb_setup *setup)
2941 return ieee80211_ocb_join(IEEE80211_DEV_TO_SUB_IF(dev), setup);