Home
last modified time | relevance | path

Searched refs:Wifi (Results 1 – 25 of 97) sorted by relevance

1234

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi.cpp36 Wifi::Wifi( in Wifi() function in android::hardware::wifi::V1_5::implementation::Wifi
47 bool Wifi::isValid() { in isValid()
52 Return<void> Wifi::registerEventCallback( in registerEventCallback()
60 Return<void> Wifi::registerEventCallback_1_5( in registerEventCallback_1_5()
70 Return<void> Wifi::start(start_cb hidl_status_cb) { in start()
75 Return<void> Wifi::stop(stop_cb hidl_status_cb) { in stop()
90 Return<void> Wifi::debug(const hidl_handle& handle, in debug()
105 WifiStatus Wifi::registerEventCallbackInternal( in registerEventCallbackInternal()
111 WifiStatus Wifi::registerEventCallbackInternal_1_5( in registerEventCallbackInternal_1_5()
119 WifiStatus Wifi::startInternal() { in startInternal()
[all …]
H A Dwifi.h42 class Wifi : public V1_5::IWifi {
44 Wifi(const std::shared_ptr<wifi_system::InterfaceTool> iface_tool,
98 DISALLOW_COPY_AND_ASSIGN(Wifi);
/aosp12/frameworks/opt/net/wifi/
H A DMOVED.txt1 Source code and tests for Wifi service have moved to
2 packages/modules/Wifi/service.
4 - frameworks/opt/net/wifi/service/apex -> packages/modules/Wifi/apex
5 - frameworks/opt/net/wifi/service/java -> packages/modules/Wifi/service/java
6 - frameworks/opt/net/wifi/service/res -> packages/modules/Wifi/service/ServiceWifiResources/res
7 - frameworks/opt/net/wifi/tests/ -> packages/modules/Wifi/service/tests
9 What remains in frameworks/opt/net/wifi are Wifi libraries that
10 are not part of the Wifi module.
H A DOWNERS1 include platform/packages/modules/Wifi:/WIFI_OWNERS
/aosp12/frameworks/base/wifi/
H A DMOVED.txt1 Source code and tests for Wifi module APIs have moved to
2 packages/modules/Wifi/framework.
4 - frameworks/base/wifi/java -> packages/modules/Wifi/framework/java
5 - frameworks/base/wifi/tests -> packages/modules/Wifi/framework/tests
7 What remains in frameworks/base/wifi are Wifi APIs that
8 are not part of the Wifi module.
H A DOWNERS3 include platform/packages/modules/Wifi:/WIFI_OWNERS
/aosp12/packages/modules/Wifi/service/tests/mts/
H A DAndroid.bp15 // Wifi MTS-only tests i.e. not part of CTS or GTS
16 // Used to test functionality that is only guaranteed to be implemented in the Wifi Mainline module,
17 // but is not required if the Wifi Mainline module is not present on the device.
44 // for Wifi protos, builds against system_current
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal32 * Wifi bands defined in 80211 spec.
66 * Interface operation mode is Wifi Direct Client.
70 * Interface operation mode is Wifi Direct Group Owner.
88 * Wifi usable channel information.
92 * Wifi channel freqeuncy in MHz.
97 * Wifi channel bandwidth in MHz.
171 * Wifi rate information: preamble, number of spatial streams, bandwidth, MCS, etc.
H A DIWifiChip.hal214 * In addition, hard restrictions on the Wifi modes may be indicated by |CoexRestriction| bits
216 * provided, then the channels should be completely avoided for the provided Wifi modes instead
220 * @param restrictions Bitset of |CoexRestriction| values indicating Wifi interfaces to
233 * Set country code for this Wifi chip.
235 * Country code is global setting across the Wifi chip and not Wifi
251 * Usable Wifi channels filter masks.
255 * Filter Wifi channels that should be avoided due to extreme
256 * cellular coexistence restrictions. Some Wifi channels can have
279 * Retrieve list of usable Wifi channels for the specified band &
282 * The list of usable Wifi channels in a given band depends on factors
/aosp12/frameworks/base/wifi/tests/
H A DREADME.md1 # Wifi Non-Updatable Framework Unit Tests
2 This package contains unit tests for the non-updatable part (i.e. outside the Wifi module) of the
3 Android Wifi framework APIs based on the
/aosp12/packages/modules/Wifi/framework/
H A DAndroid.bp62 "//packages/modules/Wifi/framework/tests",
63 "//packages/modules/Wifi/service/tests/wifitests:__subpackages__",
111 "//packages/modules/Wifi/service",
112 "//packages/modules/Wifi/service/tests/wifitests",
137 "//packages/modules/Wifi/service:__subpackages__",
/aosp12/frameworks/base/wifi/java/
H A DAndroid.bp15 // This directory contains framework Wifi APIs that are not part of the Wifi module (i.e. not
16 // updatable), and are generally only called by the Wifi module.
/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantP2pIfaceCallback.hal41 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
46 * @param deviceCapabilities Refer to section 4.1.4 of Wifi P2P Technical
48 * @param groupCapabilites Refer to section 4.1.4 of Wifi P2P Technical
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal92 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
97 * @param deviceCapabilities Refer to section 4.1.4 of Wifi P2P Technical
99 * @param groupCapabilites Refer to section 4.1.4 of Wifi P2P Technical
215 * Wifi P2P Technical specification v1.2.
216 * @parm tlvs Refer to section 3.1.3.1 of Wifi P2P Technical specification v1.2.
/aosp12/packages/services/Iwlan/assets/
H A Ddefaultiwlanerrorconfig.json48 # 3.4.1. WIFI_DISABLE_EVENT: Wifi on to off toggle.
51 # 3.4.4. WIFI_AP_CHANGED_EVENT: Wifi is connected to a AP with different SSID.
52 # 3.4.5. WIFI_CALLING_DISABLE_EVENT: Wifi calling button on to off toggle.
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dmetrics.proto107 // State of the Wifi.
113 // Wifi is disabled.
116 // Wifi is enabled.
491 // Wifi p2p statistics
740 // Metrics for Wifi to Wifi switches.
1217 // Wifi Score
1388 // Wifi is turned on
2031 // Power stats for Wifi
2841 // Wifi is usable
2844 // Wifi is unusable
[all …]
/aosp12/hardware/interfaces/wifi/supplicant/1.3/
H A Dtypes.hal35 * Wifi Technologies
62 * Wifi Technology
/aosp12/frameworks/base/services/net/
H A DAndroid.bp62 "//packages/modules/Wifi/service",
63 "//packages/modules/Wifi/service/tests/wifitests",
H A DTEST_MAPPING7 "path": "packages/modules/Wifi/framework"
/aosp12/frameworks/proto_logging/stats/enums/stats/connectivity/
H A Dtethering.proto44 // Wifi tethering type.
50 // Wifi P2p tethering type.
/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiChipEventCallback.hal23 * Wifi chip event callbacks.
33 /** Wifi channel on which this interface is operating. */
/aosp12/hardware/google/pixel-sepolicy/wifi_ext/
H A Dhwservice_contexts1 # Wifi
H A Dfile_contexts1 # Wifi
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java1518 GlobalSettingsProto.Wifi.SLEEP_POLICY); in dumpProtoGlobalSettingsLocked()
1521 GlobalSettingsProto.Wifi.BADGING_THRESHOLDS); in dumpProtoGlobalSettingsLocked()
1524 GlobalSettingsProto.Wifi.DISPLAY_ON); in dumpProtoGlobalSettingsLocked()
1539 GlobalSettingsProto.Wifi.COUNTRY_CODE); in dumpProtoGlobalSettingsLocked()
1545 GlobalSettingsProto.Wifi.IDLE_MS); in dumpProtoGlobalSettingsLocked()
1551 GlobalSettingsProto.Wifi.ON); in dumpProtoGlobalSettingsLocked()
1557 GlobalSettingsProto.Wifi.WAKEUP_ENABLED); in dumpProtoGlobalSettingsLocked()
1566 GlobalSettingsProto.Wifi.NETWORK_SHOW_RSSI); in dumpProtoGlobalSettingsLocked()
1572 GlobalSettingsProto.Wifi.WATCHDOG_ON); in dumpProtoGlobalSettingsLocked()
1590 GlobalSettingsProto.Wifi.FREQUENCY_BAND); in dumpProtoGlobalSettingsLocked()
[all …]
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dkeystore.te9 # Offer the Wifi Keystore HwBinder service

1234