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

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

Completed in 396 milliseconds