HomeSort by relevance Sort by last modified time
    Searched defs:sae (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/common/
common_module_tests.c 18 #include "sae.h"
256 struct sae_data sae; local
342 os_memset(&sae, 0, sizeof(sae));
345 sae_set_group(&sae, 19) < 0 ||
347 pwid, &sae) < 0)
350 /* Override local values based on SAE test vector */
351 crypto_bignum_deinit(sae.tmp->sae_rand, 1);
352 sae.tmp->sae_rand = crypto_bignum_init_set(local_rand,
355 if (!sae.tmp->sae_rand || !mask
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 537 int sae = 0; local
557 sae = 1;
563 if (sae && hapd->conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
568 if (sae)
    [all...]
ieee802_11.c 23 #include "common/sae.h"
382 wpa_printf(MSG_DEBUG, "SAE: State %s -> %s for peer " MACSTR " (%s)",
383 sae_state_txt(sta->sae->state), sae_state_txt(state),
385 sta->sae->state = state;
397 if (sta->sae->tmp)
398 rx_id = sta->sae->tmp->pw_id;
415 wpa_printf(MSG_DEBUG, "SAE: No password available");
422 sta->sae) < 0) {
423 wpa_printf(MSG_DEBUG, "SAE: Could not pick PWE");
428 if (!sta->sae->tmp)
938 struct sae_data *sae = sta->sae; local
    [all...]
sta_info.h 204 struct sae_data *sae; member in struct:sta_info
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 15 #include "common/sae.h"
800 struct sae_data sae; member in struct:wpa_supplicant::__anon50554
    [all...]

Completed in 2253 milliseconds