Searched defs:nl_band (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;
6657 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
6658 nla_len(nl_band), NULL);
6682 struct nlattr *nl_band; local
6691 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
6693 int res = phy_info_band(phy_info, nl_band);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;
6657 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
6658 nla_len(nl_band), NULL);
6682 struct nlattr *nl_band; local
6691 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
6693 int res = phy_info_band(phy_info, nl_band);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6652 phy_info->last_mode = nl_band->nla_type;
6657 nla_parse(tb_band, NL80211_BAND_ATTR_MAX, nla_data(nl_band),
6658 nla_len(nl_band), NULL);
6682 struct nlattr *nl_band; local
6691 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band)
6693 int res = phy_info_band(phy_info, nl_band);

Completed in 84 milliseconds