Home
last modified time | relevance | path

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

/external/iw/
Dinfo.c134 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { in print_phy_handler()
169 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) { in print_phy_handler()
224 nla_for_each_nested(nl_rate, tb_band[NL80211_BAND_ATTR_RATES], rem_rate) { in print_phy_handler()
320 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) in print_phy_handler()
326 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SOFTWARE_IFTYPES], rem_mode) in print_phy_handler()
335 nla_for_each_nested(nl_combi, tb_msg[NL80211_ATTR_INTERFACE_COMBINATIONS], rem_combi) { in print_phy_handler()
369 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], rem_limit) { in print_phy_handler()
384 nla_for_each_nested(nl_mode, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) { in print_phy_handler()
427 nla_for_each_nested(nl_cmd, tb_msg[NL80211_ATTR_SUPPORTED_COMMANDS], rem_cmd) in print_phy_handler()
433 nla_for_each_nested(nl_if, tb_msg[NL80211_ATTR_TX_FRAME_TYPES], rem_if) { in print_phy_handler()
[all …]
Dcoalesce.c217 nla_for_each_nested(rule, attrs[NL80211_ATTR_COALESCE_RULE], rem_rule) { in print_coalesce_handler()
234 nla_for_each_nested(pattern, in print_coalesce_handler()
Devent.c242 nla_for_each_nested(match, in parse_wowlan_wake_event()
254 nla_for_each_nested(freq, in parse_wowlan_wake_event()
355 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem_nst) in print_event()
360 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_SSIDS], rem_nst) { in print_event()
Dwowlan.c405 nla_for_each_nested(match, in print_wowlan_handler()
420 nla_for_each_nested(freq, in print_wowlan_handler()
429 nla_for_each_nested(pattern, in print_wowlan_handler()
Dgenl.c49 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], rem_mcgrp) { in family_handler()
Dreg.c167 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) { in print_reg_handler()
Dstation.c105 nla_for_each_nested(attr, attr_list, rem) { in get_chain_signal()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c110 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes()
167 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], in wiphy_info_iface_comb_process()
174 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process()
210 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb()
226 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds()
565 nla_for_each_nested(attr, tb, rem) { in wiphy_info_extended_capab()
740 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in wiphy_info_handler()
806 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) { in wiphy_info_handler()
1524 nla_for_each_nested(nl_freq, tb, rem_freq) { in phy_info_freqs()
1543 nla_for_each_nested(nl_freq, tb, rem_freq) { in phy_info_freqs()
[all …]
Ddriver_macsec_linux.c535 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_TXSA_LIST], rem) { in dump_callback()
562 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_RXSC_LIST], rem) { in dump_callback()
576 nla_for_each_nested(nla, tb[MACSEC_RXSC_ATTR_SA_LIST], in dump_callback()
Ddriver_nl80211_event.c1130 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { in send_scan_event()
1150 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) in send_scan_event()
1939 nla_for_each_nested(nl, in send_vendor_scan_event()
1962 nla_for_each_nested(nl, in send_vendor_scan_event()
Ddriver_nl80211.c478 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler()
9167 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler()
10467 nla_for_each_nested(attr, in nl80211_get_bss_transition_status_handler()
/external/autotest/client/deps/iwcap/src/
Diwcap.c229 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) in check_iftype()
314 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { in check_phy_handler()
348 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) { in check_phy_handler()
373 nla_for_each_nested(nl_rate, tb_band[NL80211_BAND_ATTR_RATES], rem_rate) { in check_phy_handler()
/external/libnl/lib/route/link/
Dvlan.c120 nla_for_each_nested(nla, tb[IFLA_VLAN_INGRESS_QOS], remaining) { in vlan_parse()
140 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { in vlan_parse()
153 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { in vlan_parse()
/external/libnl/lib/genl/
Dctrl.c72 nla_for_each_nested(nla, grp_attr, remaining) { in parse_mcast_grps()
154 nla_for_each_nested(nla, nla_ops, remaining) { in ctrl_msg_parser()
/external/libnl/include/netlink/
Dattr.h274 #define nla_for_each_nested(pos, nla, rem) \ macro
/external/libnl/lib/route/cls/
Dematch.c388 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) { in rtnl_ematch_parse_attr()
/external/libnl/python/netlink/
Dcapi.i898 nla_for_each_nested(pos, nest_attr, rem) { in nla_get_nested()
/external/libnl/lib/route/
Dlink.c591 nla_for_each_nested(af_attr, tb[IFLA_AF_SPEC], remaining) { in link_msg_parser()