Loading wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ISupplicantP2pIface.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ interface ISupplicantP2pIface { void setSsidPostfix(in byte[] postfix); void setWfdDeviceInfo(in byte[] info); void setWfdR2DeviceInfo(in byte[] info); void removeClient(in byte[] peerAddress, in boolean isLegacyClient); void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); void setWpsDeviceName(in String name); void setWpsDeviceType(in byte[] type); Loading wifi/supplicant/aidl/android/hardware/wifi/supplicant/ISupplicantP2pIface.aidl +11 −0 Original line number Diff line number Diff line Loading @@ -642,6 +642,17 @@ interface ISupplicantP2pIface { */ void setWfdR2DeviceInfo(in byte[] info); /** * Remove the client with the MAC address from the group. * * @param peerAddress Mac address of the client. * @param isLegacyClient Indicate if client is a legacy client or not. * @throws ServiceSpecificException with one of the following values: * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_IFACE_INVALID| */ void removeClient(in byte[/*6*/] peerAddress, in boolean isLegacyClient); /** * Set the list of supported config methods for WPS operations. * Loading Loading
wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ISupplicantP2pIface.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ interface ISupplicantP2pIface { void setSsidPostfix(in byte[] postfix); void setWfdDeviceInfo(in byte[] info); void setWfdR2DeviceInfo(in byte[] info); void removeClient(in byte[] peerAddress, in boolean isLegacyClient); void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); void setWpsDeviceName(in String name); void setWpsDeviceType(in byte[] type); Loading
wifi/supplicant/aidl/android/hardware/wifi/supplicant/ISupplicantP2pIface.aidl +11 −0 Original line number Diff line number Diff line Loading @@ -642,6 +642,17 @@ interface ISupplicantP2pIface { */ void setWfdR2DeviceInfo(in byte[] info); /** * Remove the client with the MAC address from the group. * * @param peerAddress Mac address of the client. * @param isLegacyClient Indicate if client is a legacy client or not. * @throws ServiceSpecificException with one of the following values: * |SupplicantStatusCode.FAILURE_UNKNOWN|, * |SupplicantStatusCode.FAILURE_IFACE_INVALID| */ void removeClient(in byte[/*6*/] peerAddress, in boolean isLegacyClient); /** * Set the list of supported config methods for WPS operations. * Loading