Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c394 case WIFI_EVENT_NDP_CONFIRM: { in nan_fill_params_from_event()
553 nan_fill_params_from_event(evt, WIFI_EVENT_NDP_CONFIRM); in nan_app_action_ndp_confirm()
622 esp_event_handler_unregister(WIFI_EVENT, WIFI_EVENT_NDP_CONFIRM, nan_app_action_ndp_confirm); in nan_clear_app_default_handlers()
650 ESP_GOTO_ON_ERROR(esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_NDP_CONFIRM, in nan_set_app_default_handlers()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h919 WIFI_EVENT_NDP_CONFIRM, /**< NDP Confirm Indication */ enumerator