Home
last modified time | relevance | path

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

/external/iw/
Dinfo.c321 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
327 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
386 iftype_name(nla_type(nl_mode))); in print_phy_handler()
437 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()
452 printf("\t\t * %s:", iftype_name(nla_type(nl_if))); in print_phy_handler()
Diw.h149 const char *iftype_name(enum nl80211_iftype iftype);
Dutil.c141 const char *iftype_name(enum nl80211_iftype iftype) in iftype_name() function
Dinterface.c345 printf("%s\ttype %s\n", indent, iftype_name(nla_get_u32(tb_msg[NL80211_ATTR_IFTYPE]))); in print_iface_handler()