HomeSort by relevance Sort by last modified time
    Searched refs:sae_groups (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 830 * sae_groups - Preference list of enabled groups for SAE
837 int *sae_groups; member in struct:wpa_config
config_file.c 1011 if (config->sae_groups) {
1013 fprintf(f, "sae_groups=");
1014 for (i = 0; config->sae_groups[i] >= 0; i++) {
1016 config->sae_groups[i]);
config.c     [all...]
sme.c 58 int *groups = wpa_s->conf->sae_groups;
492 wpa_s->conf->sae_groups) !=
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 466 int *sae_groups; member in struct:hostapd_bss_config
ap_config.c 525 os_free(conf->sae_groups);
ieee802_11.c 464 &token_len, hapd->conf->sae_groups);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 47 milliseconds