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

  /external/iw/
reg.c 106 NLA_PUT_STRING(msg, NL80211_ATTR_REG_ALPHA2, alpha2);
142 if (!tb_msg[NL80211_ATTR_REG_ALPHA2]) {
164 alpha2 = nla_data(tb_msg[NL80211_ATTR_REG_ALPHA2]);
event.c 385 nla_get_string(tb[NL80211_ATTR_REG_ALPHA2]),
nl80211.h 371 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
376 * to (%NL80211_ATTR_REG_ALPHA2).
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.cpp 114 if(tb[NL80211_ATTR_REG_ALPHA2])
116 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2);
118 ALOGE("%s: NL80211_ATTR_REG_ALPHA2 not found", __func__);
wificonfig.cpp 141 ret = wifiConfigCommand->put_string(NL80211_ATTR_REG_ALPHA2, country_code);
cpp_bindings.cpp 214 C2S(NL80211_ATTR_REG_ALPHA2)
  /external/autotest/client/deps/iwcap/src/
nl80211.h 165 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
170 * to (%NL80211_ATTR_REG_ALPHA2).
402 * @NL80211_ATTR_REG_ALPHA2: an ISO-3166-alpha2 country code for which the
539 NL80211_ATTR_REG_ALPHA2,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 280 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
285 * to (%NL80211_ATTR_REG_ALPHA2).
    [all...]
  /system/connectivity/wificond/net/
netlink_utils.cpp 586 if (!response->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, out_country_code)) {
587 LOG(ERROR) << "Get NL80211_ATTR_REG_ALPHA2 failed";
netlink_manager.cpp 566 if (!packet->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, &country_code)) {
567 LOG(ERROR) << "Failed to get NL80211_ATTR_REG_ALPHA2";
  /external/libnl/python/examples/
nl80211.py 148 NL80211_ATTR_REG_ALPHA2 = 33
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c     [all...]
nl80211_copy.h 427 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
432 * to (%NL80211_ATTR_REG_ALPHA2).
    [all...]
driver_nl80211_event.c     [all...]
driver_nl80211.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 214 C2S(NL80211_ATTR_REG_ALPHA2)
  /bionic/libc/kernel/uapi/linux/
nl80211.h 212 NL80211_ATTR_REG_ALPHA2,
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 452 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
457 * to (%NL80211_ATTR_REG_ALPHA2).
    [all...]
  /system/connectivity/wificond/net/kernel-header-latest/
nl80211.h 427 * (%NL80211_ATTR_REG_ALPHA2) on which the request was made from if
432 * to (%NL80211_ATTR_REG_ALPHA2).
    [all...]
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp     [all...]

Completed in 404 milliseconds