Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c9229 struct nlattr *nl_vendor_reply, *nl; in vendor_reply_handler() local
9239 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA]; in vendor_reply_handler()
9241 if (!nl_vendor_reply) in vendor_reply_handler()
9244 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) { in vendor_reply_handler()
9249 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c10547 struct nlattr *nl_vendor_reply, *nl; local
10557 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA];
10559 if (!nl_vendor_reply)
10562 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) {
10567 nla_for_each_nested(nl, nl_vendor_reply, rem) {

Completed in 26 milliseconds