OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WificondControl
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java
92
private final
WificondControl
mWificondControl;
170
mWificondControl = new
WificondControl
(this, mWifiMonitor);
WificondControl.java
49
public class
WificondControl
{
52
private static final String TAG = "
WificondControl
";
81
WificondControl
(WifiInjector wifiInjector, WifiMonitor wifiMonitor) {
100
/** Enable or disable verbose logging of
WificondControl
.
WifiNative.java
66
private final
WificondControl
mWificondControl;
69
SupplicantStaIfaceHal staIfaceHal,
WificondControl
condControl) {
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WificondControlTest.java
57
* Unit tests for {@link com.android.server.wifi.
WificondControl
}.
63
private
WificondControl
mWificondControl;
130
mWificondControl = new
WificondControl
(mWifiInjector, mWifiMonitor);
549
* Verifies that
WificondControl
can invoke WifiMonitor broadcast methods upon scan
566
* Verifies that
WificondControl
can invoke WifiMonitor broadcast methods upon scan
583
* Verifies that
WificondControl
can invoke WifiMonitor broadcast methods upon pno scan
WifiNativeTest.java
149
@Mock private
WificondControl
mWificondControl;
483
* Verifies that setupDriverForClientMode() calls underlying
WificondControl
.
498
* supported and calls underlying
WificondControl
setup.
513
* Verifies that setupDriverForClientMode() returns null when underlying
WificondControl
540
* Verifies that setupDriverForSoftApMode() calls underlying
WificondControl
.
555
* supported and calls underlying
WificondControl
setup.
570
* Verifies that setupDriverForSoftApMode() returns null when underlying
WificondControl
597
* Verifies that enableSupplicant() calls underlying
WificondControl
.
608
* Verifies that disableSupplicant() calls underlying
WificondControl
.
619
* Verifies that tearDownInterfaces() calls underlying
WificondControl
[
all
...]
Completed in 146 milliseconds