Home
last modified time | relevance | path

Searched refs:STA (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_chip_unit_tests.cpp216 } else if (type == IfaceType::STA) { in createIface()
246 } else if (type == IfaceType::STA) { in removeIface()
319 ASSERT_EQ(createIface(IfaceType::STA), "wlan0"); in TEST_F()
378 ASSERT_EQ(createIface(IfaceType::STA), "wlan0"); in TEST_F()
489 ASSERT_EQ(createIface(IfaceType::STA), "wlan0"); in TEST_F()
526 ASSERT_EQ(createIface(IfaceType::STA), "wlan0"); in TEST_F()
573 removeIface(IfaceType::STA, sta_iface_name); in TEST_F()
741 removeIface(IfaceType::STA, "wlan0"); in TEST_F()
772 removeIface(IfaceType::STA, "wlan0"); in TEST_F()
874 ASSERT_EQ(createIface(IfaceType::STA), "bad0"); in TEST_F()
[all …]
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_feature_flags.cpp84 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P}, 1}}
89 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{AP}, 1}},\
94 {{{STA}, 1}, {{P2P}, 1}}
105 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{P2P}, 1}}
135 #define STA IfaceType::STA macro
168 {{{{AP}, 1}}, {{{STA}, 1}, {{P2P, NAN}, 1}}})}}},
175 {{{{STA}, 1}, {{AP}, 1}}, {{{STA}, 1}, {{P2P, NAN}, 1}}})}}},
182 {{{{STA}, 1}, {{AP}, 1}}, {{{STA}, 2}, {{P2P, NAN}, 1}}})}}},
189 {{{{STA}, 1}, {{AP}, 2}}, {{{STA}, 1}, {{P2P, NAN}, 1}}})}}},
196 {{{{STA}, 1}, {{AP}, 2}}, {{{STA}, 2}, {{P2P, NAN}, 1}}})}}}};
[all …]
H A Dwifi_chip.cpp1237 hidl_struct_util::convertHidlIfaceTypeToLegacy(IfaceType::STA)); in createStaIfaceInternal()
1246 if (!callback->onIfaceAdded(IfaceType::STA, ifname).isOk()) { in createStaIfaceInternal()
1286 if (!callback->onIfaceRemoved(IfaceType::STA, ifname).isOk()) { in removeStaIfaceInternal()
1487 !canCurrentModeSupportIfaceOfType(IfaceType::STA)) { in createRttControllerInternal_1_4()
1726 iface_counts[IfaceType::STA] = sta_ifaces_.size(); in getCurrentIfaceCombination()
1774 {IfaceType::AP, IfaceType::NAN, IfaceType::P2P, IfaceType::STA}) { in canExpandedIfaceComboSupportIfaceOfTypeWithCurrentIfaces()
1818 {IfaceType::AP, IfaceType::NAN, IfaceType::P2P, IfaceType::STA}) { in canExpandedIfaceComboSupportIfaceCombo()
1880 req_iface_combo[IfaceType::STA] = 1; in isStaApConcurrencyAllowedInCurrentMode()
1887 req_iface_combo[IfaceType::STA] = 2; in isDualStaConcurrencyAllowedInCurrentMode()
1906 return getWlanIfaceNameWithType(IfaceType::STA, 0); in getFirstActiveWlanIfaceName()
[all …]
H A Dwifi_mode_controller.cpp40 case IfaceType::STA: in convertIfaceTypeToFirmwareMode()
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiChip.hal48 * [{STA} <= 2]
50 * [], [STA], [STA+STA]
54 * [], [STA], [NAN], [AP], [STA+NAN], [STA+AP], [NAN+AP], [STA+NAN+AP]
58 * [], [STA], [STA+NAN], [STA+P2P], [NAN], [P2P]
61 * [{STA} <= 1, {STA,NAN} <= 1]
62 * Optionally a STA and either a second STA or a NAN
63 * [], [STA], [STA+NAN], [STA+STA], [NAN]
64 * Not included [STA+STA+NAN]
96 * [{STA} <= 2, {NAN} <=1] and [{STA} <=1, {NAN} <= 1, {AP} <= 1}]
97 * If the chip currently has 3 interfaces STA, STA and NAN and wants to add an
[all …]
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiChip.hal51 * set, which must become active the next time multi STA is enabled.
52 * 1. Initialize with single STA.
53 * 2. Framework creates second STA.
55 * 4. Framework destroys second STA. Only 1 STA remains.
56 * 5. Framework recreates second STA.
71 * of the primary STA:
111 * than 1 STA iface concurrently active.
121 * @param ifname Name of the STA iface.
131 * Invoked to indicate the STA + STA use-case that is active.
236 * interface (STA or AP) specific. Legacy HAL API's for country code in
[all …]
H A DIWifiStaIface.hal23 * Interface used to represent a single STA iface.
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java1183 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV1()
1193 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV1()
1209 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV1()
1214 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV1()
1220 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV1()
1225 put(IfaceType.STA, 2); in testCanSupportIfaceComboTestChipV1()
1589 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV2()
1599 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV2()
1615 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV2()
1620 put(IfaceType.STA, 1); in testCanSupportIfaceComboTestChipV2()
[all …]
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_chip_hidl_test.cpp94 configureChipForIfaceType(IfaceType::STA, true); in configureChipForStaIfaceAndGetCapabilities()
180 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
193 ChipModeId chip_mode_id = configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
203 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
431 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
445 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
477 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
503 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
522 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_test.cpp89 configureChipForIfaceType(IfaceType::STA, true); in create2StaIfacesIfPossible()
150 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
187 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
201 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.3/vts/functional/
H A Dwifi_chip_hidl_test.cpp69 EXPECT_TRUE(configureChipToSupportIfaceType(wifi_chip_, IfaceType::STA, in configureChipForStaIfaceAndGetCapabilities()
115 configureChipForIfaceType(IfaceType::STA, true); in TEST_P()
/aosp12/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A Dsupplicant_hidl_test.cpp63 iface_info.type = IfaceType::STA; in TEST_P()
98 iface_info.type = IfaceType::STA; in TEST_P()
/aosp12/hardware/interfaces/wifi/1.4/
H A DIWifiChipEventCallback.hal61 * a) Bringing up concurrent interfaces (For ex: STA + AP).
63 * STA connection moved from 2.4G to 5G)
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test_utils.cpp83 wifi_chip, ::android::hardware::wifi::V1_0::IfaceType::STA, &mode_id)); in initilializeDriverAndFirmware()
190 ISupplicant::IfaceInfo info = {IfaceType::STA, getStaIfaceName()}; in addSupplicantStaIface_1_1()
236 if (!findIfaceOfType(supplicant, IfaceType::STA, &info)) { in getSupplicantStaIface()
H A Dsupplicant_hidl_test.cpp99 return iface.type == IfaceType::STA; in TEST_P()
207 IfaceType::STA, [](const SupplicantStatus& status) { in TEST_P()
/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiChipEventCallback.hal63 * a) Bringing up concurrent interfaces (For ex: STA + AP).
65 * STA connection moved from 2.4G to 5G)
/aosp12/hardware/interfaces/wifi/supplicant/1.3/
H A DISupplicantStaIfaceCallback.hal107 * attribute values. AP use this to indicate STA, its preference for the
108 * STA to move from BSS to cellular network.
134 * Duration for which STA shouldn't try to re-associate.
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DREADME.txt31 the WifiController which tracks high level states as to whether STA or AP mode
42 ActiveModeWarden: Tracks the various states on STA and AP connectivity and handles bring up and shu…
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicant.hal148 * When both P2P and STA mode ifaces are active, this must be used
149 * to prioritize either STA or P2P connection to resolve conflicts
H A DISupplicantNetwork.hal60 * @return type Type of the network interface, e.g., STA.
/aosp12/hardware/interfaces/wifi/1.1/vts/functional/
H A Dwifi_chip_hidl_test.cpp64 wifi_chip_, IfaceType::STA, &mode_id)); in configureChipForStaIfaceAndGetCapabilities()
/aosp12/hardware/interfaces/wifi/supplicant/1.2/
H A Dtypes.hal33 STA,
/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantStaIfaceCallback.hal75 * the AP would accept a (Re-)Association request from the STA before
83 * accept any subsequent (Re-)Association requests from the STA, unless
/aosp12/hardware/interfaces/wifi/1.3/
H A DIWifiStaIface.hal24 * Interface used to represent a single STA iface.
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/
H A Dwifi_chip_hidl_test.cpp112 configureChipToSupportIfaceType(wifi_chip_, IfaceType::STA, &mode_id)); in configureChipForStaIfaceAndGetCapabilities()

12