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

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c26 #define COOKIE_LEN 8 macro
50 u8 cookie[COOKIE_LEN];
137 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
144 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
145 priv->cookie, COOKIE_LEN);
147 *reply_len = 7 + 2 * COOKIE_LEN;
164 u8 cookie[COOKIE_LEN];
203 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
209 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
215 pos = buf + 7 + 2 * COOKIE_LEN;
[all...]

Completed in 41 milliseconds