Searched refs:NL80211_BITRATE_ATTR_MAX (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 289 struct nlattr *tb_rate[NL80211_BITRATE_ATTR_MAX + 1]; in check_phy_handler() 290 static struct nla_policy rate_policy[NL80211_BITRATE_ATTR_MAX + 1] = { in check_phy_handler() 376 nla_parse(tb_rate, NL80211_BITRATE_ATTR_MAX, nla_data(nl_rate), in check_phy_handler()
|
D | nl80211.h | 860 NL80211_BITRATE_ATTR_MAX = __NL80211_BITRATE_ATTR_AFTER_LAST - 1 enumerator
|
/external/iw/ |
D | info.c | 95 struct nlattr *tb_rate[NL80211_BITRATE_ATTR_MAX + 1]; in print_phy_handler() 96 static struct nla_policy rate_policy[NL80211_BITRATE_ATTR_MAX + 1] = { in print_phy_handler() 225 nla_parse(tb_rate, NL80211_BITRATE_ATTR_MAX, nla_data(nl_rate), in print_phy_handler()
|
D | nl80211.h | 2693 NL80211_BITRATE_ATTR_MAX = __NL80211_BITRATE_ATTR_AFTER_LAST - 1 enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 1559 static struct nla_policy rate_policy[NL80211_BITRATE_ATTR_MAX + 1] = { in phy_info_rates() 1564 struct nlattr *tb_rate[NL80211_BITRATE_ATTR_MAX + 1]; in phy_info_rates() 1572 nla_parse(tb_rate, NL80211_BITRATE_ATTR_MAX, in phy_info_rates() 1587 nla_parse(tb_rate, NL80211_BITRATE_ATTR_MAX, in phy_info_rates()
|
D | nl80211_copy.h | 3526 NL80211_BITRATE_ATTR_MAX = __NL80211_BITRATE_ATTR_AFTER_LAST - 1 enumerator
|
/external/libnl/python/examples/ |
D | nl80211.py | 417 NL80211_BITRATE_ATTR_MAX = __NL80211_BITRATE_ATTR_AFTER_LAST - 1 variable
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 3506 NL80211_BITRATE_ATTR_MAX = __NL80211_BITRATE_ATTR_AFTER_LAST - 1 enumerator
|