esp_wifi::wifi::utils

Function create_ap_sta_network_interface

Source
pub fn create_ap_sta_network_interface<'d>(
    inited: &'d EspWifiController<'d>,
    device: impl Peripheral<P = WIFI> + 'd,
) -> Result<ApStaInterface<'d>, WifiError>