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.c8515 struct nlattr *nl_vendor_reply, *nl; in vendor_reply_handler() local
8525 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA]; in vendor_reply_handler()
8527 if (!nl_vendor_reply) in vendor_reply_handler()
8530 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) { in vendor_reply_handler()
8535 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler()