HomeSort by relevance Sort by last modified time
    Searched refs:psk (Results 51 - 62 of 62) sorted by null

1 23

  /external/wpa_supplicant_8/src/drivers/
driver_wext.c     [all...]
driver.h 709 * passphrase - RSN passphrase for PSK
711 * This value is made available only for WPA/WPA2-Personal (PSK) and
714 * this can be %NULL if passphrase was not used to generate the PSK. In
715 * that case, the psk field must be used to fetch the PSK.
720 * psk - RSN PSK (alternative for passphrase for PSK)
722 * This value is made available only for WPA/WPA2-Personal (PSK) and
724 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
727 const u8 *psk; member in struct:wpa_driver_associate_params
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 1927 const u8 *psk; local
    [all...]
sta_info.c 302 hostapd_free_psk_list(sta->psk);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 107 * psk - WPA pre-shared key (256 bits) (GO only)
109 u8 psk[32]; member in struct:p2p_go_neg_results
112 * psk_set - Whether PSK field is configured (GO only)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 148 const u8 *psk, size_t psk_len);
1179 const u8 *p2p_dev_addr, const u8 *psk, size_t psk_len)
1184 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1099 hapd->conf->ssid.wpa_psk->psk, PMK_LEN);
1100 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex);
1114 ret = os_snprintf(pos, end - pos, "WPA-PSK ");
1127 ret = os_snprintf(pos, end - pos, "FT-PSK ");
1149 ret = os_snprintf(pos, end - pos, "WPA-PSK-SHA256 ");
    [all...]
config_file.c 679 if (os_strcmp(start, "WPA-PSK") == 0)
684 else if (os_strcmp(start, "FT-PSK") == 0)
690 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1136 "PSK/passphrase not yet available for the selected network");
    [all...]

Completed in 1046 milliseconds

1 23