Home
last modified time | relevance | path

Searched refs:ds_param_set (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Djoin.c422 phy_tlv->header.len = cpu_to_le16(sizeof(phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
423 memcpy(&phy_tlv->fh_ds.ds_param_set, in mwifiex_cmd_802_11_associate()
424 &bss_desc->phy_param_set.ds_param_set.current_chan, in mwifiex_cmd_802_11_associate()
425 sizeof(phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
481 (bss_desc->phy_param_set.ds_param_set.current_chan); in mwifiex_cmd_802_11_associate()
709 = bss_desc->phy_param_set.ds_param_set.current_chan; in mwifiex_ret_802_11_associate()
892 adhoc_start->phy_param_set.ds_param_set.element_id = DS_PARA_IE_ID; in mwifiex_cmd_802_11_ad_hoc_start()
893 adhoc_start->phy_param_set.ds_param_set.len = DS_PARA_IE_LEN; in mwifiex_cmd_802_11_ad_hoc_start()
918 adhoc_start->phy_param_set.ds_param_set.current_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1209 (bss_desc->phy_param_set.ds_param_set.current_chan); in mwifiex_cmd_802_11_ad_hoc_join()
Dscan.c1204 struct ieee_types_ds_param_set *ds_param_set; in mwifiex_update_bss_desc_with_ie() local
1270 if (total_ie_len < sizeof(*ds_param_set)) in mwifiex_update_bss_desc_with_ie()
1272 ds_param_set = in mwifiex_update_bss_desc_with_ie()
1275 bss_entry->channel = ds_param_set->current_chan; in mwifiex_update_bss_desc_with_ie()
1277 memcpy(&bss_entry->phy_param_set.ds_param_set, in mwifiex_update_bss_desc_with_ie()
1278 ds_param_set, in mwifiex_update_bss_desc_with_ie()
Dfw.h887 struct mwifiex_ds_param_set ds_param_set[1]; member
1183 struct ieee_types_ds_param_set ds_param_set; member