Lines Matching refs:ds
368 struct mrvl_ie_ds_param_set *ds = (void *) tlv; in lbs_add_channel_tlv() local
375 ds->header.type = cpu_to_le16(TLV_TYPE_PHY_DS); in lbs_add_channel_tlv()
376 ds->header.len = cpu_to_le16(sizeof(*ds)-sizeof(ds->header)); in lbs_add_channel_tlv()
377 ds->channel = channel; in lbs_add_channel_tlv()
378 return sizeof(*ds); in lbs_add_channel_tlv()
1832 cmd.bss.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_join_existing()
1833 cmd.bss.ds.header.len = 1; in lbs_ibss_join_existing()
1834 cmd.bss.ds.channel = params->chandef.chan->hw_value; in lbs_ibss_join_existing()
1944 cmd.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_start_new()
1945 cmd.ds.header.len = 1; in lbs_ibss_start_new()
1946 cmd.ds.channel = params->chandef.chan->hw_value; in lbs_ibss_start_new()