Lines Matching defs:pw
493 struct sae_password_entry *pw;
515 for (pw = conf->sae_passwords; pw; pw = pw->next) {
516 sae_deinit_pt(pw->pt);
517 pw->pt = sae_derive_pt(conf->sae_groups, ssid->ssid,
519 (const u8 *) pw->password,
520 os_strlen(pw->password),
521 pw->identifier);
522 if (!pw->pt)
767 struct sae_password_entry *pw, *tmp;
769 pw = conf->sae_passwords;
771 while (pw) {
772 tmp = pw;
773 pw = pw->next;
1179 struct sae_password_entry *pw;
1189 for (pw = bss->sae_passwords; pw; pw = pw->next) {
1190 if (!pw->pk &&
1194 sae_pk_valid_password(pw->password))
1197 if (bss->ssid.wpa_passphrase && res && pw->pk &&
1198 os_strcmp(bss->ssid.wpa_passphrase, pw->password) == 0)
1691 struct sae_password_entry *pw;
1696 for (pw = conf->sae_passwords; pw; pw = pw->next) {
1697 if (pw->identifier)
1714 struct sae_password_entry *pw;
1716 for (pw = conf->sae_passwords; pw; pw = pw->next) {
1717 if (pw->pk)
1730 struct sae_password_entry *pw;
1735 for (pw = conf->sae_passwords; pw; pw = pw->next) {
1736 if (!pw->pk)