Home | History | Annotate | Download | only in wps

Lines Matching refs:snonce

57 	if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
59 wpa_hexdump(MSG_DEBUG, "WPS: E-S1", wps->snonce, WPS_SECRET_NONCE_LEN);
61 wps->snonce + WPS_SECRET_NONCE_LEN, WPS_SECRET_NONCE_LEN);
74 addr[0] = wps->snonce;
90 addr[0] = wps->snonce + WPS_SECRET_NONCE_LEN;
104 wpabuf_put_data(msg, wps->snonce, WPS_SECRET_NONCE_LEN);
114 wpabuf_put_data(msg, wps->snonce + WPS_SECRET_NONCE_LEN,