Searched refs:NL80211_ATTR_REQ_IE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | nl80211.h | 2939 NL80211_ATTR_REQ_IE, enumerator
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 17946 nla_put(msg, NL80211_ATTR_REQ_IE, req_ies_len, req_ies))) in nl80211_send_mlme_event() 18145 nla_put(msg, NL80211_ATTR_REQ_IE, cr->req_ie_len, cr->req_ie)) || in nl80211_send_connect_result() 18251 nla_put(msg, NL80211_ATTR_REQ_IE, info->req_ie_len, in nl80211_send_roamed()
|