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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c7700 struct nlattr *nl_vendor_reply, *nl; local
7710 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA];
7712 if (!nl_vendor_reply)
7715 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) {
7720 nla_for_each_nested(nl, nl_vendor_reply, rem) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c7700 struct nlattr *nl_vendor_reply, *nl; local
7710 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA];
7712 if (!nl_vendor_reply)
7715 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) {
7720 nla_for_each_nested(nl, nl_vendor_reply, rem) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c7700 struct nlattr *nl_vendor_reply, *nl; local
7710 nl_vendor_reply = tb[NL80211_ATTR_VENDOR_DATA];
7712 if (!nl_vendor_reply)
7715 if ((size_t) nla_len(nl_vendor_reply) > wpabuf_tailroom(buf)) {
7720 nla_for_each_nested(nl, nl_vendor_reply, rem) {

Completed in 97 milliseconds