Searched refs:phy_tlv (Results 1 – 1 of 1) sorted by relevance
381 struct mwifiex_ie_types_phy_param_set *phy_tlv; in mwifiex_cmd_802_11_associate() local420 phy_tlv = (struct mwifiex_ie_types_phy_param_set *) pos; in mwifiex_cmd_802_11_associate()421 phy_tlv->header.type = cpu_to_le16(WLAN_EID_DS_PARAMS); in mwifiex_cmd_802_11_associate()422 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()425 sizeof(phy_tlv->fh_ds.ds_param_set)); in mwifiex_cmd_802_11_associate()426 pos += sizeof(phy_tlv->header) + le16_to_cpu(phy_tlv->header.len); in mwifiex_cmd_802_11_associate()