Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c216 int wps_post(uint32_t sig, uint32_t par) in wps_post() function
955 return wps_post(SIG_WPS_RX, 0); in wps_sm_rx_eapol()
1273 wps_post(SIG_WPS_TIMER_TIMEOUT, 0); in wifi_station_wps_timeout()
1311 wps_post(SIG_WPS_TIMER_MSG_TIMEOUT, 0); in wifi_station_wps_msg_timeout()
1345 wps_post(SIG_WPS_TIMER_SUCCESS_CB, 0); in wifi_station_wps_success()
1361 wps_post(SIG_WPS_TIMER_EAPOL_START, 0); in wifi_station_wps_eapol_start_handle()
1670 wps_post(SIG_WPS_TIMER_SCAN, 0); in wifi_wps_scan()
1819 if (ESP_OK != wps_post(sig, (uint32_t)&param)) { in wps_post_block()