package com.ifpdos.autotest.api;

import com.ifpdos.autotest.lancontrol.module.other.bean.WifiInfo;
import com.ifpdos.autotest.p0.b.c;

/* JADX INFO: loaded from: classes.dex */
public interface IWifi {
    boolean connect(String str);

    boolean connect(String str, c cVar, String str2);

    boolean disconnect();

    boolean forget(String str);

    WifiInfo getWifiInfo(String str);

    boolean hasWifi();

    boolean isConnected();

    boolean isWifiEnabled();

    boolean ping(String str);

    boolean setWifiEnabled(boolean z);

    boolean startWifiTest();
}
