Searched refs:NL80211_ATTR_IE (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h205 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
276 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
305 * using the %NL80211_ATTR_IE attribute.
366 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
419 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
1042 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with
1623 NL80211_ATTR_IE, enumerator in enum:nl80211_attrs
1907 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h205 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
276 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
305 * using the %NL80211_ATTR_IE attribute.
367 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
420 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
1075 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with
1706 NL80211_ATTR_IE, enumerator in enum:nl80211_attrs
2014 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
H A Ddriver_nl80211.c2236 if (tb[NL80211_ATTR_IE]) {
2237 data.ft_ies.ies = nla_data(tb[NL80211_ATTR_IE]);
2238 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
2622 if (tb[NL80211_ATTR_IE]) {
2623 ies = nla_data(tb[NL80211_ATTR_IE]);
2624 ies_len = nla_len(tb[NL80211_ATTR_IE]);
5127 if (nla_put(msg, NL80211_ATTR_IE, params->extra_ies_len,
6295 NLA_PUT(msg, NL80211_ATTR_IE, params->ie_len, params->ie);
7504 NLA_PUT(msg, NL80211_ATTR_IE, wpabuf_len(params->beacon_ies),
8837 NLA_PUT(msg, NL80211_ATTR_IE, param
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h205 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
276 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
305 * using the %NL80211_ATTR_IE attribute.
367 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
420 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
1075 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with
1706 NL80211_ATTR_IE, enumerator in enum:nl80211_attrs
2014 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
H A Ddriver_nl80211.c2236 if (tb[NL80211_ATTR_IE]) {
2237 data.ft_ies.ies = nla_data(tb[NL80211_ATTR_IE]);
2238 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
2622 if (tb[NL80211_ATTR_IE]) {
2623 ies = nla_data(tb[NL80211_ATTR_IE]);
2624 ies_len = nla_len(tb[NL80211_ATTR_IE]);
5127 if (nla_put(msg, NL80211_ATTR_IE, params->extra_ies_len,
6295 NLA_PUT(msg, NL80211_ATTR_IE, params->ie_len, params->ie);
7504 NLA_PUT(msg, NL80211_ATTR_IE, wpabuf_len(params->beacon_ies),
8837 NLA_PUT(msg, NL80211_ATTR_IE, param
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h205 * internally, the following attributes must be provided: %NL80211_ATTR_IE,
276 * %NL80211_ATTR_IE. If the command succeeds, the requested data will be
305 * using the %NL80211_ATTR_IE attribute.
367 * is used to specify the authentication type. %NL80211_ATTR_IE is used to
420 * IEs in %NL80211_ATTR_IE, %NL80211_ATTR_AUTH_TYPE, %NL80211_ATTR_USE_MFP,
1075 * @NL80211_ATTR_IE: Information element(s) data (used, e.g., with
1706 NL80211_ATTR_IE, enumerator in enum:nl80211_attrs
2014 #define NL80211_ATTR_IE NL80211_ATTR_IE macro
H A Ddriver_nl80211.c2236 if (tb[NL80211_ATTR_IE]) {
2237 data.ft_ies.ies = nla_data(tb[NL80211_ATTR_IE]);
2238 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
2622 if (tb[NL80211_ATTR_IE]) {
2623 ies = nla_data(tb[NL80211_ATTR_IE]);
2624 ies_len = nla_len(tb[NL80211_ATTR_IE]);
5127 if (nla_put(msg, NL80211_ATTR_IE, params->extra_ies_len,
6295 NLA_PUT(msg, NL80211_ATTR_IE, params->ie_len, params->ie);
7504 NLA_PUT(msg, NL80211_ATTR_IE, wpabuf_len(params->beacon_ies),
8837 NLA_PUT(msg, NL80211_ATTR_IE, param
[all...]

Completed in 559 milliseconds