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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.h66 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
68 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c115 wpabuf_free(dia->sd_resp);
1214 di->sd_resp = buf;
1378 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1385 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1411 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.h66 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
68 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c115 wpabuf_free(dia->sd_resp);
1214 di->sd_resp = buf;
1378 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1385 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1411 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.h66 struct wpabuf *sd_resp; /* Fragmented response */ member in struct:gas_dialog_info
68 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dgas_serv.c115 wpabuf_free(dia->sd_resp);
1214 di->sd_resp = buf;
1378 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos;
1385 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) +
1411 (int) (wpabuf_len(dialog->sd_resp) -
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c439 if (p2p->sd_resp) {
448 wpabuf_free(p2p->sd_resp);
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
451 if (p2p->sd_resp == NULL) {
638 if (p2p->sd_resp == NULL) {
653 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
660 wpabuf_head_u8(p2p->sd_resp) +
663 wpabuf_len(p2p->sd_resp));
673 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
676 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h416 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
419 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2982 wpabuf_free(p2p->sd_resp);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c439 if (p2p->sd_resp) {
448 wpabuf_free(p2p->sd_resp);
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
451 if (p2p->sd_resp == NULL) {
638 if (p2p->sd_resp == NULL) {
653 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
660 wpabuf_head_u8(p2p->sd_resp) +
663 wpabuf_len(p2p->sd_resp));
673 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
676 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h416 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
419 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2982 wpabuf_free(p2p->sd_resp);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c439 if (p2p->sd_resp) {
448 wpabuf_free(p2p->sd_resp);
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
451 if (p2p->sd_resp == NULL) {
638 if (p2p->sd_resp == NULL) {
653 frag_len = wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos;
660 wpabuf_head_u8(p2p->sd_resp) +
663 wpabuf_len(p2p->sd_resp));
673 (int) (wpabuf_len(p2p->sd_resp) - p2p->sd_resp_pos));
676 wpabuf_free(p2p->sd_resp);
[all...]
H A Dp2p_i.h416 struct wpabuf *sd_resp; /* Fragmented SD response */ member in struct:p2p_data
419 size_t sd_resp_pos; /* Offset in sd_resp */
H A Dp2p.c2982 wpabuf_free(p2p->sd_resp);

Completed in 398 milliseconds