HomeSort by relevance Sort by last modified time
    Searched refs:NL80211_ATTR_WIPHY_BANDS (Results 1 - 16 of 16) sorted by null

  /external/libnl/python/examples/
wiphy.py 70 if nl80211.NL80211_ATTR_WIPHY_BANDS in attr:
79 nattrs = nl.nla_get_nested(attr[nl80211.NL80211_ATTR_WIPHY_BANDS])
nl80211.py 137 NL80211_ATTR_WIPHY_BANDS = 22
878 NL80211_ATTR_WIPHY_BANDS: "NL80211_ATTR_WIPHY_BANDS",
    [all...]
  /external/autotest/client/deps/iwcap/src/
iwcap.c 304 if (!tb_msg[NL80211_ATTR_WIPHY_BANDS])
314 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) {
nl80211.h 389 * @NL80211_ATTR_WIPHY_BANDS: Information about an operating bands,
522 NL80211_ATTR_WIPHY_BANDS,
    [all...]
  /external/iw/
info.c 133 if (tb_msg[NL80211_ATTR_WIPHY_BANDS]) {
134 nla_for_each_nested(nl_band, tb_msg[NL80211_ATTR_WIPHY_BANDS], rem_band) {
nl80211.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h     [all...]
  /system/connectivity/wificond/net/
netlink_utils.cpp 392 if (!packet->GetAttribute(NL80211_ATTR_WIPHY_BANDS, &bands_attr)) {
393 LOG(ERROR) << "Failed to get NL80211_ATTR_WIPHY_BANDS";
398 LOG(ERROR) << "Failed to get bands within NL80211_ATTR_WIPHY_BANDS";
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 138 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS);
176 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 197 C2S(NL80211_ATTR_WIPHY_BANDS)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c     [all...]
nl80211_copy.h     [all...]
  /bionic/libc/kernel/uapi/linux/
nl80211.h 201 NL80211_ATTR_WIPHY_BANDS,
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 197 C2S(NL80211_ATTR_WIPHY_BANDS)
  /system/connectivity/wificond/net/kernel-header-latest/
nl80211.h     [all...]

Completed in 180 milliseconds