/hardware/interfaces/wifi/1.3/default/tests/ |
D | wifi_chip_unit_tests.cpp | 55 {{{{IfaceType::AP}, 1}}} in setupV1IfaceCombination() 72 {{{{IfaceType::AP}, 1}}} in setupV1_AwareIfaceCombination() 99 {{{{IfaceType::STA}, 1}, {{IfaceType::AP}, 1}}}, in setupV2_AwareIfaceCombination() 126 {{{{IfaceType::STA}, 3}, {{IfaceType::AP}, 1}}} in setup_MultiIfaceCombination() 175 if (type == IfaceType::AP) { in createIface() 233 if (type == IfaceType::AP) { in removeIface() 327 ASSERT_TRUE(createIface(IfaceType::AP).empty()); in TEST_F() 337 findModeAndConfigureForIfaceType(IfaceType::AP); in TEST_F() 338 ASSERT_EQ(createIface(IfaceType::AP), "wlan0"); in TEST_F() 342 findModeAndConfigureForIfaceType(IfaceType::AP); in TEST_F() [all …]
|
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_feature_flags.cpp | 84 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{AP}, 1}},\ 88 # define WIFI_HAL_INTERFACE_COMBINATIONS {{{STA}, 1}, {{AP}, 1}},\ 104 # define WIFI_HAL_INTERFACE_COMBINATIONS_AP {{{AP}, 1}} 131 #define AP IfaceType::AP macro 143 #undef AP
|
D | wifi_mode_controller.cpp | 30 case IfaceType::AP: in convertIfaceTypeToFirmwareMode()
|
D | wifi_chip.cpp | 805 if (!canCurrentModeSupportIfaceOfTypeWithCurrentIfaces(IfaceType::AP)) { in createApIfaceInternal() 813 if (!callback->onIfaceAdded(IfaceType::AP, ifname).isOk()) { in createApIfaceInternal() 850 if (!callback->onIfaceRemoved(IfaceType::AP, ifname).isOk()) { in removeApIfaceInternal() 1185 success = mode_controller_.lock()->changeFirmwareMode(IfaceType::AP); in handleChipConfiguration() 1305 iface_counts[IfaceType::AP] = ap_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() 1461 req_iface_combo[IfaceType::AP] = 1; in isStaApConcurrencyAllowedInCurrentMode() 1469 req_iface_combo[IfaceType::AP] = 2; in isDualApAllowedInCurrentMode()
|
D | wifi_ap_iface.cpp | 93 return {createWifiStatus(WifiStatusCode::SUCCESS), IfaceType::AP}; in getTypeInternal()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIfaceCallback.hal | 71 * been successfully completed with an AP. If IEEE 802.1X is used 86 * Key rekeying is started by the AP (i.e., when supplicant receives 383 * |ssid|, |bssid| parameters must indicate the parameters of the network/AP 388 * @param bssid BSSID of the corresponding AP which caused this state 452 * @param bssid BSSID of the AP from which we disconnected. 462 * Used to indicate an association rejection recieved from the AP 465 * @param bssid BSSID of the corresponding AP which sent this 470 * than explicit rejection response from the AP. 475 * Used to indicate the timeout of authentication to an AP. 477 * @param bssid BSSID of the corresponding AP. [all …]
|
D | ISupplicantStaIface.hal | 337 * Initiate WPS setup in registrar role to learn the current AP configuration. 339 * @param bssid BSSID of the AP. 340 * @param pin Pin of the AP. 353 * AP/Registrar at about the same time (2 minute window). 355 * @param bssid BSSID of the AP. Use zero'ed bssid to indicate wildcard. 379 * @param bssid BSSID of the AP. Use zero'ed bssid to indicate wildcard.
|
D | types.hal | 63 /** BSSID type. 6 octets representing the physical address of an AP. */
|
D | ISupplicantP2pIface.hal | 366 * @param operatingClass Operating Class indicates the channel set of the AP 539 * AP/Registrar at about the same time (2 minute window). 542 * @param bssid BSSID of the AP. Use zero'ed bssid to indicate wildcard. 570 * @param bssid BSSID of the AP. Use zero'ed bssid to indicate wildcard.
|
D | ISupplicantStaNetwork.hal | 167 * Set the network to only connect to an AP with provided BSSID. 541 * doing RSN pre-authentication. This requires support from the AP side 944 * This is a dump of all the WPS atrributes of the AP configuration
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 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] 81 * available combinations, [{STA} <= 1] and [{AP} <= 1] then it is expected 82 * that exactly one STA interface or one AP interface can be created, but it 83 * is not expected that both a STA and AP interface could be created. If it 85 * [{STA} <=1, {AP} <= 1]. 96 * [{STA} <= 2, {NAN} <=1] and [{STA} <=1, {NAN} <= 1, {AP} <= 1}] 98 * AP interface in place of one of the STAs then first one of the STA 99 * interfaces must be removed and then the AP interface can be created after [all …]
|
D | IWifiStaIfaceEventCallback.hal | 36 * @parm result Full scan result for an AP. 48 * @parm scanDatas List of scan result for all AP's seen since last callback.
|
D | IWifiApIface.hal | 22 * Interface used to represent a single AP iface.
|
D | types.hal | 56 AP, 139 * BSSID type. 6 octets representing the physical address of an AP. 388 * Threshold at which the AP must be woken up, in number of scans. 425 * Number beacons received from the connected AP. 1667 AP = 0x1, 1716 * Optional - peer device hint (STA, P2P, AP). 1720 * Required for STA-AP mode, optional for P2P, NBD etc.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssBatching.hal | 90 * batching interval and whether the AP should be woken up or not. 97 * Start batching locations. This API is primarily used when the AP is 106 * the oldest location object is dropped. In this case the AP must not be 107 * woken up. The AP would then generally be responsible for using
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_ap_iface_hidl_test.cpp | 73 EXPECT_EQ(IfaceType::AP, status_and_type.second); in TEST_F()
|
D | wifi_chip_hidl_test.cpp | 369 configureChipForIfaceType(IfaceType::AP, true); in TEST_F() 384 configureChipForIfaceType(IfaceType::AP, true); in TEST_F() 417 configureChipForIfaceType(IfaceType::AP, true); in TEST_F() 444 configureChipForIfaceType(IfaceType::AP, true); in TEST_F()
|
D | wifi_hidl_test_utils.cpp | 153 if (!configureChipToSupportIfaceTypeInternal(wifi_chip, IfaceType::AP)) { in getWifiApIface()
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | types.hal | 34 AP,
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | hostapd_hidl_test_utils.cpp | 54 wifi_chip, ::android::hardware::wifi::V1_0::IfaceType::AP, &mode_id)); in initilializeDriverAndFirmware()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1255 * It is assumed that AP's power state is controlled by a separate power 1277 * It is assumed that AP's power state is controller by separate power 2479 * AP can enter deep sleep state. If not set, AP will always shutdown from 2485 * The power controller can power on AP from off state after timeout 2496 * The power controller has requested AP to shutdown. AP can either enter 2497 * sleep state or start full shutdown. AP can also request postponing 2526 /** AP must shutdown immediately. Postponing is not allowed. */ 2529 /** AP can enter deep sleep instead of shutting down completely. */ 2532 /** AP can only shutdown with postponing allowed. */ 2545 * AP is ready to suspend and has entered WAIT_FOR_FINISHED state. [all …]
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChipEventCallback.hal | 63 * a) Bringing up concurrent interfaces (For ex: STA + AP).
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 71 * is attached straight to the AP/SOC. When it is attached to a separate module the timestamp
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 41 * Device to AP RTT.
|
/hardware/interfaces/wifi/offload/1.0/ |
D | types.hal | 105 * selection and waking up the AP to connect
|