Searched refs:hw_spec (Results 1 – 4 of 4) sorted by relevance
1457 struct host_cmd_ds_get_hw_spec *hw_spec = &cmd->params.hw_spec; in mwifiex_cmd_get_hw_spec() local1462 memcpy(hw_spec->permanent_addr, priv->curr_addr, ETH_ALEN); in mwifiex_cmd_get_hw_spec()1490 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec; in mwifiex_ret_get_hw_spec() local1498 adapter->fw_cap_info = le32_to_cpu(hw_spec->fw_cap_info); in mwifiex_ret_get_hw_spec()1531 adapter->fw_release_number = le32_to_cpu(hw_spec->fw_release_number); in mwifiex_ret_get_hw_spec()1534 le16_to_cpu(hw_spec->number_of_antenna) & 0xf; in mwifiex_ret_get_hw_spec()1536 if (le32_to_cpu(hw_spec->dot_11ac_dev_cap)) { in mwifiex_ret_get_hw_spec()1541 le32_to_cpu(hw_spec->dot_11ac_dev_cap); in mwifiex_ret_get_hw_spec()1549 le32_to_cpu(hw_spec->dot_11ac_mcs_support); in mwifiex_ret_get_hw_spec()1561 tlv = (void *)&hw_spec->tlvs + parsed_len; in mwifiex_ret_get_hw_spec()[all …]
2374 struct host_cmd_ds_get_hw_spec hw_spec; member
26 struct host_cmd_ds_get_hw_spec *hw_spec = &cmd->params.hw_spec; in nxpwifi_cmd_sta_get_hw_spec() local31 memcpy(hw_spec->permanent_addr, priv->curr_addr, ETH_ALEN); in nxpwifi_cmd_sta_get_hw_spec()42 struct host_cmd_ds_get_hw_spec *hw_spec = &resp->params.hw_spec; in nxpwifi_ret_sta_get_hw_spec() local53 adapter->fw_cap_info = le32_to_cpu(hw_spec->fw_cap_info); in nxpwifi_ret_sta_get_hw_spec()65 adapter->fw_release_number = le32_to_cpu(hw_spec->fw_release_number); in nxpwifi_ret_sta_get_hw_spec()68 le16_to_cpu(hw_spec->number_of_antenna) & 0xf; in nxpwifi_ret_sta_get_hw_spec()70 if (le32_to_cpu(hw_spec->dot_11ac_dev_cap)) { in nxpwifi_ret_sta_get_hw_spec()75 le32_to_cpu(hw_spec->dot_11ac_dev_cap); in nxpwifi_ret_sta_get_hw_spec()83 le32_to_cpu(hw_spec->dot_11ac_mcs_support); in nxpwifi_ret_sta_get_hw_spec()95 tlv = (void *)&hw_spec->tlv + parsed_len; in nxpwifi_ret_sta_get_hw_spec()[all …]
2382 struct host_cmd_ds_get_hw_spec hw_spec; member