OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_mode
(Results
1 - 4
of
4
) sorted by null
/external/libnl/python/examples/
wiphy.py
92
for
nl_mode
in ifattr:
93
print("\t\t* %s" % nl80211.nl80211_iftype2str[nl.nla_type(
nl_mode
)])
97
for
nl_mode
in ifattr:
98
print("\t\t* %s" % nl80211.nl80211_iftype2str[nl.nla_type(
nl_mode
)])
/external/iw/
info.c
104
struct nlattr *
nl_mode
;
local
320
nla_for_each_nested(
nl_mode
, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode)
321
printf("\t\t * %s\n", iftype_name(nla_type(
nl_mode
)));
326
nla_for_each_nested(
nl_mode
, tb_msg[NL80211_ATTR_SOFTWARE_IFTYPES], rem_mode)
327
printf("\t\t * %s\n", iftype_name(nla_type(
nl_mode
)));
384
nla_for_each_nested(
nl_mode
, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) {
386
iftype_name(nla_type(
nl_mode
)));
/external/autotest/client/deps/iwcap/src/
iwcap.c
223
struct nlattr *
nl_mode
;
local
229
nla_for_each_nested(
nl_mode
, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode)
230
if (
nl_mode
->nla_type == nl_type)
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
104
struct nlattr *
nl_mode
;
local
110
nla_for_each_nested(
nl_mode
, tb, i) {
111
switch (nla_type(
nl_mode
)) {
141
struct nlattr *nl_limit, *
nl_mode
;
local
174
nla_for_each_nested(
nl_mode
,
177
int ift = nla_type(
nl_mode
);
[
all
...]
Completed in 55 milliseconds