Home
last modified time | relevance | path

Searched refs:tb_limit (Results 1 – 2 of 2) sorted by relevance

/external/iw/
Dinfo.c348 struct nlattr *tb_limit[NUM_NL80211_IFACE_LIMIT]; in print_phy_handler() local
372 err = nla_parse_nested(tb_limit, MAX_NL80211_IFACE_LIMIT, in print_phy_handler()
374 if (err || !tb_limit[NL80211_IFACE_LIMIT_TYPES]) { in print_phy_handler()
384 nla_for_each_nested(nl_mode, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) { in print_phy_handler()
389 printf(" } <= %u", nla_get_u32(tb_limit[NL80211_IFACE_LIMIT_MAX])); in print_phy_handler()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c146 struct nlattr *tb_limit[NUM_NL80211_IFACE_LIMIT]; in wiphy_info_iface_comb_process() local
175 err = nla_parse_nested(tb_limit, MAX_NL80211_IFACE_LIMIT, in wiphy_info_iface_comb_process()
177 if (err || !tb_limit[NL80211_IFACE_LIMIT_TYPES]) in wiphy_info_iface_comb_process()
181 tb_limit[NL80211_IFACE_LIMIT_TYPES], in wiphy_info_iface_comb_process()