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

  /src/external/bsd/wpa/dist/src/pasn/
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...]
pasn_common.h 86 struct wpabuf *comeback; member in struct:pasn_data
162 const struct wpabuf *comeback);
168 const struct wpabuf *comeback);
  /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...]
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/common/
wpa_common.h 637 const u8 *comeback; member in struct:wpa_pasn_params_data
780 const struct wpabuf *comeback, int after);

Completed in 45 milliseconds