Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
Ddriver_nl80211.c10038 struct nlattr *nl_vendor_reply, *nl; in vendor_reply_handler() local
10048 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA]; in vendor_reply_handler()
10050 if (!nl_vendor_reply) in vendor_reply_handler()
10053 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) { in vendor_reply_handler()
10058 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler()