/external/wpa_supplicant_8/src/wps/ |
D | wps.h | 838 int wps_validate_m1(const struct wpabuf *tlvs); 839 int wps_validate_m2(const struct wpabuf *tlvs); 840 int wps_validate_m2d(const struct wpabuf *tlvs); 841 int wps_validate_m3(const struct wpabuf *tlvs); 842 int wps_validate_m4(const struct wpabuf *tlvs); 843 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2); 844 int wps_validate_m5(const struct wpabuf *tlvs); 845 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2); 846 int wps_validate_m6(const struct wpabuf *tlvs); 847 int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2); [all …]
|
D | wps_validate.c | 1283 int wps_validate_m1(const struct wpabuf *tlvs) in wps_validate_m1() argument 1288 if (tlvs == NULL) { in wps_validate_m1() 1292 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m1() 1339 int wps_validate_m2(const struct wpabuf *tlvs) in wps_validate_m2() argument 1344 if (tlvs == NULL) { in wps_validate_m2() 1348 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2() 1394 int wps_validate_m2d(const struct wpabuf *tlvs) in wps_validate_m2d() argument 1399 if (tlvs == NULL) { in wps_validate_m2d() 1403 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2d() 1446 int wps_validate_m3(const struct wpabuf *tlvs) in wps_validate_m3() argument [all …]
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_sd.c | 66 wpabuf_free(q->tlvs); in p2p_free_sd_query() 85 struct wpabuf *tlvs) in p2p_build_sd_query() argument 90 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs)); in p2p_build_sd_query() 99 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_query() 130 const struct wpabuf *tlvs) in p2p_build_sd_response() argument 137 100 + (tlvs ? wpabuf_len(tlvs) : 0)); in p2p_build_sd_response() 141 if (tlvs) { in p2p_build_sd_response() 148 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_response() 213 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs); in p2p_start_sd() 841 const struct wpabuf *tlvs) in p2p_sd_request() argument [all …]
|
D | p2p.h | 563 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 579 const u8 *tlvs, size_t tlvs_len); 931 const struct wpabuf *tlvs);
|
D | p2p_i.h | 111 struct wpabuf *tlvs; member
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 200 u16 update_indic, const u8 *tlvs, 204 const u8 *tlvs, size_t tlvs_len); 415 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_request() argument 422 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_response() argument
|
D | dbus_new.c | 1340 u16 update_indic, const u8 *tlvs, in wpas_dbus_signal_p2p_sd_request() argument 1382 (const char *) tlvs, in wpas_dbus_signal_p2p_sd_request() 1410 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_response() argument 1447 (const char *) tlvs, in wpas_dbus_signal_p2p_sd_response()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.h | 79 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 81 const u8 *tlvs, size_t tlvs_len); 83 const struct wpabuf *tlvs);
|
D | notify.c | 463 u16 update_indic, const u8 *tlvs, in wpas_notify_p2p_sd_request() argument 467 update_indic, tlvs, tlvs_len); in wpas_notify_p2p_sd_request() 473 const u8 *tlvs, size_t tlvs_len) in wpas_notify_p2p_sd_response() argument 476 tlvs, tlvs_len); in wpas_notify_p2p_sd_response()
|
D | notify.h | 100 u16 update_indic, const u8 *tlvs, 104 const u8 *tlvs, size_t tlvs_len);
|
D | p2p_supplicant.c | 1406 u16 update_indic, const u8 *tlvs, size_t tlvs_len) argument 1409 const u8 *pos = tlvs; 1410 const u8 *end = tlvs + tlvs_len; 1419 tlvs, tlvs_len); 1423 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len); 1433 update_indic, tlvs, tlvs_len); 1509 update_indic, tlvs, tlvs_len); 1518 const u8 *tlvs, size_t tlvs_len) argument 1521 const u8 *pos = tlvs; 1522 const u8 *end = tlvs + tlvs_len; [all …]
|
D | driver_i.h | 576 const struct wpabuf *tlvs) in wpa_drv_p2p_sd_request() argument 580 return wpa_s->driver->p2p_sd_request(wpa_s->drv_priv, dst, tlvs); in wpa_drv_p2p_sd_request()
|
D | ctrl_iface.c | 2768 struct wpabuf *tlvs; in p2p_ctrl_serv_disc_req() local 2798 tlvs = wpabuf_alloc(len); in p2p_ctrl_serv_disc_req() 2799 if (tlvs == NULL) in p2p_ctrl_serv_disc_req() 2801 if (hexstr2bin(pos, wpabuf_put(tlvs, len), len) < 0) { in p2p_ctrl_serv_disc_req() 2802 wpabuf_free(tlvs); in p2p_ctrl_serv_disc_req() 2806 ref = wpas_p2p_sd_request(wpa_s, dst, tlvs); in p2p_ctrl_serv_disc_req() 2807 wpabuf_free(tlvs); in p2p_ctrl_serv_disc_req()
|
D | events.c | 2550 data->p2p_sd_req.tlvs, 2556 data->p2p_sd_resp.tlvs,
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2260 const struct wpabuf *tlvs); 3494 const u8 *tlvs; member 3501 const u8 *tlvs; member
|
D | driver_test.c | 3175 u16 update_indic, const u8 *tlvs, size_t tlvs_len) in test_sd_request() argument 3183 const u8 *tlvs, size_t tlvs_len) in test_sd_response() argument
|