Home
last modified time | relevance | path

Searched refs:PIN (Results 1 – 25 of 41) sorted by relevance

12

/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/gpio/
Dmtgpio.h144 #define PIN(_id, _flag, _bit, _base, _offset) { \ macro
161 PIN(0, 0, 9, 0x23, 0xb0),
162 PIN(1, 0, 10, 0x23, 0xb0),
163 PIN(2, 0, 11, 0x23, 0xb0),
164 PIN(3, 0, 12, 0x23, 0xb0),
165 PIN(4, 0, 13, 0x23, 0xb0),
166 PIN(5, 0, 14, 0x23, 0xb0),
167 PIN(6, 0, 15, 0x23, 0xb0),
168 PIN(7, 0, 16, 0x23, 0xb0),
169 PIN(8, 0, 17, 0x23, 0xb0),
[all …]
/external/wpa_supplicant_8/hostapd/
DREADME-WPS16 with PIN method and push-button configuration (PBC) being the most
20 wireless network, it should be noted that the use of the PIN and
91 # Enable control interface for PBC/PIN entry
120 WPS requires either a device PIN code (usually, 8-digit number) or a
125 The PIN value used in the commands must be processed by an UI to
127 digit. "hostapd_cli wps_check_pin <PIN>" can be used to do such
128 processing. It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if
129 the checksum digit is incorrect, or the processed PIN (non-digit
130 characters removed) if the PIN is valid.
133 Registrar) in order to start PIN mode negotiation for WPS, an
[all …]
DChangeLog464 * changed WPS AP PIN disabling mechanism to disable the PIN after 10
581 - Add wps_check_pin command for processing PIN from user input.
582 UIs can use this command to process a PIN entered by a user and to
585 - Add new hostapd_cli command, wps_ap_pin, to manage AP PIN at
586 runtime and support dynamic AP PIN management.
587 - Disable AP PIN after 10 consecutive failures. Slow down attacks
589 - Allow AP to start in Enrollee mode without AP PIN for probing,
596 - when an attack is detected on any interface, disable AP PIN on
725 and provision credentials for WPS Enrollees using PIN and PBC
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h704 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ argument
705 ((PIN) == PWR_WAKEUP_PIN2) || \
706 ((PIN) == PWR_WAKEUP_PIN3) || \
707 ((PIN) == PWR_WAKEUP_PIN4) || \
708 ((PIN) == PWR_WAKEUP_PIN5) || \
709 ((PIN) == PWR_WAKEUP_PIN1_HIGH) || \
710 ((PIN) == PWR_WAKEUP_PIN2_HIGH) || \
711 ((PIN) == PWR_WAKEUP_PIN3_HIGH) || \
712 ((PIN) == PWR_WAKEUP_PIN4_HIGH) || \
713 ((PIN) == PWR_WAKEUP_PIN5_HIGH) || \
[all …]
Dstm32l4xx_hal_rtc_ex.h1014 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h704 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ argument
705 ((PIN) == PWR_WAKEUP_PIN2) || \
706 ((PIN) == PWR_WAKEUP_PIN3) || \
707 ((PIN) == PWR_WAKEUP_PIN4) || \
708 ((PIN) == PWR_WAKEUP_PIN5) || \
709 ((PIN) == PWR_WAKEUP_PIN1_HIGH) || \
710 ((PIN) == PWR_WAKEUP_PIN2_HIGH) || \
711 ((PIN) == PWR_WAKEUP_PIN3_HIGH) || \
712 ((PIN) == PWR_WAKEUP_PIN4_HIGH) || \
713 ((PIN) == PWR_WAKEUP_PIN5_HIGH) || \
[all …]
Dstm32l4xx_hal_rtc_ex.h1014 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) argument
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS17 with PIN method and push-button configuration (PBC) being the most
21 wireless network, it should be noted that the use of the PIN and
98 WPS requires either a device PIN code (usually, 8-digit number) or a
103 The PIN value used in the commands must be processed by an UI to
105 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing.
106 It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if the checksum
107 digit is incorrect, or the processed PIN (non-digit characters removed)
108 if the PIN is valid.
110 If the client device has a display, a random PIN has to be generated
116 This will return the generated 8-digit PIN which will then need to be
[all …]
DREADME-P2P140 02:01:02:03:04:05 display" would request the peer to display a PIN for
142 to enter a PIN that we display.
146 mainly used with "display" to request it to display a PIN. The "auto"
151 p2p_connect <peer device address> <pbc|pin|PIN#|p2ps> [display|keypad|p2ps]
160 The <pbc|pin|PIN#> parameter specifies the WPS provisioning
161 method. "pbc" string starts pushbutton method, "pin" string start PIN
162 method using an automatically generated PIN (which will be returned as
163 the command return code), PIN# means that a pre-selected PIN can be
164 used (e.g., 12345670). [display|keypad] is used with PIN method
165 to specify which PIN is used (display=dynamically generated random PIN
[all …]
DChangeLog229 default PIN
940 * improved WPS AP selection during WPS PIN iteration
1066 be used in a UI to generate a PIN without starting WPS (or P2P)
1074 - Add wps_check_pin cli command for processing PIN from user input.
1075 UIs can use this command to process a PIN entered by a user and to
1085 - Disable AP PIN after 10 consecutive failures. Slow down attacks on
1087 - Allow AP to start in Enrollee mode without AP PIN for probing, to
1092 at the same time, since it is unclear which PIN to use if both
1097 - when an attack is detected on any interface, disable AP PIN on
1285 enroll credentials for a network using PIN and PBC methods; in
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts371 <source>WPS PIN needed</source>
372 <translation>WPS PIN wird benötigt</translation>
396 <source>Enter WPS PIN</source>
397 <translation>WPS PIN Eingabe</translation>
426 <source>PIN:</source>
431 <source>PIN for </source>
436 <source>Failed to set the WPS PIN.</source>
437 <translation>Setzten des WPS PIN fehlgeschlagen.</translation>
526 <source> (Default PIN)</source>
531 <source> (User-specified PIN)</source>
[all …]
/external/rust/crates/pin-project-internal/src/pin_project/
Dattribute.rs8 use super::PIN;
58 } else if let Some(attr) = attrs.find(PIN) { in parse()
Dmod.rs9 const PIN: &str = "pin"; constant
Dargs.rs9 use super::PIN;
34 let mut attrs = attrs.iter().filter(|attr| attr.path.is_ident(PIN)); in parse_args()
Dderive.rs11 PIN,
308 } else if let Some(attr) = v.attrs.find(PIN) { in validate_enum()
564 if attrs.position_exact(PIN)?.is_some() { in visit_fields()
/external/autotest/client/cros/
Dtpm_store.py20 PIN = '11111' variable in TPMStore
70 (self.CHAPS_CLIENT_COMMAND, self._directory, self.PIN))
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py126 'L2TPIPsec.PIN': tpm.PIN,
144 'OpenVPN.Pkcs11.PIN': tpm.PIN,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui321 <string>Generate PIN</string>
328 <string>PIN:</string>
348 <string>Use AP PIN</string>
355 <string>AP PIN:</string>
/external/avb/proto/crypto/keyspb/
Dkeyspb.proto90 // The PIN for the specific token.
/external/icu/icu4c/source/data/brkitr/
Dde.txt192 "PIN.",
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_security_types.py452 self.pin = tpm_store.PIN
456 self.pin = tpm_store.PIN
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Deapol_test.sgml39 <arg>PIN</arg>
/external/wycheproof/doc/
Drsa.md108 "Errors matter: Breaking RSA-based PIN encryption with thirty ciphertext
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dtlds-alpha-by-domain.txt944 PIN
/external/cpuinfo/test/dmesg/
Dmeizu-pro-7-plus.log3693 [ 5.555526] (2)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3695 [ 5.555545] (2)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3697 [ 5.555562] (2)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3739 [ 5.780630] (8)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3741 [ 5.780651] (8)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3743 [ 5.780669] (8)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3745 [ 5.780686] (8)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3748 [ 5.852548] (9)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3750 [ 5.852597] (9)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]
3752 [ 5.852617] (9)[375:wmt_loader]PIN: [MODE] [PULL_SEL] [DIN] [DOUT] [PULL EN] [DIR] [IES]

12