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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c20 #define COOKIE_LEN 8 macro
48 u8 cookie[COOKIE_LEN];
182 reply = os_malloc(7 + 2 * COOKIE_LEN + 1);
189 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1,
190 priv->cookie, COOKIE_LEN);
192 *reply_len = 7 + 2 * COOKIE_LEN;
216 u8 cookie[COOKIE_LEN];
268 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) {
274 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
280 pos = buf + 7 + 2 * COOKIE_LEN;
[all...]

Completed in 43 milliseconds