Searched refs:nl_mode (Results 1 – 3 of 3) sorted by relevance
/external/iw/ |
D | info.c | 104 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/ |
D | iwcap.c | 223 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/ |
D | driver_nl80211_capa.c | 105 struct nlattr *nl_mode; in wiphy_info_supported_iftypes() local 111 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() 112 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes() 145 struct nlattr *nl_limit, *nl_mode; in wiphy_info_iface_comb_process() local 178 nla_for_each_nested(nl_mode, in wiphy_info_iface_comb_process() 181 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process()
|