/hardware/interfaces/wifi/aidl/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}} 85 {{{STA}, 1}, {{P2P, NAN}, 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}} 124 #define P2P IfaceConcurrencyType::P2P macro 152 legacyToChipConcurrencyComboList({{{{AP}, 1}}, {{{STA}, 1}, {{P2P, NAN}, 1}}})}}}, 158 {{{{STA}, 1}, {{AP}, 1}}, {{{STA}, 1}, {{P2P, NAN}, 1}}})}}}, 164 {{{{STA}, 1}, {{AP}, 1}}, {{{STA}, 2}, {{P2P, NAN}, 1}}})}}}, [all …]
|
D | wifi_mode_controller.cpp | 33 case IfaceType::P2P: in convertIfaceTypeToFirmwareMode()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIfaceCallback.hal | 21 * for each P2P mode interface (ISupplicantP2pIface). 43 * Status codes for P2P operations. 62 * Status codes for P2P discovery. 87 * Used to indicate that a P2P device has been found. 90 * be the P2P device address or the P2P interface address. 91 * @param p2pDeviceAddress P2P device address. 92 * @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 111 * Used to indicate that a P2P device has been lost. [all …]
|
D | ISupplicantP2pNetwork.hal | 23 * Interface exposed by the supplicant for each P2P mode network 105 * Set the list of P2P Clients in a persistent group (GO). 106 * This is a list of P2P Clients (P2P Device Address) that have joined 120 * Get the list of P2P Clients in a persistent group (GO). 121 * This is a list of P2P Clients (P2P Device Address) that have joined
|
D | ISupplicantP2pIface.hal | 23 * Interface exposed by the supplicant for each P2P mode network 101 * Set the postfix to be used for P2P SSID's. 114 * Set the Maximum idle time in seconds for P2P groups. 115 * This value controls how long a P2P group is maintained after there 117 * associated stations in the group. As a P2P client, this means no 147 * Initiate a P2P service discovery with an optional timeout. 162 * Stop an ongoing P2P service discovery. 174 * Flush P2P peer table and state. 185 * Start P2P group formation with a discovered P2P peer. This includes 200 * Wi-Fi Peer-to-Peer (P2P) Technical Specification Version 1.7. [all …]
|
D | types.hal | 74 P2P 78 * P2P group capability.
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantP2pIfaceCallback.hal | 26 * for each P2P mode interface (ISupplicantP2pIface). 34 * Used to indicate that a P2P Wi-Fi Display R2 device has been found. Refer to 38 * be the P2P device address for a peer which is not in a group, 39 * or the P2P interface address for a peer which is a Group Owner. 40 * @param p2pDeviceAddress P2P device address. 41 * @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
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | wifi_chip_unit_tests.cpp | 53 {{IfaceConcurrencyType::P2P}, 1} in setupV1IfaceCombination() 82 {{IfaceConcurrencyType::P2P, IfaceConcurrencyType::NAN_IFACE}, 1} in setupV1_AwareIfaceCombination() 111 {{IfaceConcurrencyType::P2P, IfaceConcurrencyType::NAN_IFACE}, 1} in setupV1_AwareDisabledApIfaceCombination() 136 {{IfaceConcurrencyType::P2P, IfaceConcurrencyType::NAN_IFACE}, 1} in setupV2_AwareIfaceCombination() 155 {{IfaceConcurrencyType::P2P, IfaceConcurrencyType::NAN_IFACE}, 1} in setupV2_AwareDisabledApIfaceCombination() 230 } else if (type == IfaceType::P2P) { in createIface() 253 } else if (type == IfaceType::P2P) { in removeIface() 325 ASSERT_FALSE(createIface(IfaceType::P2P).empty()); in TEST_F() 341 ASSERT_FALSE(createIface(IfaceType::P2P).empty()); in TEST_F() 384 ASSERT_FALSE(createIface(IfaceType::P2P).empty()); in TEST_F() [all …]
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
D | IfaceType.aidl | 38 P2P = 1, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
D | IfaceType.aidl | 38 P2P, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
D | IfaceType.aidl | 38 P2P, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ |
D | IfaceType.aidl | 38 P2P, enumConstant
|
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/ |
D | IfaceType.aidl | 26 P2P, enumConstant
|
/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | IfaceType.aidl | 27 P2P, enumConstant
|
D | IfaceConcurrencyType.aidl | 40 P2P, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | IfaceType.aidl | 39 P2P, enumConstant
|
D | IfaceConcurrencyType.aidl | 40 P2P, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | IfaceType.aidl | 39 P2P, enumConstant
|
D | IfaceConcurrencyType.aidl | 40 P2P, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | IfaceType.aidl | 39 P2P, enumConstant
|
D | IfaceConcurrencyType.aidl | 40 P2P, enumConstant
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiChip.hal | 76 * interested in knowing usable channels for P2P CLI, P2P GO & NAN, 129 * [{STA} <= 1, {NAN,P2P} <= 1] 130 * Optionally a STA and either NAN or P2P 131 * [], [STA], [STA+NAN], [STA+P2P], [NAN], [P2P] 132 * Not included [NAN+P2P], [STA+NAN+P2P]
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_hidl_test.cpp | 81 iface_info.type = IfaceType::P2P; in TEST_P() 121 iface_info.type = IfaceType::P2P; in TEST_P()
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantP2pIface.hal | 25 * Interface exposed by the supplicant for each P2P mode network 33 * Set up a P2P group owner or join a group as a group client 36 * If joinExistingGroup is false, this device sets up a P2P group owner manually (i.e.,
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 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] 419 * Create a P2P iface on the chip. 423 * allowed (specified in |ChipIfaceCombination|) number of ifaces of the P2P 437 * List all the P2P iface names configured on the chip. 445 * @return ifnames List of all P2P iface names on the chip. 450 * Gets a HIDL interface object for the P2P Iface corresponding 465 * Removes the P2P Iface with the provided ifname.
|