Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sar_limits.c681 static int hdd_extract_sar_nested_attrs(struct nlattr *spec[], in hdd_extract_sar_nested_attrs() argument
691 if (spec[SAR_LIMITS_SPEC_POWER_LIMIT]) { in hdd_extract_sar_nested_attrs()
692 limit = nla_get_u32(spec[SAR_LIMITS_SPEC_POWER_LIMIT]); in hdd_extract_sar_nested_attrs()
694 } else if (spec[SAR_LIMITS_SPEC_POWER_LIMIT_INDEX]) { in hdd_extract_sar_nested_attrs()
695 limit = nla_get_u32(spec[SAR_LIMITS_SPEC_POWER_LIMIT_INDEX]); in hdd_extract_sar_nested_attrs()
702 if (spec[SAR_LIMITS_SPEC_BAND]) { in hdd_extract_sar_nested_attrs()
703 band = nla_get_u32(spec[SAR_LIMITS_SPEC_BAND]); in hdd_extract_sar_nested_attrs()
713 if (spec[SAR_LIMITS_SPEC_CHAIN]) { in hdd_extract_sar_nested_attrs()
714 row->chain_id = nla_get_u32(spec[SAR_LIMITS_SPEC_CHAIN]); in hdd_extract_sar_nested_attrs()
718 if (spec[SAR_LIMITS_SPEC_MODULATION]) { in hdd_extract_sar_nested_attrs()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms128 * As part of IEEE-802.11-2016 spec, extended element ID is introduced(9.4.2.1)
4646 // These IEs aren't in the spec, but our extant code *will* parse them if
4679 // These IEs aren't in the spec, but our extant code *will* parse them if