Searched refs:wps_reg_eloop_post_block (Results 1 – 1 of 1) sorted by relevance
36 static int wps_reg_eloop_post_block(uint32_t sig, void *arg);219 ret = wps_reg_eloop_post_block(SIG_WPS_REG_ENABLE, (void *) config); in esp_wifi_ap_wps_enable()263 ret = wps_reg_eloop_post_block(SIG_WPS_REG_DISABLE, NULL); in esp_wifi_ap_wps_disable()324 ret = wps_reg_eloop_post_block(SIG_WPS_REG_START, (void *)pin); in esp_wifi_ap_wps_start()357 static int wps_reg_eloop_post_block(uint32_t sig, void *arg) in wps_reg_eloop_post_block() function