Searched refs:WPS_SECRET_NONCE_LEN (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c210 if (len != WPS_SECRET_NONCE_LEN) {
218 if (len != WPS_SECRET_NONCE_LEN) {
226 if (len != WPS_SECRET_NONCE_LEN) {
234 if (len != WPS_SECRET_NONCE_LEN) {
H A Dwps_enrollee.c55 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
57 wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
59 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
73 len[0] = WPS_SECRET_NONCE_LEN;
88 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
101 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
102 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
111 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
112 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_registrar.c931 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
933 wpa_hexdump(MSG_DEBUG, "WPS: R-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
935 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
949 len[0] = WPS_SECRET_NONCE_LEN;
964 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
977 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
978 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
987 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
988 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_defs.h30 #define WPS_SECRET_NONCE_LEN 16 macro
H A Dwps_i.h55 u8 snonce[2 * WPS_SECRET_NONCE_LEN];
130 const u8 *r_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
131 const u8 *r_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */
132 const u8 *e_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
133 const u8 *e_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c210 if (len != WPS_SECRET_NONCE_LEN) {
218 if (len != WPS_SECRET_NONCE_LEN) {
226 if (len != WPS_SECRET_NONCE_LEN) {
234 if (len != WPS_SECRET_NONCE_LEN) {
H A Dwps_enrollee.c55 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
57 wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
59 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
73 len[0] = WPS_SECRET_NONCE_LEN;
88 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
101 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
102 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
111 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
112 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_registrar.c931 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
933 wpa_hexdump(MSG_DEBUG, "WPS: R-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
935 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
949 len[0] = WPS_SECRET_NONCE_LEN;
964 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
977 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
978 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
987 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
988 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_defs.h30 #define WPS_SECRET_NONCE_LEN 16 macro
H A Dwps_i.h55 u8 snonce[2 * WPS_SECRET_NONCE_LEN];
130 const u8 *r_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
131 const u8 *r_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */
132 const u8 *e_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
133 const u8 *e_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c210 if (len != WPS_SECRET_NONCE_LEN) {
218 if (len != WPS_SECRET_NONCE_LEN) {
226 if (len != WPS_SECRET_NONCE_LEN) {
234 if (len != WPS_SECRET_NONCE_LEN) {
H A Dwps_enrollee.c55 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
57 wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
59 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
73 len[0] = WPS_SECRET_NONCE_LEN;
88 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
101 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
102 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
111 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
112 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_registrar.c931 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
933 wpa_hexdump(MSG_DEBUG, "WPS: R-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
935 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
949 len[0] = WPS_SECRET_NONCE_LEN;
964 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
977 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
978 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
987 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN);
988 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,
[all...]
H A Dwps_defs.h30 #define WPS_SECRET_NONCE_LEN 16 macro
H A Dwps_i.h55 u8 snonce[2 * WPS_SECRET_NONCE_LEN];
130 const u8 *r_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
131 const u8 *r_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */
132 const u8 *e_snonce1; /* WPS_SECRET_NONCE_LEN (16) octets */
133 const u8 *e_snonce2; /* WPS_SECRET_NONCE_LEN (16) octets */

Completed in 203 milliseconds