Searched refs:hasWifiFeature (Results 1 – 2 of 2) sorted by relevance
58 asserts.skip_if(not client.hasWifiFeature(), "Client requires Wifi feature")
65 fun hasWifiFeature() = pm.hasSystemFeature(FEATURE_WIFI) in hasWifiFeature() method