OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_band
(Results
1 - 3
of
3
) sorted by null
/external/iw/
info.c
83
struct nlattr *
tb_band
[NL80211_BAND_ATTR_MAX + 1];
local
141
nla_parse(
tb_band
, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
144
if (
tb_band
[NL80211_BAND_ATTR_HT_CAPA]) {
145
__u16 cap = nla_get_u16(
tb_band
[NL80211_BAND_ATTR_HT_CAPA]);
148
if (
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_FACTOR]) {
149
__u8 exponent = nla_get_u8(
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_FACTOR]);
152
if (
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_DENSITY]) {
153
__u8 spacing = nla_get_u8(
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_DENSITY]);
156
if (
tb_band
[NL80211_BAND_ATTR_HT_MCS_SET] &&
157
nla_len(
tb_band
[NL80211_BAND_ATTR_HT_MCS_SET]) == 16
[
all
...]
/external/autotest/client/deps/iwcap/src/
iwcap.c
277
struct nlattr *
tb_band
[NL80211_BAND_ATTR_MAX + 1];
local
315
nla_parse(
tb_band
, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
318
if (
tb_band
[NL80211_BAND_ATTR_HT_CAPA]) {
319
unsigned short caps = nla_get_u16(
tb_band
[NL80211_BAND_ATTR_HT_CAPA]);
328
if (
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_FACTOR]) {
329
unsigned char factor = nla_get_u8(
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_FACTOR]);
334
if (
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_DENSITY]) {
335
unsigned char dens = nla_get_u8(
tb_band
[NL80211_BAND_ATTR_HT_AMPDU_DENSITY]);
339
if (
tb_band
[NL80211_BAND_ATTR_HT_MCS_SET] &&
340
nla_len(
tb_band
[NL80211_BAND_ATTR_HT_MCS_SET]) == 16)
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
1179
struct nlattr *
tb_band
[NL80211_BAND_ATTR_MAX + 1];
local
[
all
...]
Completed in 39 milliseconds