Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3900 unsigned char lcookie[CTRL_IFACE_COOKIE_LEN]; in hostapd_ctrl_iface_receive() local
3933 hexstr2bin(buf + 7, lcookie, CTRL_IFACE_COOKIE_LEN) < 0) { in hostapd_ctrl_iface_receive()
3940 if (os_memcmp(hapd->ctrl_iface_cookie, lcookie, in hostapd_ctrl_iface_receive()
4630 unsigned char lcookie[CTRL_IFACE_COOKIE_LEN]; in hostapd_global_ctrl_iface_receive() local
4667 hexstr2bin(buf + 7, lcookie, CTRL_IFACE_COOKIE_LEN) < 0) { in hostapd_global_ctrl_iface_receive()
4674 if (os_memcmp(interfaces->ctrl_iface_cookie, lcookie, in hostapd_global_ctrl_iface_receive()