Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ocb.c1387 struct sk_buff *nl_resp; in hdd_ocb_get_tsf_timer_reply() local
1393 nl_resp = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in hdd_ocb_get_tsf_timer_reply()
1394 if (!nl_resp) { in hdd_ocb_get_tsf_timer_reply()
1400 rc = nla_put_u32(nl_resp, in hdd_ocb_get_tsf_timer_reply()
1405 rc = nla_put_u32(nl_resp, in hdd_ocb_get_tsf_timer_reply()
1412 rc = wlan_cfg80211_vendor_cmd_reply(nl_resp); in hdd_ocb_get_tsf_timer_reply()
1413 nl_resp = NULL; in hdd_ocb_get_tsf_timer_reply()
1419 wlan_cfg80211_vendor_free_skb(nl_resp); in hdd_ocb_get_tsf_timer_reply()
1619 struct sk_buff *nl_resp; in hdd_dcc_get_stats_send_reply() local
1626 nl_resp = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in hdd_dcc_get_stats_send_reply()
[all …]