mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Doc:update wifi api docs
* Add documents related to espnow config rate * Optimization set dns server api description
This commit is contained in:
		@@ -571,9 +571,10 @@ esp_err_t esp_netif_dhcps_stop(esp_netif_t *esp_netif);
 | 
			
		||||
 *
 | 
			
		||||
 *   If DHCP server is enabled, the Main DNS Server setting is used by the DHCP server to provide a DNS Server option
 | 
			
		||||
 *   to DHCP clients (Wi-Fi stations).
 | 
			
		||||
 *   - The default Main DNS server is typically the IP of the Wi-Fi AP interface itself.
 | 
			
		||||
 *   - The default Main DNS server is typically the IP of the DHCP server itself.
 | 
			
		||||
 *   - This function can override it by setting server type ESP_NETIF_DNS_MAIN.
 | 
			
		||||
 *   - Other DNS Server types are not supported for the Wi-Fi AP interface.
 | 
			
		||||
 *   - Other DNS Server types are not supported for the DHCP server.
 | 
			
		||||
 *   - To propagate the DNS info to client, please stop the DHCP server before using this API.
 | 
			
		||||
 *
 | 
			
		||||
 * @param[in]  esp_netif Handle to esp-netif instance
 | 
			
		||||
 * @param[in]  type Type of DNS Server to set: ESP_NETIF_DNS_MAIN, ESP_NETIF_DNS_BACKUP, ESP_NETIF_DNS_FALLBACK
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user