HomeSort by relevance Sort by last modified time
    Searched defs:nl_band (Results 1 - 4 of 4) sorted by null

  /external/iw/
bitrate.c 85 struct nlattr *nl_rates, *nl_band; local
222 nl_band = nla_nest_start(msg, NL80211_BAND_2GHZ);
223 if (!nl_band)
235 nla_nest_end(msg, nl_band);
239 nl_band = nla_nest_start(msg, NL80211_BAND_5GHZ);
240 if (!nl_band)
252 nla_nest_end(msg, nl_band);
info.c 101 struct nlattr *nl_band; local
134 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) {
135 if (last_band != nl_band->nla_type) {
136 printf("\tBand %d:\n", nl_band->nla_type + 1);
139 last_band = nl_band->nla_type;
141 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
142 nla_len(nl_band), NULL);
  /external/autotest/client/deps/iwcap/src/
iwcap.c 295 struct nlattr *nl_band; local
314 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) {
315 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
316 nla_len(nl_band), NULL);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 1453 struct nlattr *nl_band; local
    [all...]

Completed in 99 milliseconds