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

  /external/wpa_supplicant_8/src/wps/
wps_common.c 407 const struct wpabuf *dev_pw)
417 wpabuf_head(dev_pw), wpabuf_len(dev_pw)) ||
618 struct wpabuf *dev_pw)
622 if (pubkey == NULL || dev_pw == NULL)
625 ret = wps_build_nfc_pw_token(id, pubkey, dev_pw);
641 struct wpabuf **dev_pw)
670 wpabuf_free(*dev_pw);
671 *dev_pw = pw;
673 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw);
    [all...]
wps.h 291 * @dev_pw: Device Password (PIN) used during registration
292 * @dev_pw_len: Length of dev_pw in octets
298 const u8 *uuid_e, const u8 *dev_pw,
793 const u8 *dev_pw, size_t dev_pw_len);
804 const u8 *dev_pw, size_t dev_pw_len);
850 const struct wpabuf *dev_pw);
852 struct wpabuf *dev_pw);
855 struct wpabuf **dev_pw);
wps_registrar.c 35 u8 dev_pw[WPS_OOB_DEVICE_PASSWORD_LEN * 2 + 1]; member in struct:wps_nfc_pw_token
152 const u8 *uuid_e, const u8 *dev_pw,
823 * @dev_pw: PIN to search for or %NULL to match any
824 * @dev_pw_len: Length of dev_pw in octets
828 const u8 *dev_pw,
835 if (dev_pw && pin->pin &&
837 os_memcmp(dev_pw, pin->pin, dev_pw_len) != 0))
1039 const u8 *dev_pw, size_t dev_pw_len)
1051 if (dev_pw &&
1052 wps_registrar_invalidate_wildcard_pin(registrar, dev_pw,
3534 const u8 *pos, *hash, *dev_pw; local
    [all...]
wps_attr_build.c 368 const struct wpabuf *pubkey, const u8 *dev_pw,
383 wpabuf_put_data(msg, dev_pw, dev_pw_len);
wps_i.h 172 const struct wpabuf *pubkey, const u8 *dev_pw,
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 212 const u8 *dev_pw; member in struct:wps_stop_reg_data
221 data->dev_pw, data->dev_pw_len);
227 const u8 *uuid_e, const u8 *dev_pw,
242 data.dev_pw = dev_pw;
    [all...]

Completed in 40 milliseconds