Searched refs:pphy_tlv (Results 1 – 2 of 2) sorted by relevance
869 MrvlIEtypes_PhyParamSet_t *pphy_tlv; in wlan_cmd_802_11_associate() local927 pphy_tlv = (MrvlIEtypes_PhyParamSet_t *)pos; in wlan_cmd_802_11_associate()928 pphy_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_PHY_DS); in wlan_cmd_802_11_associate()929 pphy_tlv->header.len = sizeof(pphy_tlv->fh_ds.ds_param_set); in wlan_cmd_802_11_associate()930 memcpy_ext(pmadapter, &pphy_tlv->fh_ds.ds_param_set, in wlan_cmd_802_11_associate()932 sizeof(pphy_tlv->fh_ds.ds_param_set), in wlan_cmd_802_11_associate()933 sizeof(pphy_tlv->fh_ds.ds_param_set)); in wlan_cmd_802_11_associate()934 pos += sizeof(pphy_tlv->header) + pphy_tlv->header.len; in wlan_cmd_802_11_associate()935 pphy_tlv->header.len = wlan_cpu_to_le16(pphy_tlv->header.len); in wlan_cmd_802_11_associate()
678 MrvlIEtypes_PhyParamSet_t *pphy_tlv; in wlan_cmd_802_11_associate() local726 pphy_tlv = (MrvlIEtypes_PhyParamSet_t *)pos; in wlan_cmd_802_11_associate()727 pphy_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_PHY_DS); in wlan_cmd_802_11_associate()728 pphy_tlv->header.len = sizeof(pphy_tlv->fh_ds.ds_param_set); in wlan_cmd_802_11_associate()729 memcpy(pmadapter, &pphy_tlv->fh_ds.ds_param_set, in wlan_cmd_802_11_associate()731 sizeof(pphy_tlv->fh_ds.ds_param_set)); in wlan_cmd_802_11_associate()732 pos += sizeof(pphy_tlv->header) + pphy_tlv->header.len; in wlan_cmd_802_11_associate()733 pphy_tlv->header.len = wlan_cpu_to_le16(pphy_tlv->header.len); in wlan_cmd_802_11_associate()