Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_mcc_quota.c107 int att_id, rc; in wlan_hdd_set_mcc_fixed_quota() local
158 att_id = QCA_WLAN_VENDOR_ATTR_MCC_QUOTA_IFINDEX; in wlan_hdd_set_mcc_fixed_quota()
159 if (!quota_entries[att_id]) { in wlan_hdd_set_mcc_fixed_quota()
164 if_idx = nla_get_u32(quota_entries[att_id]); in wlan_hdd_set_mcc_fixed_quota()
179 att_id = QCA_WLAN_VENDOR_ATTR_MCC_QUOTA_CHAN_TIME_PERCENTAGE; in wlan_hdd_set_mcc_fixed_quota()
180 if (!quota_entries[att_id]) { in wlan_hdd_set_mcc_fixed_quota()
184 mcc_quota.quota = nla_get_u32(quota_entries[att_id]); in wlan_hdd_set_mcc_fixed_quota()