Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c62 static unsigned char gcookie[COOKIE_LEN]; variable
3084 gcookie, COOKIE_LEN); in hostapd_global_ctrl_iface_receive()
3097 if (os_memcmp(gcookie, lcookie, COOKIE_LEN) != 0) { in hostapd_global_ctrl_iface_receive()
3247 os_get_random(gcookie, COOKIE_LEN); in hostapd_global_ctrl_iface_init()