OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tb_rate
(Results
1 - 3
of
3
) sorted by null
/external/iw/
info.c
95
struct nlattr *
tb_rate
[NL80211_BITRATE_ATTR_MAX + 1];
local
225
nla_parse(
tb_rate
, NL80211_BITRATE_ATTR_MAX, nla_data(nl_rate),
227
if (!
tb_rate
[NL80211_BITRATE_ATTR_RATE])
229
printf("\t\t\t* %2.1f Mbps", 0.1 * nla_get_u32(
tb_rate
[NL80211_BITRATE_ATTR_RATE]));
231
if (
tb_rate
[NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE])
/external/autotest/client/deps/iwcap/src/
iwcap.c
289
struct nlattr *
tb_rate
[NL80211_BITRATE_ATTR_MAX + 1];
local
376
nla_parse(
tb_rate
, NL80211_BITRATE_ATTR_MAX, nla_data(nl_rate),
378
if (!
tb_rate
[NL80211_BITRATE_ATTR_RATE])
380
rate = nla_get_u32(
tb_rate
[NL80211_BITRATE_ATTR_RATE]);
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
1351
struct nlattr *
tb_rate
[NL80211_BITRATE_ATTR_MAX + 1];
local
[
all
...]
Completed in 71 milliseconds