/hardware/interfaces/wifi/1.3/default/tests/ |
D | wifi_chip_unit_tests.cpp | 52 {{{{IfaceType::STA}, 1}, {{IfaceType::P2P}, 1}}} in setupV1IfaceCombination() 69 {{{{IfaceType::STA}, 1}, {{IfaceType::P2P, IfaceType::NAN}, 1}}} in setupV1_AwareIfaceCombination() 86 {{{{IfaceType::STA}, 1}, {{IfaceType::P2P, IfaceType::NAN}, 1}}} in setupV1_AwareDisabledApIfaceCombination() 99 {{{{IfaceType::STA}, 1}, {{IfaceType::AP}, 1}}}, in setupV2_AwareIfaceCombination() 100 {{{{IfaceType::STA}, 1}, {{IfaceType::P2P, IfaceType::NAN}, 1}}} in setupV2_AwareIfaceCombination() 113 {{{{IfaceType::STA}, 1}, {{IfaceType::P2P, IfaceType::NAN}, 1}}} in setupV2_AwareDisabledApIfaceCombination() 126 {{{{IfaceType::STA}, 3}, {{IfaceType::AP}, 1}}} in setup_MultiIfaceCombination() 215 } else if (type == IfaceType::STA) { in createIface() 245 } else if (type == IfaceType::STA) { in removeIface() 311 findModeAndConfigureForIfaceType(IfaceType::STA); in TEST_F() [all …]
|
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_feature_flags.cpp | 76 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P, NAN}, 1}} 79 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P}, 1}} 84 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{AP}, 1}},\ 85 {{{STA}, 1}, {{P2P, NAN}, 1}} 88 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{AP}, 1}},\ 89 {{{STA}, 1}, {{P2P}, 1}} 97 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P, NAN}, 1}} 100 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P}, 1}} 130 #define STA IfaceType::STA macro 142 #undef STA
|
D | wifi_mode_controller.cpp | 40 case IfaceType::STA: in convertIfaceTypeToFirmwareMode()
|
D | wifi_chip.cpp | 952 if (!canCurrentModeSupportIfaceOfTypeWithCurrentIfaces(IfaceType::STA)) { in createStaIfaceInternal() 959 if (!callback->onIfaceAdded(IfaceType::STA, ifname).isOk()) { in createStaIfaceInternal() 993 if (!callback->onIfaceRemoved(IfaceType::STA, ifname).isOk()) { in removeStaIfaceInternal() 1004 !canCurrentModeSupportIfaceOfType(IfaceType::STA)) { in createRttControllerInternal() 1183 success = mode_controller_.lock()->changeFirmwareMode(IfaceType::STA); in handleChipConfiguration() 1308 iface_counts[IfaceType::STA] = sta_ifaces_.size(); in getCurrentIfaceCombination() 1331 {IfaceType::AP, IfaceType::NAN, IfaceType::P2P, IfaceType::STA}) { in expandIfaceCombinations() 1356 {IfaceType::AP, IfaceType::NAN, IfaceType::P2P, IfaceType::STA}) { in canExpandedIfaceComboSupportIfaceOfTypeWithCurrentIfaces() 1400 {IfaceType::AP, IfaceType::NAN, IfaceType::P2P, IfaceType::STA}) { in canExpandedIfaceComboSupportIfaceCombo() 1462 req_iface_combo[IfaceType::STA] = 1; in isStaApConcurrencyAllowedInCurrentMode()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 48 * [{STA} <= 2] 49 * At most two STA interfaces are supported 50 * [], [STA], [STA+STA] 52 * [{STA} <= 1, {NAN} <= 1, {AP} <= 1] 53 * Any combination of STA, NAN, AP 54 * [], [STA], [NAN], [AP], [STA+NAN], [STA+AP], [NAN+AP], [STA+NAN+AP] 56 * [{STA} <= 1, {NAN,P2P} <= 1] 57 * Optionally a STA and either NAN or P2P 58 * [], [STA], [STA+NAN], [STA+P2P], [NAN], [P2P] 59 * Not included [NAN+P2P], [STA+NAN+P2P] [all …]
|
/hardware/interfaces/wifi/1.3/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 64 EXPECT_TRUE(configureChipToSupportIfaceType(wifi_chip_, IfaceType::STA, in configureChipForStaIfaceAndGetCapabilities() 110 configureChipForIfaceType(IfaceType::STA, true); in TEST_F()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 90 configureChipForIfaceType(IfaceType::STA, true); in configureChipForStaIfaceAndGetCapabilities() 210 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 223 ChipModeId chip_mode_id = configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 233 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 656 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 670 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 702 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 728 configureChipForIfaceType(IfaceType::STA, true); in TEST_F() 747 configureChipForIfaceType(IfaceType::STA, true); in TEST_F()
|
D | wifi_sta_iface_hidl_test.cpp | 90 EXPECT_EQ(IfaceType::STA, status_and_type.second); in TEST_F()
|
D | wifi_hidl_test_utils.cpp | 175 if (!configureChipToSupportIfaceTypeInternal(wifi_chip, IfaceType::STA)) { in getWifiStaIface()
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_hidl_test.cpp | 71 iface_info.type = IfaceType::STA; in TEST_F() 106 iface_info.type = IfaceType::STA; in TEST_F()
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChipEventCallback.hal | 63 * a) Bringing up concurrent interfaces (For ex: STA + AP). 65 * STA connection moved from 2.4G to 5G)
|
D | IWifiStaIface.hal | 24 * Interface used to represent a single STA iface.
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_test.cpp | 75 return iface.type == IfaceType::STA; in TEST_F() 183 IfaceType::STA, [](const SupplicantStatus& status) { in TEST_F()
|
D | supplicant_hidl_test_utils.cpp | 63 wifi_chip, ::android::hardware::wifi::V1_0::IfaceType::STA, &mode_id)); in initilializeDriverAndFirmware() 195 ISupplicant::IfaceInfo info = {IfaceType::STA, getStaIfaceName()}; in addSupplicantStaIface_1_1() 241 if (!findIfaceOfType(supplicant, IfaceType::STA, &info)) { in getSupplicantStaIface()
|
D | supplicant_sta_iface_hidl_test.cpp | 195 EXPECT_EQ(status_and_interface_type.second, IfaceType::STA); in TEST_F()
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | types.hal | 33 STA,
|
/hardware/interfaces/wifi/1.1/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 61 wifi_chip_, IfaceType::STA, &mode_id)); in configureChipForStaIfaceAndGetCapabilities()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicant.hal | 148 * When both P2P and STA mode ifaces are active, this must be used 149 * to prioritize either STA or P2P connection to resolve conflicts
|
D | ISupplicantNetwork.hal | 60 * @return type Type of the network interface, e.g., STA.
|
D | types.hal | 73 STA,
|
D | ISupplicantP2pIfaceCallback.hal | 222 * Used to indicate when a STA device is connected to this device. 230 * Used to indicate when a STA device is disconnected from this device.
|
D | ISupplicantIface.hal | 55 * @return type Type of the network interface, e.g., STA.
|
/hardware/interfaces/wifi/1.3/ |
D | IWifiStaIface.hal | 24 * Interface used to represent a single STA iface.
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 107 configureChipToSupportIfaceType(wifi_chip_, IfaceType::STA, &mode_id)); in configureChipForStaIfaceAndGetCapabilities()
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 400 peer_id, 0, ssid, password, NULL, DppNetRole::STA, DppAkm::PSK, in TEST_F()
|