Home
last modified time | relevance | path

Searched refs:nl_mode (Results 1 – 4 of 4) sorted by relevance

/external/libnl/python/examples/
Dwiphy.py92 for nl_mode in ifattr:
93 print("\t\t* %s" % nl80211.nl80211_iftype2str[nl.nla_type(nl_mode)])
97 for nl_mode in ifattr:
98 print("\t\t* %s" % nl80211.nl80211_iftype2str[nl.nla_type(nl_mode)])
/external/iw/
Dinfo.c104 struct nlattr *nl_mode; in print_phy_handler() local
320 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) in print_phy_handler()
321 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
326 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SOFTWARE_IFTYPES], rem_mode) in print_phy_handler()
327 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); in print_phy_handler()
384 nla_for_each_nested(nl_mode, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) { in print_phy_handler()
386 iftype_name(nla_type(nl_mode))); in print_phy_handler()
/external/autotest/client/deps/iwcap/src/
Diwcap.c223 struct nlattr *nl_mode; in check_iftype() local
229 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) in check_iftype()
230 if (nl_mode->nla_type == nl_type) in check_iftype()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c104 struct nlattr *nl_mode; in wiphy_info_supported_iftypes() local
110 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes()
111 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes()
141 struct nlattr *nl_limit, *nl_mode; in wiphy_info_iface_comb_process() local
174 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process()
177 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process()