Home
last modified time | relevance | path

Searched refs:nl_if (Results 1 – 2 of 2) 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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c409 struct nlattr *nl_if; in wiphy_info_iftype_akm_suites() local
415 nla_for_each_nested(nl_if, tb, rem_if) in wiphy_info_iftype_akm_suites()
416 get_iface_akm_suites_info(info, nl_if); in wiphy_info_iftype_akm_suites()