Hello to all,
I need your help
I must be able to call this function
contained in WifiVendorHal.java
see also https://android.googlesource.com/pl...va/com/android/server/wifi/WifiVendorHal.java
but I do not know how to do it
who can help me?
Thank you
I need your help
I must be able to call this function
B4X:
/**
* Bring up the HIDL Vendor HAL and configure for AP (Access Point) mode
*
* @return true for success
*/
public boolean startVendorHalAp() {
return startVendorHal(AP_MODE);
}
contained in WifiVendorHal.java
see also https://android.googlesource.com/pl...va/com/android/server/wifi/WifiVendorHal.java
but I do not know how to do it
who can help me?
Thank you