OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_mode
(Results
1 - 3
of
3
) sorted by null
/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
105
struct nlattr *
nl_mode
;
local
111
nla_for_each_nested(
nl_mode
, tb, i) {
112
switch (nla_type(
nl_mode
)) {
145
struct nlattr *nl_limit, *
nl_mode
;
local
178
nla_for_each_nested(
nl_mode
,
181
int ift = nla_type(
nl_mode
);
[
all
...]
Completed in 44 milliseconds