Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2342 unsigned char lcookie[COOKIE_LEN]; in hostapd_ctrl_iface_receive() local
2374 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() local
3090 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()