OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sta_iface_
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/wifi/1.0/default/
wifi_chip.h
189
sp<WifiStaIface>
sta_iface_
;
member in class:android::hardware::wifi::V1_0::implementation::WifiChip
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_iface_hidl_test.cpp
69
sta_iface_
= getSupplicantStaIface();
70
ASSERT_NE(
sta_iface_
.get(), nullptr);
79
sp<ISupplicantStaIface>
sta_iface_
;
member in class:SupplicantStaIfaceHidlTest
172
sta_iface_
->registerCallback(
182
const auto& status_and_interface_name = HIDL_INVOKE(
sta_iface_
, getName);
192
const auto& status_and_interface_type = HIDL_INVOKE(
sta_iface_
, getType);
202
sta_iface_
->listNetworks([](const SupplicantStatus& status,
211
sta_iface_
->listNetworks([](const SupplicantStatus& status,
222
sta_iface_
->reassociate([](const SupplicantStatus& status) {
231
sta_iface_
->reconnect([](const SupplicantStatus& status)
[
all
...]
Completed in 192 milliseconds