Home
last modified time | relevance | path

Searched refs:token_pos (Results 1 – 1 of 1) sorted by relevance

/hostap-3.7.0/wpa_supplicant/
Dsme.c1266 const u8 *token_pos; in sme_sae_auth() local
1293 token_pos = data + sizeof(le16); in sme_sae_auth()
1302 if (token_pos[0] != WLAN_EID_EXTENSION || in sme_sae_auth()
1303 token_pos[1] == 0 || in sme_sae_auth()
1304 token_pos[1] > token_len - 2 || in sme_sae_auth()
1305 token_pos[2] != WLAN_EID_EXT_ANTI_CLOGGING_TOKEN) { in sme_sae_auth()
1310 token_len = token_pos[1] - 1; in sme_sae_auth()
1311 token_pos += 3; in sme_sae_auth()
1313 wpa_s->sme.sae_token = wpabuf_alloc_copy(token_pos, token_len); in sme_sae_auth()