/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 110 public static class Protocol { 111 private Protocol() { } 153 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */ 167 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] 179 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */ 324 * See {@link Protocol} for descriptions of the values. [all...] |
RttManager.java | 19 import com.android.internal.util.Protocol; 119 /** 11mc protocol level failed, eg, unrecognized FTMR/FTM frame*/ 199 /** Whether the secure RTT protocol is supported. */ 259 sb.append(" Secure RTT protocol is ") 340 * Whether the secure RTT protocol needs to be used for ranging this peer device. 715 * Whether the secure RTT protocol was used for ranging. [all...] |
WifiManager.java | 41 import com.android.internal.util.Protocol; [all...] |
WifiScanner.java | 35 import com.android.internal.util.Protocol; [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigStore.java | 336 WifiConfiguration.Protocol.varName, WifiConfiguration.Protocol.strings); 640 makeString(config.allowedProtocols, WifiConfiguration.Protocol.strings); 643 WifiConfiguration.Protocol.varName, [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
TelephonyNetworkFactory.java | 36 import com.android.internal.util.Protocol;
|
/system/core/fastboot/ |
udp.cpp | 29 // This file implements the fastboot UDP protocol; see fastboot_protocol.txt for documentation. 187 *error = android::base::StringPrintf("target reported invalid protocol version %d", 216 // We often send header-only packets with no data as part of the protocol, so always send at 276 *error = "protocol error: incomplete header"; 337 // Fastboot protocol error: the target sent more data than our fastboot engine was prepared 355 // UDP protocol error: only empty ACK packets are allowed when writing to a device. 374 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error),
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Http2.java | 18 import com.squareup.okhttp.Protocol; 45 @Override public Protocol getProtocol() { 46 return Protocol.HTTP_2;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpEngine.java | 29 import com.squareup.okhttp.Protocol; 298 .protocol(Protocol.HTTP_1_1) 434 // If there was a protocol problem, don't recover. 508 // If there was a protocol problem, don't recover. 697 if ((connection == null || connection.getProtocol() != Protocol.HTTP_1_0) [all...] |
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpClient.java | 20 import com.android.internal.util.Protocol; 103 private static final int PUBLIC_BASE = Protocol.BASE_DHCP; 133 private static final int PRIVATE_BASE = Protocol.BASE_DHCP + 100; 169 // which we have not yet configured, and the kernel protocol stack drops these. [all...] |
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 38 #pragma mark - DNS Protocol Constants
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
WifiNetworkAdapter.java | 303 config.allowedProtocols.set(WifiConfiguration.Protocol.OSEN);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigManagerTest.java | 31 import android.net.wifi.WifiConfiguration.Protocol; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netioapi.h | 69 NL_ROUTE_PROTOCOL Protocol;
|
usb.h | 273 UCHAR Protocol;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
remote_test.py | 751 self.assertEquals(protojson, config.protocol) 761 self.assertEquals(protojson, config.protocol) 780 self.assertEquals(protojson, config.protocol) 843 class Protocol(object): 846 self.protocols.add_protocol(Protocol, 'text') 891 self.assertEquals(protobuf, protobuf_protocol.protocol) 895 protojson_protocol.protocol) 902 self.assertEquals(protobuf, protobuf_protocol.protocol) 906 protojson_protocol.protocol)
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 186 GLX Protocol
|
/external/opencv3/modules/videoio/src/ |
cap_ios_video_camera.mm | 422 #pragma mark - Protocol AVCaptureVideoDataOutputSampleBufferDelegate
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 13 #error incompatible with your Protocol Buffer headers. Please update 18 #error incompatible with your Protocol Buffer headers. Please [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NsdService.java | 44 import com.android.internal.util.Protocol; 78 private static final int BASE = Protocol.BASE_NSD_MANAGER; [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 65 import com.android.internal.util.Protocol; 118 private static final int BASE = Protocol.BASE_NETWORK_MONITOR; [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 13 #error incompatible with your Protocol Buffer headers. Please update 18 #error incompatible with your Protocol Buffer headers. Please
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 13 #error incompatible with your Protocol Buffer headers. Please update 18 #error incompatible with your Protocol Buffer headers. Please
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 13 #error incompatible with your Protocol Buffer headers. Please update 18 #error incompatible with your Protocol Buffer headers. Please
|