Searched refs:command_handler (Results 1 – 3 of 3) sorted by relevance
29 esp_err_t (*command_handler)(WiFiScanPayload *req, member48 .command_handler = cmd_scan_start_handler52 .command_handler = cmd_scan_status_handler56 .command_handler = cmd_scan_result_handler249 ret = cmd_table[cmd_index].command_handler(req, resp, priv_data); in wifi_prov_scan_cmd_dispatcher()
29 esp_err_t (*command_handler)(WiFiConfigPayload *req, member45 .command_handler = cmd_get_status_handler49 .command_handler = cmd_set_config_handler53 .command_handler = cmd_apply_config_handler295 ret = cmd_table[cmd_index].command_handler(req, resp, priv_data); in wifi_prov_config_command_dispatcher()
35 esp_err_t (*command_handler)(LocalCtrlMessage *req, member51 .command_handler = cmd_get_prop_count_handler55 .command_handler = cmd_get_prop_vals_handler59 .command_handler = cmd_set_prop_vals_handler246 esp_err_t ret = cmd_table[cmd_index].command_handler(req, resp, ctx); in esp_local_ctrl_command_dispatcher()