Searched refs:DPP_ATTR_CONFIGURATOR_NONCE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_reconfig.c | 174 wpabuf_put_le16(msg, DPP_ATTR_CONFIGURATOR_NONCE); in dpp_reconfig_build_req() 347 wpabuf_put_le16(clear, DPP_ATTR_CONFIGURATOR_NONCE); in dpp_reconfig_build_resp() 482 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_req_rx() 600 wpabuf_put_le16(clear, DPP_ATTR_CONFIGURATOR_NONCE); in dpp_reconfig_build_conf() 806 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_resp_rx() 935 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_conf_rx()
|
H A D | dpp.h | 100 DPP_ATTR_CONFIGURATOR_NONCE = 0x1022, enumerator
|
H A D | dpp.c | 5180 wpabuf_put_le16(msg, DPP_ATTR_CONFIGURATOR_NONCE); in dpp_build_pb_announcement_resp()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 3694 c_nonce = dpp_get_attr(buf, len, DPP_ATTR_CONFIGURATOR_NONCE, in wpas_dpp_rx_pb_presence_announcement_resp()
|