Searched refs:nl_band (Results 1 - 6 of 6) sorted by relevance

/external/iw/
H A Dbitrate.c85 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);
H A Dinfo.c101 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/
H A Diwcap.c295 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/hostapd/src/drivers/
H A Ddriver_nl80211_capa.c1415 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1421 if (phy_info->last_mode != nl_band->nla_type) {
1449 phy_info->last_mode = nl_band->nla_type;
1454 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
1455 nla_len(nl_band), NULL);
1480 struct nlattr *nl_band; local
1489 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
1491 int res = phy_info_band(phy_info, nl_band);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c1415 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1421 if (phy_info->last_mode != nl_band->nla_type) {
1449 phy_info->last_mode = nl_band->nla_type;
1454 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
1455 nla_len(nl_band), NULL);
1480 struct nlattr *nl_band; local
1489 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
1491 int res = phy_info_band(phy_info, nl_band);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1415 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1421 if (phy_info->last_mode != nl_band->nla_type) {
1449 phy_info->last_mode = nl_band->nla_type;
1454 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
1455 nla_len(nl_band), NULL);
1480 struct nlattr *nl_band; local
1489 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
1491 int res = phy_info_band(phy_info, nl_band);

Completed in 205 milliseconds