Searched refs:digit (Results 1 – 6 of 6) sorted by relevance
1151 unsigned char digit; in scard_get_imsi() local1153 digit = buf[i] & 0x0f; in scard_get_imsi()1154 if (digit < 10) in scard_get_imsi()1155 *pos++ = '0' + digit; in scard_get_imsi()1159 digit = buf[i] >> 4 & 0x0f; in scard_get_imsi()1160 if (digit < 10) in scard_get_imsi()1161 *pos++ = '0' + digit; in scard_get_imsi()
98 WPS requires either a device PIN code (usually, 8-digit number) or a104 remove non-digit characters and potentially, to verify the checksum105 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing.107 digit is incorrect, or the processed PIN (non-digit characters removed)116 This will return the generated 8-digit PIN which will then need to be
1129 validate the checksum digit (if present).
120 WPS requires either a device PIN code (usually, 8-digit number) or a126 remove non-digit characters and potentially, to verify the checksum127 digit. "hostapd_cli wps_check_pin <PIN>" can be used to do such129 the checksum digit is incorrect, or the processed PIN (non-digit
626 validate the checksum digit (if present).
286 or 64 hex digit PSK</source>1207 …o use an AP device PIN, e.g., from a label in the device, enter the eight digit AP PIN and click U…