Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h366 #define os_queue_send_to_front(a, b, c) wifi_funcs->_queue_send_to_front((a), (b), (c)) macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c428 if (os_queue_send_to_front(g_wpa3_hostap_evt_queue, &evt, 0) != pdPASS) { in wpa3_hostap_post_evt()