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

  /external/bluetooth/bluedroid/btif/include/
btif_api.h 243 uint8_t pin_len, bt_pin_code_t *pin_code);
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 250 ** pin_len - length in bytes of the PIN Code
255 UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
257 return ((UINT8) BTM_SecBond (bd_addr, pin_len, p_pin, trusted_mask));
287 ** pin_len - length in bytes of the PIN Code
292 void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
294 BTM_PINCodeReply (bd_addr, res, pin_len, p_pin, trusted_mask);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 126 * pin_len - Length on pin in octets
128 size_t pin_len; member in struct:wps_config
785 const u8 *uuid, const u8 *pin, size_t pin_len,
832 const u8 *pin, size_t pin_len);
836 const u8 *pin, size_t pin_len,
wps.c 49 data->dev_password = os_malloc(cfg->pin_len);
54 os_memcpy(data->dev_password, cfg->pin, cfg->pin_len);
55 data->dev_password_len = cfg->pin_len;
wps_registrar.c 81 size_t pin_len; member in struct:wps_uuid_pin
727 * @pin_len: Length of pin in octets
732 const u8 *uuid, const u8 *pin, size_t pin_len,
746 p->pin = os_malloc(pin_len);
751 os_memcpy(p->pin, pin, pin_len);
752 p->pin_len = pin_len;
768 wpa_hexdump_ascii_key(MSG_DEBUG, "WPS: PIN", pin, pin_len);
836 (dev_pw_len != pin->pin_len ||
876 const u8 *uuid, size_t *pin_len)
1352 size_t pin_len = 0; local
    [all...]
wps_er.c     [all...]
wps_upnp_web.c 445 cfg.pin_len = os_strlen(iface->ctx->ap_pin);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 283 uint8_t pin_len, bt_pin_code_t *pin_code)
289 return btif_dm_pin_reply(bd_addr, accept, pin_len, pin_code);
btif_config_util.cpp 653 int pin_len = atoi(value); local
659 btif_config_set_int("Remote", addr, "PinLength", pin_len);
btif_dm.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 199 cfg.pin_len = pos - (const char *) cfg.pin;
200 if (cfg.pin_len == 6 &&
203 cfg.pin_len = 0;
252 cfg.pin, cfg.pin_len, 0);
  /hardware/libhardware/include/hardware/
bluetooth.h 429 /** If accept==FALSE, then pin_len and pin_code shall be 0x0 */
431 uint8_t pin_len, bt_pin_code_t *pin_code);
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 451 GAP_API extern UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]);
463 GAP_API extern void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len,
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 576 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin)
588 p_msg->pin_len = pin_len;
589 memcpy(p_msg->p_pin, p_pin, pin_len);
    [all...]
bta_dm_int.h 247 UINT8 pin_len; member in struct:__anon2883
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 858 ** pin_len - length in bytes of the PIN Code
863 void BTM_PINCodeReply (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
868 btm_pair_state_descr(btm_cb.pairing_state), btm_cb.pairing_flags, pin_len, res);
    [all...]
  /external/openssh/
pkcs11.h 750 unsigned long pin_len, unsigned char *label));
753 unsigned long pin_len));
780 unsigned char *pin, unsigned long pin_len));
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 128 cfg.pin_len = sm->user->password_len;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1273 size_t pin_len; member in struct:wps_add_pin_data
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]
  /external/qemu/hw/
bt.h 536 uint8_t pin_len; member in struct:__anon27034
    [all...]

Completed in 6670 milliseconds