Searched refs:netdev_instance_to_ctx (Results 1 – 2 of 2) sorted by relevance
219 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()
1594 #define netdev_instance_to_ctx(ni) \ macro