HomeSort by: relevance | last modified time | path
    Searched refs:comeback (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
pasn_supplicant.c 38 struct wpabuf *comeback; member in struct:wpa_pasn_auth_work
53 wpabuf_free(awork->comeback);
54 awork->comeback = NULL;
83 struct wpabuf *comeback,
86 if (comeback) {
87 size_t comeback_len = wpabuf_len(comeback);
93 wpabuf_head(comeback), comeback_len);
96 " akmp=%s, status=%u comeback_after=%u comeback=%s",
347 const u8 *comeback = NULL; local
382 comeback, comeback_len))
    [all...]
wpa_supplicant_i.h 1997 const u8 *comeback, size_t comeback_len);
ctrl_iface.c 11177 u8 *comeback = NULL; local
11183 * [comeback=<hexdump>]
11224 } else if (os_strncmp(token, "comeback=", 9) == 0) {
11226 if (comeback || !comeback_len || comeback_len % 2)
11230 comeback = os_malloc(comeback_len);
11231 if (!comeback ||
11232 hexstr2bin(token + 9, comeback, comeback_len))
11248 group, id, comeback, comeback_len);
11250 os_free(comeback);
  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 86 struct wpabuf *comeback; member in struct:pasn_data
162 const struct wpabuf *comeback);
168 const struct wpabuf *comeback);
pasn_initiator.c 522 const struct wpabuf *comeback,
585 pubkey, true, comeback, -1);
719 wpabuf_free(pasn->comeback);
720 pasn->comeback = NULL;
879 const struct wpabuf *comeback, bool verify)
921 frame = wpas_pasn_build_auth_1(pasn, comeback, verify);
949 const struct wpabuf *comeback)
995 beacon_rsnxe, beacon_rsnxe_len, comeback,
1015 const struct wpabuf *comeback)
1020 beacon_rsnxe_len, comeback, true)
    [all...]
pasn_responder.c 377 struct wpabuf *buf, *comeback; local
381 "PASN: Building comeback frame 2. Comeback after=%u",
395 comeback = auth_build_token_req(&pasn->last_comeback_key_update,
400 if (!comeback) {
402 "PASN: Failed sending auth with comeback");
409 NULL, 0, comeback,
411 wpabuf_free(comeback);
414 "PASN: comeback: STA=" MACSTR, MAC2STR(peer_addr));
419 wpa_printf(MSG_INFO, "PASN: Failed to send comeback frame 2")
    [all...]
  /src/external/bsd/wpa/dist/src/common/
wpa_common.h 637 const u8 *comeback; member in struct:wpa_pasn_params_data
780 const struct wpabuf *comeback, int after);
wpa_common.c 3931 * @comeback: A buffer holding the comeback token. Can be NULL
3932 * @after: If comeback is set, defined the comeback time in seconds. -1 to not
3933 * include the Comeback After field (frames from non-AP STA).
3938 const struct wpabuf *comeback, int after)
3952 if (comeback) {
3953 wpa_printf(MSG_DEBUG, "PASN: Adding comeback data");
3961 params->len += 1 + wpabuf_len(comeback);
3966 wpabuf_put_u8(buf, wpabuf_len(comeback));
    [all...]
dpp_tcp.c 1325 wpabuf_put_le16(buf, 500); /* GAS Comeback Delay */
1366 wpabuf_put_le16(buf, 0); /* GAS Comeback Delay */
1503 "DPP: Received DPP Configuration Request over TCP (comeback)");
1635 wpa_printf(MSG_DEBUG, "DPP: Send GAS Comeback Request");
1652 size_t len, bool comeback)
1659 if (len < (size_t) (5 + 2 + (comeback ? 1 : 0)))
1675 if (comeback)
1709 wpa_printf(MSG_DEBUG, "DPP: Comeback delay: %u",

Completed in 76 milliseconds