Searched refs:attr_len (Results 1 – 21 of 21) sorted by relevance
175 int attr_len) in wlan_hdd_cfg80211_peer_txq_flush_config() argument185 attr, attr_len); in wlan_hdd_cfg80211_peer_txq_flush_config()
46 int attr_len);
62 int attr_len);
271 int attr_len) in wlan_hdd_cfg80211_set_mcc_quota() argument289 attr, attr_len, set_mcc_quota_policy)) { in wlan_hdd_cfg80211_set_mcc_quota()
1103 uint16_t attr_len; in p2p_check_oui_and_force_1x1() local1122 attr_len = LE_READ_2(&p2p_ie[1]); in p2p_check_oui_and_force_1x1()1123 if (attr_len > rem_len) { in p2p_check_oui_and_force_1x1()1124 p2p_err("Invalid len %d for elem:%d", attr_len, attr); in p2p_check_oui_and_force_1x1()1141 if (attr_len < (QDF_MAC_ADDR_SIZE + in p2p_check_oui_and_force_1x1()1145 attr_len); in p2p_check_oui_and_force_1x1()1175 p2p_ie += (3 + attr_len); in p2p_check_oui_and_force_1x1()1176 rem_len -= (3 + attr_len); in p2p_check_oui_and_force_1x1()
503 uint32_t attr_len; in os_if_send_oem_data_nl_resp() local514 attr_len = WIFIPOS_RESERVE_BYTES; in os_if_send_oem_data_nl_resp()515 attr_len += NLMSG_ALIGN(sizeof(vendor_data)); in os_if_send_oem_data_nl_resp()516 attr_len += NLMSG_ALIGN(sizeof(attr_cmd)); in os_if_send_oem_data_nl_resp()517 attr_len += NLMSG_ALIGN(sizeof(attr_tag_data)); in os_if_send_oem_data_nl_resp()518 attr_len += NLMSG_ALIGN(sizeof(more_data)); in os_if_send_oem_data_nl_resp()524 if (attr_len + nla_total_size(chnk_len) > in os_if_send_oem_data_nl_resp()528 chnk_len = WLAN_CLD80211_MAX_SIZE - (attr_len + in os_if_send_oem_data_nl_resp()