Home
last modified time | relevance | path

Searched refs:registrar_nonce (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_enrollee.c752 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m2()
1075 if (attr.registrar_nonce == NULL || in wps_process_wsc_ack()
1076 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0)) in wps_process_wsc_ack()
1127 if (attr.registrar_nonce == NULL || in wps_process_wsc_nack()
1128 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0)) in wps_process_wsc_nack()
1132 attr.registrar_nonce, WPS_NONCE_LEN); in wps_process_wsc_nack()
Dwps_registrar.c1986 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m3()
2023 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m5()
2130 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) || in wps_process_m7()
2186 (attr.registrar_nonce == NULL || in wps_process_wsc_msg()
2187 os_memcmp(wps->nonce_r, attr.registrar_nonce, in wps_process_wsc_msg()
2278 if (attr.registrar_nonce == NULL || in wps_process_wsc_ack()
2279 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0)) in wps_process_wsc_ack()
2352 if (attr.registrar_nonce == NULL || in wps_process_wsc_nack()
2353 os_memcmp(wps->nonce_r, attr.registrar_nonce, WPS_NONCE_LEN != 0)) in wps_process_wsc_nack()
2437 if (attr.registrar_nonce == NULL || in wps_process_wsc_done()
[all …]
Dwps_i.h110 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */ member
Dwps_attr_parse.c55 attr->registrar_nonce = pos; in wps_set_attr()