Home
last modified time | relevance | path

Searched refs:a_nonce_len (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_reconfig.c224 const u8 *a_nonce_attr, size_t a_nonce_len, in dpp_reconfig_init()
244 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
245 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
222 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, struct dpp_configurator *conf, unsigned int freq, u16 group, const u8 *a_nonce_attr, size_t a_nonce_len, const u8 *e_id_attr, size_t e_id_len) dpp_reconfig_init() argument
H A Ddpp_tcp.c879 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in dpp_controller_rx_reconfig_announcement() local
919 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in dpp_controller_rx_reconfig_announcement()
923 a_nonce, a_nonce_len, e_id, e_id_len); in dpp_controller_rx_reconfig_announcement()
H A Ddpp.h720 const u8 *a_nonce_attr, size_t a_nonce_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c1346 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in hostapd_dpp_rx_reconfig_announcement() local
1392 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in hostapd_dpp_rx_reconfig_announcement()
1396 conf, freq, group, a_nonce, a_nonce_len, in hostapd_dpp_rx_reconfig_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c2134 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in wpas_dpp_rx_reconfig_announcement() local
2178 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in wpas_dpp_rx_reconfig_announcement()
2182 a_nonce, a_nonce_len, e_id, e_id_len); in wpas_dpp_rx_reconfig_announcement()

Completed in 13 milliseconds