Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:secret

771 			  int port, const char *secret,
803 as->shared_secret = (u8 *) os_strdup(secret);
804 as->shared_secret_len = os_strlen(secret);
1014 "[-s<AS secret>]\\\n"
1028 " -s<AS secret> = shared secret with the authentication "