HomeSort by relevance Sort by last modified time
    Searched refs:nla_for_each_nested (Results 1 - 15 of 15) sorted by null

  /external/iw/
info.c 134 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { function
169 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) { function
224 nla_for_each_nested(nl_rate, tb_band[NL80211_BAND_ATTR_RATES], rem_rate) { function
320 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode)
326 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SOFTWARE_IFTYPES], rem_mode)
335 nla_for_each_nested(nl_combi, tb_msg[NL80211_ATTR_INTERFACE_COMBINATIONS], rem_combi) { function
369 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], rem_limit) { function
384 nla_for_each_nested(nl_mode, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) { function
427 nla_for_each_nested(nl_cmd, tb_msg[NL80211_ATTR_SUPPORTED_COMMANDS], rem_cmd)
433 nla_for_each_nested(nl_if, tb_msg[NL80211_ATTR_TX_FRAME_TYPES], rem_if) function
435 nla_for_each_nested(nl_ftype, nl_if, rem_ftype) { function
448 nla_for_each_nested(nl_if, tb_msg[NL80211_ATTR_RX_FRAME_TYPES], rem_if) { function
450 nla_for_each_nested(nl_ftype, nl_if, rem_ftype) { function
    [all...]
genl.c 49 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], rem_mcgrp) { function
coalesce.c 217 nla_for_each_nested(rule, attrs[NL80211_ATTR_COALESCE_RULE], rem_rule) { function
234 nla_for_each_nested(pattern, function
wowlan.c 405 nla_for_each_nested(match, function
420 nla_for_each_nested(freq, function
429 nla_for_each_nested(pattern, function
event.c 242 nla_for_each_nested(match, function
254 nla_for_each_nested(freq,
355 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem_nst)
360 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_SSIDS], rem_nst) { function
reg.c 167 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) { function
station.c 105 nla_for_each_nested(attr, attr_list, rem) { function
  /external/autotest/client/deps/iwcap/src/
iwcap.c 229 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode)
314 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { function
348 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) { function
373 nla_for_each_nested(nl_rate, tb_band[NL80211_BAND_ATTR_RATES], rem_rate) { function
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 111 nla_for_each_nested(nl_mode, tb, i) { function
171 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], function
178 nla_for_each_nested(nl_mode, function
214 nla_for_each_nested(nl_combi, tb, rem_combi) { function
230 nla_for_each_nested(nl_cmd, tb, i) { function
590 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { function
641 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) { function
1105 nla_for_each_nested(nl_freq, tb, rem_freq) { function
1124 nla_for_each_nested(nl_freq, tb, rem_freq) { function
1152 nla_for_each_nested(nl_rate, tb, rem_rate) function
1167 nla_for_each_nested(nl_rate, tb, rem_rate) { function
1256 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) function
1583 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) function
1618 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) function
1625 nla_for_each_nested(nl_rule, tb_msg[NL80211_ATTR_REG_RULES], rem_rule) function
    [all...]
driver_nl80211_event.c 1042 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { function
1062 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) function
1788 nla_for_each_nested(nl, function
1811 nla_for_each_nested(nl, function
    [all...]
driver_nl80211.c 403 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { function
8131 nla_for_each_nested(nl, nl_vendor_reply, rem) { function
    [all...]
  /external/libnl/lib/route/link/
vlan.c 120 nla_for_each_nested(nla, tb[IFLA_VLAN_INGRESS_QOS], remaining) { function
140 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { function
153 nla_for_each_nested(nla, tb[IFLA_VLAN_EGRESS_QOS], remaining) { function
  /external/libnl/include/netlink/
attr.h 272 #define nla_for_each_nested(pos, nla, rem) \ macro
  /external/libnl/lib/genl/
ctrl.c 104 nla_for_each_nested(nla, nla_ops, remaining) { function
  /external/libnl/lib/route/cls/
ematch.c 295 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) { function

Completed in 104 milliseconds