Searched refs:AP_BRIDGED (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_feature_flags.cpp | 123 #define AP_BRIDGED IfaceConcurrencyType::AP_BRIDGED macro 182 {{{{STA}, 1}, {{P2P, NAN, AP, AP_BRIDGED}, 1}}, {{{STA}, 2}}})}}}}; 186 #undef AP_BRIDGED
|
D | wifi_chip.cpp | 833 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::AP_BRIDGED)) { in createBridgedApIfaceInternal() 876 } else if (ifaceType == IfaceConcurrencyType::AP_BRIDGED) { in createApOrBridgedApIfaceInternal() 1550 iface_counts[IfaceConcurrencyType::AP_BRIDGED] = num_ap_bridged; in getCurrentConcurrencyCombination() 1575 for (const auto type : {IfaceConcurrencyType::AP, IfaceConcurrencyType::AP_BRIDGED, in expandConcurrencyCombinations() 1601 {IfaceConcurrencyType::AP, IfaceConcurrencyType::AP_BRIDGED, in canExpandedConcurrencyComboSupportConcurrencyTypeWithCurrentTypes() 1646 {IfaceConcurrencyType::AP, IfaceConcurrencyType::AP_BRIDGED, in canExpandedConcurrencyComboSupportConcurrencyCombo()
|
D | aidl_struct_util.cpp | 3519 types->push_back(IfaceConcurrencyType::AP_BRIDGED); in convertLegacyIfaceMaskToIfaceConcurrencyType()
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiChip.hal | 124 * [{STA} <= 1, {NAN} <= 1, {AP_BRIDGED} <= 1] 125 * Any combination of STA, NAN, AP_BRIDGED 126 * [], [STA], [NAN], [AP_BRIDGED], [STA+NAN], [STA+AP_BRIDGED], [NAN+AP_BRIDGED], 127 * [STA+NAN+AP_BRIDGED] 154 * available combinations, [{STA} <= 1] and [{AP_BRIDGED} <= 1] then it is expected 155 * that exactly one STA type or one AP_BRIDGED type can be created, but it 156 * is not expected that both a STA and AP_BRIDGED type could be created. If it 158 * [{STA} <=1, {AP_BRIDGED} <= 1]. 169 * [{STA} <= 2, {NAN} <=1] and [{STA} <=1, {NAN} <= 1, {AP_BRIDGED} <= 1}] 171 * AP_BRIDGED interface in place of one of the STAs then first one of the STA
|
D | types.hal | 1331 AP_BRIDGED,
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | IfaceConcurrencyType.aidl | 39 AP_BRIDGED, enumConstant
|
/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | IfaceConcurrencyType.aidl | 36 AP_BRIDGED, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | IfaceConcurrencyType.aidl | 39 AP_BRIDGED, enumConstant
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | IfaceConcurrencyType.aidl | 39 AP_BRIDGED, enumConstant
|
/hardware/interfaces/wifi/1.6/vts/functional/ |
D | wifi_hidl_test_utils_1_6.cpp | 84 configureChipToSupportConcurrencyType(wifi_chip, IfaceConcurrencyType::AP_BRIDGED, &mode_id); in getBridgedWifiApIface_1_6()
|