Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c10059 struct nlattr *nl_vendor_reply, *nl; in vendor_reply_handler() local
10069 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA]; in vendor_reply_handler()
10071 if (!nl_vendor_reply) in vendor_reply_handler()
10074 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) { in vendor_reply_handler()
10079 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler()