Home
last modified time | relevance | path

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

/external/iw/
Dinfo.c106 struct nlattr *nl_if, *nl_ftype; in print_phy_handler() local
433 nla_for_each_nested(nl_if, tb_msg[NL80211_ATTR_TX_FRAME_TYPES], rem_if) { in print_phy_handler()
435 nla_for_each_nested(nl_ftype, nl_if, rem_ftype) { in print_phy_handler()
437 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()
448 nla_for_each_nested(nl_if, tb_msg[NL80211_ATTR_RX_FRAME_TYPES], rem_if) { in print_phy_handler()
450 nla_for_each_nested(nl_ftype, nl_if, rem_ftype) { in print_phy_handler()
452 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()