Searched refs:NL80211_ATTR_WIPHY_BANDS (Results 1 – 9 of 9) sorted by relevance
/external/libnl/python/examples/ |
D | wiphy.py | 70 if nl80211.NL80211_ATTR_WIPHY_BANDS in attr: 79 nattrs = nl.nla_get_nested(attr[nl80211.NL80211_ATTR_WIPHY_BANDS])
|
D | nl80211.py | 137 NL80211_ATTR_WIPHY_BANDS = 22 variable 878 NL80211_ATTR_WIPHY_BANDS: "NL80211_ATTR_WIPHY_BANDS",
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 304 if (!tb_msg[NL80211_ATTR_WIPHY_BANDS]) in check_phy_handler() 314 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { in check_phy_handler()
|
D | nl80211.h | 522 NL80211_ATTR_WIPHY_BANDS, enumerator
|
/external/iw/ |
D | info.c | 133 if (tb_msg[NL80211_ATTR_WIPHY_BANDS]) { in print_phy_handler() 134 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) { in print_phy_handler()
|
D | nl80211.h | 1799 NL80211_ATTR_WIPHY_BANDS, enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | nl80211_copy.h | 2595 NL80211_ATTR_WIPHY_BANDS, enumerator
|
D | driver_nl80211_capa.c | 1966 if (!tb_msg[NL80211_ATTR_WIPHY_BANDS]) in phy_info_handler() 1969 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) in phy_info_handler()
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 2595 NL80211_ATTR_WIPHY_BANDS, enumerator
|