Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dctrl_iface_udp.c20 #define COOKIE_LEN 8 macro
48 u8 cookie[COOKIE_LEN];
54 u8 cookie[COOKIE_LEN];
202 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
209 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
210 priv->cookie, COOKIE_LEN);
212 *reply_len = 7 + 2 * COOKIE_LEN;
236 u8 cookie[COOKIE_LEN];
301 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
308 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
[all …]