OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL80211_ATTR_IE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_event.c
1894
if (tb[
NL80211_ATTR_IE
]) {
1895
data.ft_ies.ies = nla_data(tb[
NL80211_ATTR_IE
]);
1896
data.ft_ies.ies_len = nla_len(tb[
NL80211_ATTR_IE
]);
1925
if (!tb[NL80211_ATTR_MAC] || !tb[
NL80211_ATTR_IE
])
1956
data.update_dh.ie = nla_data(tb[
NL80211_ATTR_IE
]);
1957
data.update_dh.ie_len = nla_len(tb[
NL80211_ATTR_IE
]);
2161
!tb[NL80211_ATTR_MAC] || !tb[
NL80211_ATTR_IE
])
2170
data.mesh_peer.ies = nla_data(tb[
NL80211_ATTR_IE
]);
2171
data.mesh_peer.ie_len = nla_len(tb[
NL80211_ATTR_IE
]);
2217
if (tb[
NL80211_ATTR_IE
]) {
[
all
...]
nl80211_copy.h
410
* internally, the following attributes must be provided: %
NL80211_ATTR_IE
,
498
* %
NL80211_ATTR_IE
. If the command succeeds, the requested data will be
537
* using the %
NL80211_ATTR_IE
attribute. The first cycle of the
612
* authentication type. %
NL80211_ATTR_IE
is used to define IEs
669
* IEs in %
NL80211_ATTR_IE
, %NL80211_ATTR_AUTH_TYPE,
685
* Driver shall not modify the IEs specified through %
NL80211_ATTR_IE
if
687
* included, these IEs through %
NL80211_ATTR_IE
are specified by the user
1129
* only the %
NL80211_ATTR_IE
data is used and updated with this command.
1742
* @
NL80211_ATTR_IE
: Information element(s) data (used, e.g., with
2895
NL80211_ATTR_IE
,
[
all
...]
driver_nl80211_scan.c
227
if (nla_put(msg,
NL80211_ATTR_IE
, params->extra_ies_len,
driver_nl80211.c
4044
nla_put(msg,
NL80211_ATTR_IE
, params->ie_len, params->ie))
5255
if (nla_put(msg,
NL80211_ATTR_IE
,
6601
if (nla_put(msg,
NL80211_ATTR_IE
, params->wpa_ie_len,
6727
nla_put(msg,
NL80211_ATTR_IE
,
6814
nla_put(msg,
NL80211_ATTR_IE
, params->wpa_ie_len, params->wpa_ie))
10560
nla_put(msg,
NL80211_ATTR_IE
, len, buf))
10879
nla_put(msg,
NL80211_ATTR_IE
, ies_len, ies) ||
10908
(ie && nla_put(msg,
NL80211_ATTR_IE
, ie_len, ie))) {
11188
nla_put(msg,
NL80211_ATTR_IE
,
13711
if (nla_put(msg,
NL80211_ATTR_IE
, params->wpa_ie_len
[
all
...]
Completed in 34 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026