Searched refs:NL80211_BAND_ATTR_FREQS (Results 1 - 13 of 13) sorted by relevance

/external/libnl/python/examples/
H A Dwiphy.py41 if nl80211.NL80211_BAND_ATTR_FREQS in battr:
42 for fattr in nl.nla_get_nested(battr[nl80211.NL80211_BAND_ATTR_FREQS]):
H A Dnl80211.py388 NL80211_BAND_ATTR_FREQS = 1 variable
1138 NL80211_BAND_ATTR_FREQS: "NL80211_BAND_ATTR_FREQS",
/external/autotest/client/deps/iwcap/src/
H A Dnl80211.h790 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
802 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
H A Diwcap.c348 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) {
/external/iw/
H A Dinfo.c164 if (tb_band[NL80211_BAND_ATTR_FREQS]) {
169 nla_for_each_nested(nl_freq, tb_band[NL80211_BAND_ATTR_FREQS], rem_freq) {
H A Dnl80211.h2554 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
2571 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h2836 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
2853 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h2861 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
2878 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
H A Ddriver_nl80211_capa.c1436 ret = phy_info_freqs(phy_info, mode, tb_band[NL80211_BAND_ATTR_FREQS]);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h2861 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
2878 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
H A Ddriver_nl80211_capa.c1436 ret = phy_info_freqs(phy_info, mode, tb_band[NL80211_BAND_ATTR_FREQS]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h2861 * @NL80211_BAND_ATTR_FREQS: supported frequencies in this band,
2878 NL80211_BAND_ATTR_FREQS, enumerator in enum:nl80211_band_attr
H A Ddriver_nl80211_capa.c1436 ret = phy_info_freqs(phy_info, mode, tb_band[NL80211_BAND_ATTR_FREQS]);

Completed in 376 milliseconds