Searched refs:sd_resp (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.h47 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
49 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c114 wpabuf_free(dia->sd_resp);
996 di->sd_resp = buf;
1160 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1167 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1193 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.h47 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
49 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c114 wpabuf_free(dia->sd_resp);
996 di->sd_resp = buf;
1160 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1167 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1193 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.h47 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
49 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c114 wpabuf_free(dia->sd_resp);
996 di->sd_resp = buf;
1160 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1167 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1193 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c414 if (p2p->sd_resp) {
423 wpabuf_free(p2p->sd_resp);
425 p2p->sd_resp = wpabuf_dup(resp_tlvs);
426 if (p2p->sd_resp == NULL) {
613 if (p2p->sd_resp == NULL) {
623 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
630 wpabuf_head_u8(p2p->sd_resp) +
633 wpabuf_len(p2p->sd_resp));
643 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
646 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h375 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
378 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2553 wpabuf_free(p2p->sd_resp);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c414 if (p2p->sd_resp) {
423 wpabuf_free(p2p->sd_resp);
425 p2p->sd_resp = wpabuf_dup(resp_tlvs);
426 if (p2p->sd_resp == NULL) {
613 if (p2p->sd_resp == NULL) {
623 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
630 wpabuf_head_u8(p2p->sd_resp) +
633 wpabuf_len(p2p->sd_resp));
643 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
646 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h375 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
378 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2553 wpabuf_free(p2p->sd_resp);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c414 if (p2p->sd_resp) {
423 wpabuf_free(p2p->sd_resp);
425 p2p->sd_resp = wpabuf_dup(resp_tlvs);
426 if (p2p->sd_resp == NULL) {
613 if (p2p->sd_resp == NULL) {
623 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
630 wpabuf_head_u8(p2p->sd_resp) +
633 wpabuf_len(p2p->sd_resp));
643 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
646 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h375 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
378 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2553 wpabuf_free(p2p->sd_resp);

Completed in 156 milliseconds