Searched refs:lcookie (Results 1 – 1 of 1) sorted by relevance
2342 unsigned char lcookie[COOKIE_LEN]; in hostapd_ctrl_iface_receive() local2374 hexstr2bin(buf + 7, lcookie, COOKIE_LEN) < 0) { in hostapd_ctrl_iface_receive()2381 if (os_memcmp(cookie, lcookie, COOKIE_LEN) != 0) { in hostapd_ctrl_iface_receive()3054 unsigned char lcookie[COOKIE_LEN]; in hostapd_global_ctrl_iface_receive() local3090 hexstr2bin(buf + 7, lcookie, COOKIE_LEN) < 0) { in hostapd_global_ctrl_iface_receive()3097 if (os_memcmp(gcookie, lcookie, COOKIE_LEN) != 0) { in hostapd_global_ctrl_iface_receive()