Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c316 os_if_get_chan_nl_resp_len(uint32_t *chan_info, uint32_t *attr_headers) in os_if_get_chan_nl_resp_len() argument
324 *attr_headers = NLA_ALIGN(sizeof(attr_tag_data)); in os_if_get_chan_nl_resp_len()
325 *attr_headers += NLA_ALIGN(sizeof(more_data)); in os_if_get_chan_nl_resp_len()
326 *attr_headers += nla_total_size( in os_if_get_chan_nl_resp_len()
328 *attr_headers += sizeof(cld80211_subattr_ch_list); in os_if_get_chan_nl_resp_len()
340 uint32_t chan_info = 0, attr_headers = 0; in os_if_get_max_chan_nl_resp() local
343 os_if_get_chan_nl_resp_len(&chan_info, &attr_headers); in os_if_get_max_chan_nl_resp()
344 attr_headers += NLA_ALIGN(sizeof(vendor_data)); in os_if_get_max_chan_nl_resp()
345 attr_headers += NLA_ALIGN(sizeof(attr_cmd)); in os_if_get_max_chan_nl_resp()
349 chan_info_msg_len -= attr_headers; in os_if_get_max_chan_nl_resp()