/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dpp_hostapd.c | 527 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 547 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 549 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 555 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req() 559 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req() 564 src, hdr, buf, len, freq, i_bootstrap, in hostapd_dpp_rx_auth_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dpp_hostapd.c | 527 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 547 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 549 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 555 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req() 559 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req() 564 src, hdr, buf, len, freq, i_bootstrap, in hostapd_dpp_rx_auth_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.h | 510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, 522 const u8 *i_bootstrap, const u8 *r_bootstrap);
|
D | dpp.c | 3085 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local 3295 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 3298 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 3301 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 3302 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 3646 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 3705 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 3708 if (i_bootstrap) { in dpp_auth_resp_rx() 3716 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 3718 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, 522 const u8 *i_bootstrap, const u8 *r_bootstrap);
|
D | dpp.c | 3085 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local 3295 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 3298 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 3301 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 3302 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 3646 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 3705 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 3708 if (i_bootstrap) { in dpp_auth_resp_rx() 3716 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 3718 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | dpp_supplicant.c | 722 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 750 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req() 754 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | dpp_supplicant.c | 722 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 750 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req() 754 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
|