wifi_prov_config_handlers struct
Internal handlers for receiving and responding to protocomm requests from master This is to be passed as priv_data for protocomm request handler (refer to `wifi_prov_config_data_handler()`) when calling `protocomm_add_endpoint()`.
Fields
Handler function called when connection status of the slave (in WiFi station mode) is requested.
Handler function called when WiFi connection configuration (eg. AP SSID, password, etc.) of the slave (in WiFi station mode) is to be set to user provided values.
Handler function for applying the configuration that was set in `set_config_handler`. After applying the station may get connected to the AP or may fail to connect. The slave must be ready to convey the updated connection status information when `get_status_handler` is invoked again by the master.
Context pointer to be passed to above handler functions upon invocation.