esp_wifi_set_csi() function
Enable or disable CSI return - ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start or promiscuous mode is not enabled - ESP_ERR_INVALID_ARG: invalid argument
Arguments
en
true - enable, false - disable