Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Djoin.c393 struct mwifiex_ie_types_phy_param_set *phy_tlv; in mwifiex_cmd_802_11_associate() local
432 phy_tlv = (struct mwifiex_ie_types_phy_param_set *) pos; in mwifiex_cmd_802_11_associate()
433 phy_tlv->header.type = cpu_to_le16(WLAN_EID_DS_PARAMS); in mwifiex_cmd_802_11_associate()
434 phy_tlv->header.len = cpu_to_le16(sizeof(phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
435 memcpy(&phy_tlv->fh_ds.ds_param_set, in mwifiex_cmd_802_11_associate()
437 sizeof(phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()
438 pos += sizeof(phy_tlv->header) + le16_to_cpu(phy_tlv->header.len); in mwifiex_cmd_802_11_associate()