Home
last modified time | relevance | path

Searched refs:dev_pw (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_common.c429 const struct wpabuf *dev_pw) in wps_build_nfc_pw_token() argument
438 wpabuf_head(dev_pw), wpabuf_len(dev_pw)) || in wps_build_nfc_pw_token()
641 struct wpabuf *dev_pw) in wps_nfc_token_build() argument
645 if (pubkey == NULL || dev_pw == NULL) in wps_nfc_token_build()
648 ret = wps_build_nfc_pw_token(id, pubkey, dev_pw); in wps_nfc_token_build()
690 struct wpabuf **dev_pw) in wps_nfc_token_gen() argument
712 wpabuf_clear_free(*dev_pw); in wps_nfc_token_gen()
713 *dev_pw = pw; in wps_nfc_token_gen()
715 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw); in wps_nfc_token_gen()
882 const u8 *dev_pw; in wps_build_nfc_handover_sel_p2p() local
[all …]
Dwps.h314 const u8 *uuid_e, const u8 *dev_pw,
869 const u8 *dev_pw, size_t dev_pw_len);
885 const u8 *dev_pw, size_t dev_pw_len,
948 const struct wpabuf *dev_pw);
950 struct wpabuf *dev_pw);
954 struct wpabuf **dev_pw);
Dwps_attr_build.c430 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw() argument
458 if (dev_pw) { in wps_build_oob_dev_pw()
460 dev_pw, dev_pw_len); in wps_build_oob_dev_pw()
461 wpabuf_put_data(msg, dev_pw, dev_pw_len); in wps_build_oob_dev_pw()
Dwps_registrar.c35 u8 dev_pw[WPS_OOB_DEVICE_PASSWORD_LEN * 2 + 1]; member
153 const u8 *uuid_e, const u8 *dev_pw,
884 const u8 *dev_pw, in wps_registrar_invalidate_wildcard_pin() argument
891 if (dev_pw && pin->pin && in wps_registrar_invalidate_wildcard_pin()
893 os_memcmp_const(dev_pw, pin->pin, dev_pw_len) != 0)) in wps_registrar_invalidate_wildcard_pin()
1098 const u8 *dev_pw, size_t dev_pw_len) in wps_registrar_complete() argument
1112 if (dev_pw && in wps_registrar_complete()
1113 wps_registrar_invalidate_wildcard_pin(registrar, dev_pw, in wps_registrar_complete()
1116 dev_pw, dev_pw_len); in wps_registrar_complete()
1267 const u8 *uuid_e, const u8 *dev_pw, in wps_cb_reg_success() argument
[all …]
Dwps_i.h180 const struct wpabuf *pubkey, const u8 *dev_pw,
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c60 const u8 *dev_pw; member
69 data->dev_pw, data->dev_pw_len); in wps_stop_registrar()
78 const u8 *uuid_e, const u8 *dev_pw, in hostapd_wps_reg_success_cb() argument
90 data.dev_pw = dev_pw; in hostapd_wps_reg_success_cb()