Searched refs:netif_cfg (Results 1 – 1 of 1) sorted by relevance
457 esp_netif_inherent_config_t netif_cfg; in esp_netif_create_default_wifi_mesh_netifs() local458 memcpy(&netif_cfg, ESP_NETIF_BASE_DEFAULT_WIFI_AP, sizeof(netif_cfg)); in esp_netif_create_default_wifi_mesh_netifs()459 netif_cfg.flags &= ~ESP_NETIF_DHCP_SERVER; in esp_netif_create_default_wifi_mesh_netifs()461 .base = &netif_cfg, in esp_netif_create_default_wifi_mesh_netifs()473 memcpy(&netif_cfg, ESP_NETIF_BASE_DEFAULT_WIFI_STA, sizeof(netif_cfg)); in esp_netif_create_default_wifi_mesh_netifs()474 netif_cfg.flags &= ~ESP_NETIF_DHCP_CLIENT; in esp_netif_create_default_wifi_mesh_netifs()476 .base = &netif_cfg, in esp_netif_create_default_wifi_mesh_netifs()