Lines Matching defs:token
772 const struct wpabuf *token, const char *identifier)
780 if (token) {
781 wpabuf_put_buf(buf, token);
782 wpa_hexdump(MSG_DEBUG, "SAE: Anti-clogging token",
783 wpabuf_head(token), wpabuf_len(token));
872 const u8 *end, const u8 **token,
878 if (token)
879 *token = NULL;
892 * token and check for the presence of possible Password
907 * extra octets, so there can be no Anti-Clogging token in
915 * remove its length from the Anti-Clogging token field. */
920 if (token)
921 *token = *pos;
1121 const u8 **token, size_t *token_len, int *allowed_groups)
1135 sae_parse_commit_token(sae, &pos, end, token, token_len);