Searched refs:nl_mode (Results 1 - 5 of 5) sorted by relevance
/external/iw/ |
H A D | info.c | 104 struct nlattr *nl_mode; local 320 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) 321 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); 326 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SOFTWARE_IFTYPES], rem_mode) 327 printf("\t\t * %s\n", iftype_name(nla_type(nl_mode))); 384 nla_for_each_nested(nl_mode, tb_limit[NL80211_IFACE_LIMIT_TYPES], rem_mode) { 386 iftype_name(nla_type(nl_mode)));
|
/external/autotest/client/deps/iwcap/src/ |
H A D | iwcap.c | 223 struct nlattr *nl_mode; local 229 nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) 230 if (nl_mode->nla_type == nl_type)
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_nl80211_capa.c | 105 struct nlattr *nl_mode; local 111 nla_for_each_nested(nl_mode, tb, i) { 112 switch (nla_type(nl_mode)) { 145 struct nlattr *nl_limit, *nl_mode; local 178 nla_for_each_nested(nl_mode, 181 int ift = nla_type(nl_mode);
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_capa.c | 105 struct nlattr *nl_mode; local 111 nla_for_each_nested(nl_mode, tb, i) { 112 switch (nla_type(nl_mode)) { 145 struct nlattr *nl_limit, *nl_mode; local 178 nla_for_each_nested(nl_mode, 181 int ift = nla_type(nl_mode);
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_capa.c | 105 struct nlattr *nl_mode; local 111 nla_for_each_nested(nl_mode, tb, i) { 112 switch (nla_type(nl_mode)) { 145 struct nlattr *nl_limit, *nl_mode; local 178 nla_for_each_nested(nl_mode, 181 int ift = nla_type(nl_mode);
|
Completed in 81 milliseconds