Function esp_wifi::wifi::utils::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>