/external/wpa_supplicant_8/src/wps/ |
D | wps.h | 870 int wps_validate_m1(const struct wpabuf *tlvs); 871 int wps_validate_m2(const struct wpabuf *tlvs); 872 int wps_validate_m2d(const struct wpabuf *tlvs); 873 int wps_validate_m3(const struct wpabuf *tlvs); 874 int wps_validate_m4(const struct wpabuf *tlvs); 875 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2); 876 int wps_validate_m5(const struct wpabuf *tlvs); 877 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2); 878 int wps_validate_m6(const struct wpabuf *tlvs); 879 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 | 106 wpabuf_free(q->tlvs); in p2p_free_sd_query() 125 struct wpabuf *tlvs) in p2p_build_sd_query() argument 130 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs)); in p2p_build_sd_query() 139 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_query() 169 const struct wpabuf *tlvs) in p2p_build_sd_response() argument 176 100 + (tlvs ? wpabuf_len(tlvs) : 0)); in p2p_build_sd_response() 180 if (tlvs) { in p2p_build_sd_response() 187 wpabuf_put_buf(buf, tlvs); in p2p_build_sd_response() 250 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs); in p2p_start_sd() 835 const struct wpabuf *tlvs) in p2p_sd_request() argument [all …]
|
D | p2p.h | 609 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 625 const u8 *tlvs, size_t tlvs_len); 1009 const struct wpabuf *tlvs); 1013 const struct wpabuf *tlvs);
|
D | p2p_i.h | 115 struct wpabuf *tlvs; member
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 207 u16 update_indic, const u8 *tlvs, 211 const u8 *tlvs, size_t tlvs_len); 431 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_request() argument 438 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_response() argument
|
D | dbus_new.c | 1525 u16 update_indic, const u8 *tlvs, in wpas_dbus_signal_p2p_sd_request() argument 1567 (const char *) tlvs, in wpas_dbus_signal_p2p_sd_request() 1595 const u8 *tlvs, size_t tlvs_len) in wpas_dbus_signal_p2p_sd_response() argument 1632 (const char *) tlvs, in wpas_dbus_signal_p2p_sd_response()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 472 u16 update_indic, const u8 *tlvs, in wpas_notify_p2p_sd_request() argument 476 update_indic, tlvs, tlvs_len); in wpas_notify_p2p_sd_request() 482 const u8 *tlvs, size_t tlvs_len) in wpas_notify_p2p_sd_response() argument 485 tlvs, tlvs_len); in wpas_notify_p2p_sd_response()
|
D | p2p_supplicant.h | 91 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 93 const u8 *tlvs, size_t tlvs_len); 95 const struct wpabuf *tlvs);
|
D | p2p_supplicant.c | 1986 u16 update_indic, const u8 *tlvs, size_t tlvs_len) in wpas_sd_request() argument 1989 const u8 *pos = tlvs; in wpas_sd_request() 1990 const u8 *end = tlvs + tlvs_len; in wpas_sd_request() 1999 tlvs, tlvs_len); in wpas_sd_request() 2003 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len); in wpas_sd_request() 2013 update_indic, tlvs, tlvs_len); in wpas_sd_request() 2095 update_indic, tlvs, tlvs_len); in wpas_sd_request() 2104 const u8 *tlvs, size_t tlvs_len) in wpas_sd_response() argument 2107 const u8 *pos = tlvs; in wpas_sd_response() 2108 const u8 *end = tlvs + tlvs_len; in wpas_sd_response() [all …]
|
D | notify.h | 101 u16 update_indic, const u8 *tlvs, 105 const u8 *tlvs, size_t tlvs_len);
|
D | driver_i.h | 593 const struct wpabuf *tlvs) in wpa_drv_p2p_sd_request() argument 597 return wpa_s->driver->p2p_sd_request(wpa_s->drv_priv, dst, tlvs); in wpa_drv_p2p_sd_request()
|
D | ctrl_iface.c | 3855 struct wpabuf *tlvs; in p2p_ctrl_serv_disc_req() local 3889 tlvs = wpabuf_alloc(len); in p2p_ctrl_serv_disc_req() 3890 if (tlvs == NULL) in p2p_ctrl_serv_disc_req() 3892 if (hexstr2bin(pos, wpabuf_put(tlvs, len), len) < 0) { in p2p_ctrl_serv_disc_req() 3893 wpabuf_free(tlvs); in p2p_ctrl_serv_disc_req() 3897 ref = wpas_p2p_sd_request(wpa_s, dst, tlvs); in p2p_ctrl_serv_disc_req() 3898 wpabuf_free(tlvs); in p2p_ctrl_serv_disc_req()
|
D | events.c | 3062 data->p2p_sd_req.tlvs, 3068 data->p2p_sd_resp.tlvs,
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_main.c | 1194 UINT8 tlvs[12]; in NFC_UpdateRFCommParams() local 1195 UINT8 *p = tlvs; in NFC_UpdateRFCommParams() 1237 return nci_snd_parameter_update_cmd (tlvs, (UINT8) (p - tlvs)); in NFC_UpdateRFCommParams()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2458 const struct wpabuf *tlvs); 3882 const u8 *tlvs; member 3889 const u8 *tlvs; member
|
D | driver_test.c | 3164 u16 update_indic, const u8 *tlvs, size_t tlvs_len) in test_sd_request() argument 3172 const u8 *tlvs, size_t tlvs_len) in test_sd_response() argument
|