HomeSort by relevance Sort by last modified time
    Searched defs:psk (Results 26 - 33 of 33) sorted by null

12

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 137 Word16 psk, ps, alpk, alp, val, k_cn, k_dn, exp; local
545 psk = -1;
693 s = vo_L_msu(vo_L_mult(alpk, ps), psk, alp);
696 psk = ps;
    [all...]
  /external/wpa_supplicant/
config_ssid.h 147 * psk - WPA pre-shared key (256 bits)
149 u8 psk[PMK_LEN]; member in struct:wpa_ssid
152 * psk_set - Whether PSK field is configured
159 * If this is set, psk will be generated using the SSID and passphrase
230 * eappsk - EAP-PSK/PAX/SAKE pre-shared key
235 * eappsk_len - EAP-PSK/PAX/SAKE pre-shared key length
237 * This field is always 16 for the current version of EAP-PSK/PAX and
243 * nai - User NAI (for EAP-PSK/PAX/SAKE)
766 * pairwise=NONE, group=TKIP (or CCMP, but not both), and psk must also
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 1586 const u8 *psk; local
    [all...]
ap_config.h 103 u8 psk[PMK_LEN]; member in struct:hostapd_wpa_psk
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 272 * passphrase - RSN passphrase for PSK
274 * This value is made available only for WPA/WPA2-Personal (PSK) and
277 * this can be %NULL if passphrase was not used to generate the PSK. In
278 * that case, the psk field must be used to fetch the PSK.
283 * psk - RSN PSK (alternative for passphrase for PSK)
285 * This value is made available only for WPA/WPA2-Personal (PSK) and
287 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
290 const u8 *psk; member in struct:wpa_driver_associate_params
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 168 * use_psk_key - Use PSK format key in Credential
170 * Force PSK format to be used instead of ASCII passphrase when
171 * building Credential for an Enrollee. The PSK value is set in
172 * struct wpa_context::psk.
257 * new_psk_cb - Callback for new PSK
260 * @psk: The new PSK
261 * @psk_len: The length of psk in octets
264 * This callback is called when a new per-device PSK is provisioned.
266 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,
683 u8 psk[32]; member in struct:wps_context
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 445 * passphrase - RSN passphrase for PSK
447 * This value is made available only for WPA/WPA2-Personal (PSK) and
450 * this can be %NULL if passphrase was not used to generate the PSK. In
451 * that case, the psk field must be used to fetch the PSK.
456 * psk - RSN PSK (alternative for passphrase for PSK)
458 * This value is made available only for WPA/WPA2-Personal (PSK) and
460 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
463 const u8 *psk; member in struct:wpa_driver_associate_params
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 501 milliseconds

12