HomeSort by relevance Sort by last modified time
    Searched defs:country_code (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 148 uint8 country_code[WLC_CNTRY_BUF_SZ]; member in struct:dhd_pub
  /external/bluetooth/bluez/audio/
telephony-maemo.c 167 uint32_t country_code; member in struct:__anon879
177 .country_code = 0,
1212 uint32_t country_code,
1257 net.country_code != country_code) {
1260 resolve_operator_name(operator_code, country_code);
1262 net.country_code = country_code;
1273 dbus_uint32_t cell_id, operator_code, country_code; local
1280 DBUS_TYPE_UINT32, &country_code,
1628 dbus_uint32_t cell_id, operator_code, country_code; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 570 char country_code[WLC_CNTRY_BUF_SZ]; local
577 memset(country_code, 0, sizeof(country_code));
584 strncpy(country_code, extra + country_offset + 1,
585 MIN(country_code_size, sizeof(country_code)));
589 &country_code, sizeof(country_code))) >= 0) {
591 WL_TRACE(("%s: set country %s OK\n", __FUNCTION__, country_code));
596 WL_ERROR(("%s: set country %s failed code %d\n", __FUNCTION__, country_code, error));
    [all...]
  /external/qemu/hw/
bt.h 1236 uint8_t country_code; member in struct:__anon4671
    [all...]

Completed in 96 milliseconds