kaios-types
    Preparing search index...

    Interface MozWifiP2pGroupOwner

    Represents a Wi-Fi P2P group owner. Available only if "Navigator::HasWifiManagerSupport" is true.

    interface MozWifiP2pGroupOwner {
        freq: number;
        groupName: string;
        ipAddress: string;
        isLocal: boolean;
        macAddress: string;
        passphrase: string;
        ssid: string;
        wpsCapabilities: any;
    }
    Index

    Properties

    freq: number
    groupName: string
    ipAddress: string
    isLocal: boolean
    macAddress: string
    passphrase: string
    ssid: string
    wpsCapabilities: any