Home
last modified time | relevance | path

Searched refs:comeback (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c36 struct wpabuf *comeback; member
42 wpabuf_free(awork->comeback); in wpas_pasn_free_auth_work()
43 awork->comeback = NULL; in wpas_pasn_free_auth_work()
69 struct wpabuf *comeback, in wpas_pasn_auth_status()
72 if (comeback) { in wpas_pasn_auth_status()
73 size_t comeback_len = wpabuf_len(comeback); in wpas_pasn_auth_status()
79 wpabuf_head(comeback), comeback_len); in wpas_pasn_auth_status()
82 " akmp=%s, status=%u comeback_after=%u comeback=%s", in wpas_pasn_auth_status()
87 " akmp=%s, status=%u comeback_after=%u comeback=%s", in wpas_pasn_auth_status()
671 const struct wpabuf *comeback) in wpas_pasn_build_auth_1()
67 wpas_pasn_auth_status(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u8 status, struct wpabuf *comeback, u16 comeback_after) wpas_pasn_auth_status() argument
670 wpas_pasn_build_auth_1(struct wpa_supplicant *wpa_s, const struct wpabuf *comeback) wpas_pasn_build_auth_1() argument
1005 wpas_pasn_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int freq, const u8 *beacon_rsne, u8 beacon_rsne_len, const u8 *beacon_rsnxe, u8 beacon_rsnxe_len, int network_id, struct wpabuf *comeback) wpas_pasn_start() argument
1239 wpas_pasn_auth_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int network_id, const u8 *comeback, size_t comeback_len) wpas_pasn_auth_start() argument
[all...]
H A Dwpa_supplicant_i.h581 struct wpabuf *comeback; member
1965 const u8 *comeback, size_t comeback_len);
H A Dctrl_iface.c11304 u8 *comeback = NULL;
11310 * [comeback=<hexdump>]
11349 } else if (os_strncmp(token, "comeback=", 9) == 0) {
11351 if (comeback || !comeback_len || comeback_len % 2)
11355 comeback = os_malloc(comeback_len);
11356 if (!comeback ||
11357 hexstr2bin(token + 9, comeback, comeback_len))
11373 comeback, comeback_len);
11375 os_free(comeback);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h596 const u8 *comeback; member
735 const struct wpabuf *comeback, int after);
H A Dwpa_common.c3736 * @comeback: A buffer holding the comeback token. Can be NULL
3737 * @after: If comeback is set, defined the comeback time in seconds. -1 to not
3743 const struct wpabuf *comeback, int after) in wpa_pasn_add_parameter_ie()
3757 if (comeback) { in wpa_pasn_add_parameter_ie()
3758 wpa_printf(MSG_DEBUG, "PASN: Adding comeback data"); in wpa_pasn_add_parameter_ie()
3766 params->len += 1 + wpabuf_len(comeback); in wpa_pasn_add_parameter_ie()
3771 wpabuf_put_u8(buf, wpabuf_len(comeback)); in wpa_pasn_add_parameter_ie()
3772 wpabuf_put_buf(buf, comeback); in wpa_pasn_add_parameter_ie()
3740 wpa_pasn_add_parameter_ie(struct wpabuf *buf, u16 pasn_group, u8 wrapped_data_format, const struct wpabuf *pubkey, bool compressed, const struct wpabuf *comeback, int after) wpa_pasn_add_parameter_ie() argument
[all...]
H A Ddpp_tcp.c1179 "DPP: Received DPP Configuration Request over TCP (comeback)"); in dpp_controller_rx_gas_comeback_req()
1305 size_t len, bool comeback) in dpp_rx_gas_resp()
1312 if (len < (size_t) (5 + 2 + (comeback ? 1 : 0))) in dpp_rx_gas_resp()
1328 if (comeback) in dpp_rx_gas_resp()
1304 dpp_rx_gas_resp(struct dpp_connection *conn, const u8 *msg, size_t len, bool comeback) dpp_rx_gas_resp() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c2922 struct wpabuf *buf, *comeback; in handle_auth_pasn_comeback() local
2926 "PASN: Building comeback frame 2. Comeback after=%u", in handle_auth_pasn_comeback()
2941 comeback = auth_build_token_req(hapd, 0, sta->addr, 0); in handle_auth_pasn_comeback()
2942 if (!comeback) { in handle_auth_pasn_comeback()
2944 "PASN: Failed sending auth with comeback"); in handle_auth_pasn_comeback()
2951 NULL, 0, comeback, in handle_auth_pasn_comeback()
2953 wpabuf_free(comeback); in handle_auth_pasn_comeback()
2956 "PASN: comeback: STA=" MACSTR_SEC, MAC2STR_SEC(sta->addr)); in handle_auth_pasn_comeback()
2961 wpa_printf(MSG_INFO, "PASN: Failed to send comeback frame 2"); in handle_auth_pasn_comeback()
3218 if (pasn_params.comeback) { in handle_auth_pasn_1()
[all...]

Completed in 30 milliseconds