HomeSort by relevance Sort by last modified time
    Searched full:psk (Results 126 - 150 of 251) sorted by null

1 2 3 4 56 7 8 91011

  /external/wpa_supplicant/
defs.h 97 * case of WPA-PSK, this happens when receiving the first EAPOL-Key
  /external/wpa_supplicant_6/wpa_supplicant/
ChangeLog 46 * fixed PSK editing in wpa_gui
112 previously used for configuring user identity and key for EAP-PSK,
211 * updated EAP-PSK to use the IANA-allocated EAP type 47
213 * fixed EAP-PSK bit ordering of the Flags field
358 * fixed WPA PSK update through ctrl_iface for the case where the old
359 PSK was derived from an ASCII passphrase and the new PSK is set as
360 a raw PSK (hex string)
425 this is using the same experimental type 255 as EAP-PSK)
565 * wpa_gui: do not display password/PSK field content
    [all...]
config_file.c 101 wpa_printf(MSG_ERROR, "Line %d: both PSK and "
111 wpa_printf(MSG_ERROR, "Line %d: WPA-PSK accepted for key "
112 "management, but no PSK configured.", line);
612 char *value = wpa_config_get(ssid, "psk");
todo.txt 82 - add support for encrypted configuration fields (e.g., password, psk,
wpa_supplicant.c 154 wpa_printf(MSG_INFO, "WPA: No PSK configured for WPA-None");
160 os_memcpy(key, ssid->psk, 16);
166 os_memcpy(key, ssid->psk, 16 + 8);
167 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
853 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
863 "WPA: using KEY_MGMT PSK with SHA256");
870 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
909 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 156 * case of WPA-PSK, this happens when receiving the first EAPOL-Key
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 125 * keyData: CFData buffer of the key (e.g., 32-octet PSK)
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 95 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 113 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */
  /external/wpa_supplicant_8/src/common/
defs.h 207 * case of WPA-PSK, this happens when receiving the first EAPOL-Key
  /external/wpa_supplicant_8/src/drivers/
Apple80211.h 125 * keyData: CFData buffer of the key (e.g., 32-octet PSK)
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 145 * fixed PSK editing in wpa_gui
211 previously used for configuring user identity and key for EAP-PSK,
310 * updated EAP-PSK to use the IANA-allocated EAP type 47
312 * fixed EAP-PSK bit ordering of the Flags field
457 * fixed WPA PSK update through ctrl_iface for the case where the old
458 PSK was derived from an ASCII passphrase and the new PSK is set as
459 a raw PSK (hex string)
524 this is using the same experimental type 255 as EAP-PSK)
    [all...]
config_file.c 100 wpa_printf(MSG_ERROR, "Line %d: both PSK and "
110 wpa_printf(MSG_ERROR, "Line %d: WPA-PSK accepted for key "
111 "management, but no PSK configured.", line);
378 char *value = wpa_config_get(ssid, "psk");
defconfig 170 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
261 # converting ASCII passphrases into PSK. If this functionality is removed, the
262 # PSK can only be configured as the 64-octet hexstring (e.g., from
todo.txt 77 - add support for encrypted configuration fields (e.g., password, psk,
wps_supplicant.c 369 if (hexstr2bin((const char *) cred->key, ssid->psk,
1012 static int wpas_wps_new_psk_cb(void *ctx, const u8 *mac_addr, const u8 *psk,
1015 wpa_printf(MSG_DEBUG, "WPS: Received new WPA/WPA2-PSK from WPS for "
1017 wpa_hexdump_key(MSG_DEBUG, "Per-device PSK", psk, psk_len);
    [all...]
p2p_supplicant.c 446 os_memcpy(s->psk, ssid->psk, 32);
542 char psk[65]; local
543 wpa_snprintf_hex(psk, sizeof(psk), ssid->psk, 32);
545 "%s GO ssid=\"%s\" freq=%d psk=%s go_dev_addr=" MACSTR
547 wpa_s->ifname, ssid_txt, ssid->frequency, psk,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.sgml 111 <para>If WPA-PSK: <command>wpa_supplicant</command> uses PSK
137 <para>WPA-PSK ("WPA-Personal")</para>
199 <listitem><para>EAP-PSK</para></listitem>
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 37 public static final String pskVarName = "psk";
260 * Pre-shared key for use with WPA-PSK.
296 * Defaults to WPA-PSK WPA-EAP.
457 sbuf.append('\n').append(" PSK: ");
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
wpa_gui_de.ts 125 <source>WPA-Personal (PSK)</source>
135 <source>WPA2-Personal (PSK)</source>
170 <source>PSK</source>
285 <source>WPA-PSK requires a passphrase of 8 to 63 characters
286 or 64 hex digit PSK</source>
287 <translation>WPA PSK benötigt ein Passphrase mit 8 bis 63 Zeichen
288 oder 64 hexadezimal stelligen PSK</translation>
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 569 hapd->conf->ssid.wpa_psk->psk, PMK_LEN);
570 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex);
584 ret = os_snprintf(pos, end - pos, "WPA-PSK ");
597 ret = os_snprintf(pos, end - pos, "FT-PSK ");
611 ret = os_snprintf(pos, end - pos, "WPA-PSK-SHA256 ");
  /external/openssl/ssl/
d1_srvr.c 342 /* Check if it is anon DH or normal PSK */
392 /* PSK: send ServerKeyExchange if PSK identity
436 /* With normal PSK Certificates and
1131 /* reserve size for record length and PSK identity hint*/
1207 /* copy PSK identity hint */
    [all...]
ssl.h 124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
277 #define SSL_TXT_PSK "PSK"
437 * PSK_identity_hint [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
438 * PSK_identity [ 9 ] EXPLICIT OCTET STRING -- optional PSK identity
    [all...]
  /external/openssl/include/openssl/
ssl.h 124 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
277 #define SSL_TXT_PSK "PSK"
437 * PSK_identity_hint [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
438 * PSK_identity [ 9 ] EXPLICIT OCTET STRING -- optional PSK identity
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 104 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,
1047 const u8 *psk, size_t psk_len)
1052 return reg->new_psk_cb(reg->cb_ctx, mac_addr, psk, psk_len);
    [all...]

Completed in 346 milliseconds

1 2 3 4 56 7 8 91011