Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c110 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() function
167 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], in wiphy_info_iface_comb_process() function
174 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process() function
210 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb() function
226 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds() function
565 nla_for_each_nested(attr, tb, rem) { in wiphy_info_extended_capab() function
740 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in wiphy_info_handler() function
803 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) { in wiphy_info_handler() function
1414 nla_for_each_nested(nl_wmm, tb_freq[NL80211_FREQUENCY_ATTR_WMM], in phy_info_freq() function
1481 nla_for_each_nested(nl_fre in phy_info_freqs() function
1500 nla_for_each_nested(nl_freq, tb, rem_freq) { phy_info_freqs() function
1528 nla_for_each_nested(nl_rate, tb, rem_rate) { phy_info_rates() function
1543 nla_for_each_nested(nl_rate, tb, rem_rate) { phy_info_rates() function
1713 nla_for_each_nested(nl_iftype, phy_info_band() function
1740 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) phy_info_handler() function
2081 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
2116 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
2123 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
[all...]
H A Ddriver_macsec_linux.c538 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_TXSA_LIST], rem) { in dump_callback() function
565 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_RXSC_LIST], rem) { in dump_callback() function
579 nla_for_each_nested(nla, tb[MACSEC_RXSC_ATTR_SA_LIST], in dump_callback() function
H A Ddriver_nl80211_event.c1158 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { in send_scan_event() function
1178 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) in send_scan_event() function
1967 nla_for_each_nested(nl, in send_vendor_scan_event() function
1990 nla_for_each_nested(nl, in send_vendor_scan_event() function
H A Ddriver_nl80211.c478 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler() function
6308 nla_for_each_nested(tidattr, attr, rem) { in get_sta_tid_stats() function
9249 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler() function
10579 nla_for_each_nested(attr, in nl80211_get_bss_transition_status_handler() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_capa.c115 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() function
172 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], in wiphy_info_iface_comb_process() function
179 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process() function
215 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb() function
231 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds() function
365 nla_for_each_nested(nl_iftype, tb[NL80211_IFTYPE_AKM_ATTR_IFTYPES], i) { in get_iface_akm_suites_info() function
417 nla_for_each_nested(nl_if, tb, rem_if) in wiphy_info_iftype_akm_suites()
794 nla_for_each_nested(attr, tb, rem) { in wiphy_info_extended_capab() function
976 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in wiphy_info_handler() function
1055 nla_for_each_nested(n in wiphy_info_handler() function
1638 nla_for_each_nested(nl_wmm, tb_freq[NL80211_FREQUENCY_ATTR_WMM], phy_info_freq() function
1708 nla_for_each_nested(nl_freq, tb, rem_freq) { phy_info_freqs() function
1727 nla_for_each_nested(nl_freq, tb, rem_freq) { phy_info_freqs() function
1755 nla_for_each_nested(nl_rate, tb, rem_rate) { phy_info_rates() function
1770 nla_for_each_nested(nl_rate, tb, rem_rate) { phy_info_rates() function
1952 nla_for_each_nested(nl_iftype, phy_info_band() function
1979 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) phy_info_handler() function
2341 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
2376 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
2383 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) nl80211_get_reg() function
[all...]
H A Ddriver_macsec_linux.c536 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_TXSA_LIST], rem) { in dump_callback() function
563 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_RXSC_LIST], rem) { in dump_callback() function
577 nla_for_each_nested(nla, tb[MACSEC_RXSC_ATTR_SA_LIST], in dump_callback() function
H A Ddriver_nl80211_event.c442 nla_for_each_nested(link, mlo_links, rem_links) { in nl80211_parse_mlo_link_info() function
1715 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { function
1735 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) function
2635 nla_for_each_nested(nl, function
2658 nla_for_each_nested(nl, function
H A Ddriver_nl80211.c619 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler() function
1079 nla_for_each_nested(link_attr, tb[NL80211_ATTR_MLO_LINKS], rem) { in get_mlo_info() function
7366 nla_for_each_nested(tidattr, attr, rem) { function
9065 nla_for_each_nested(link, tb[NL80211_ATTR_MLO_LINKS], rem_links) { function
10567 nla_for_each_nested(nl, nl_vendor_reply, rem) { function
12071 nla_for_each_nested(attr, function

Completed in 41 milliseconds