Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
Dwifi-esp32.c219 struct lws_context *ctx = netdev_instance_to_ctx(&wnd->inst); in lws_netdev_wifi_event_plat()
288 struct lws_context *ctx = netdev_instance_to_ctx(&wnd->inst); in _event_handler_wifi()
442 struct lws_context *ctx = netdev_instance_to_ctx(&wnde32->wnd.inst); in lws_netdev_wifi_up_plat()
470 struct lws_context *ctx = netdev_instance_to_ctx(&wnde32->wnd.inst); in lws_netdev_wifi_down_plat()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1594 #define netdev_instance_to_ctx(ni) \ macro