Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/drivers/netdev/
Dwifi.c120 netdevs->refcount_creds++; in lws_netdev_wifi_scan_select()
173 if (!--netdevs->refcount_creds) { in lws_netdev_wifi_scan_select()
226 netdevs->refcount_creds++; in lws_netdev_wifi_redo_last()
237 if (!--netdevs->refcount_creds) { in lws_netdev_wifi_redo_last()
/third_party/libwebsockets/include/libwebsockets/
Dlws-netdev.h87 uint8_t refcount_creds; member