Searched refs:DPP_ATTR_R_NONCE (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 313 WPA_PUT_LE16(pos, DPP_ATTR_R_NONCE); in dpp_auth_build_resp() 1100 WPA_PUT_LE16(r_nonce, DPP_ATTR_R_NONCE); in dpp_auth_build_conf() 1606 r_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_R_NONCE, in dpp_auth_resp_rx() 1788 r_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_R_NONCE, in dpp_auth_conf_rx_failure()
|
H A D | dpp.h | 68 DPP_ATTR_R_NONCE = 0x1007, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 48 DPP_ATTR_R_NONCE = 0x1007, enumerator
|
H A D | dpp.c | 1918 WPA_PUT_LE16(pos, DPP_ATTR_R_NONCE); in dpp_auth_build_resp() 3504 WPA_PUT_LE16(r_nonce, DPP_ATTR_R_NONCE); in dpp_auth_build_conf() 3832 r_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_R_NONCE, in dpp_auth_resp_rx() 4014 r_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_R_NONCE, in dpp_auth_conf_rx_failure()
|
Completed in 16 milliseconds