Home
last modified time | relevance | path

Searched refs:WifiChip (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_chip.cpp383 WifiChip::WifiChip( in WifiChip() function in android::hardware::wifi::V1_5::implementation::WifiChip
402 void WifiChip::invalidate() { in invalidate()
772 Return<void> WifiChip::getUsableChannels( in getUsableChannels()
848 WifiChip::getAvailableModesInternal() { in getAvailableModesInternal()
991 WifiChip::createApIfaceInternal() { in createApIfaceInternal()
1046 WifiChip::getApIfaceNamesInternal() { in getApIfaceNamesInternal()
1128 WifiChip::createNanIfaceInternal() { in createNanIfaceInternal()
1152 WifiChip::getNanIfaceNamesInternal() { in getNanIfaceNamesInternal()
1198 WifiChip::getP2pIfaceNamesInternal() { in getP2pIfaceNamesInternal()
1229 WifiChip::createStaIfaceInternal() { in createStaIfaceInternal()
[all …]
H A Dwifi.h84 ChipId getChipIdFromWifiChip(sp<WifiChip>& chip);
94 std::vector<sp<WifiChip>> chips_;
H A Dwifi.cpp97 for (sp<WifiChip> chip : chips_) { in debug()
149 chips_.push_back(new WifiChip( in startInternal()
288 ChipId Wifi::getChipIdFromWifiChip(sp<WifiChip>& chip) { in getChipIdFromWifiChip()
H A Dwifi_chip.h51 class WifiChip : public V1_5::IWifiChip {
53 WifiChip(ChipId chip_id, bool is_primary,
334 DISALLOW_COPY_AND_ASSIGN(WifiChip);
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_chip_unit_tests.cpp139 const std::vector<WifiChip::ChipMode>& modes) { in assertNumberOfModes()
151 const std::vector<WifiChip::ChipMode>& modes) { in findModeAndConfigureForIfaceType()
268 sp<WifiChip> chip_;
286 new WifiChip(chip_id_, true, legacy_hal_, mode_controller_, in SetUp()
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiChip.hal167 * Use the API: removeApIface with brIfaceName in the V1_0::WifiChip.hal to remove bridge Iface.