HomeSort by relevance Sort by last modified time
    Searched refs:tlvs (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.h 837 int wps_validate_m1(const struct wpabuf *tlvs);
838 int wps_validate_m2(const struct wpabuf *tlvs);
839 int wps_validate_m2d(const struct wpabuf *tlvs);
840 int wps_validate_m3(const struct wpabuf *tlvs);
841 int wps_validate_m4(const struct wpabuf *tlvs);
842 int wps_validate_m4_encr(const struct wpabuf *tlvs, int wps2);
843 int wps_validate_m5(const struct wpabuf *tlvs);
844 int wps_validate_m5_encr(const struct wpabuf *tlvs, int wps2);
845 int wps_validate_m6(const struct wpabuf *tlvs);
846 int wps_validate_m6_encr(const struct wpabuf *tlvs, int wps2)
    [all...]
wps_validate.c 1283 int wps_validate_m1(const struct wpabuf *tlvs)
1288 if (tlvs == NULL) {
1289 wpa_printf(MSG_INFO, "WPS-STRICT: No TLVs in M1");
1292 if (wps_parse_msg(tlvs, &attr) < 0) {
1339 int wps_validate_m2(const struct wpabuf *tlvs)
1344 if (tlvs == NULL) {
1345 wpa_printf(MSG_INFO, "WPS-STRICT: No TLVs in M2");
1348 if (wps_parse_msg(tlvs, &attr) < 0) {
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 106 wpabuf_free(q->tlvs);
125 struct wpabuf *tlvs)
130 buf = gas_anqp_build_initial_req(0, 100 + wpabuf_len(tlvs));
139 wpabuf_put_buf(buf, tlvs);
170 const struct wpabuf *tlvs)
177 100 + (tlvs ? wpabuf_len(tlvs) : 0));
181 if (tlvs) {
188 wpabuf_put_buf(buf, tlvs);
253 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs);
    [all...]
p2p.h 601 * @tlvs: P2P Service Request TLV(s)
602 * @tlvs_len: Length of tlvs buffer in octets
613 u16 update_indic, const u8 *tlvs, size_t tlvs_len);
620 * @tlvs: P2P Service Response TLV(s)
621 * @tlvs_len: Length of tlvs buffer in octets
629 const u8 *tlvs, size_t tlvs_len);
998 * @tlvs: P2P Service Query TLV(s)
1005 const struct wpabuf *tlvs);
    [all...]
p2p_i.h 115 struct wpabuf *tlvs; member in struct:p2p_sd_query
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 101 u16 update_indic, const u8 *tlvs,
105 const u8 *tlvs, size_t tlvs_len);
p2p_supplicant.h 88 u16 update_indic, const u8 *tlvs, size_t tlvs_len);
90 const u8 *tlvs, size_t tlvs_len);
92 const struct wpabuf *tlvs);
notify.c 472 u16 update_indic, const u8 *tlvs,
476 update_indic, tlvs, tlvs_len);
482 const u8 *tlvs, size_t tlvs_len)
485 tlvs, tlvs_len);
p2p_supplicant.c 2000 struct wpabuf *tlvs; local
2068 struct wpabuf *tlvs; local
    [all...]
driver_i.h 582 const struct wpabuf *tlvs)
586 return wpa_s->driver->p2p_sd_request(wpa_s->drv_priv, dst, tlvs);
ctrl_iface.c 3764 struct wpabuf *tlvs; local
    [all...]
events.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h 207 u16 update_indic, const u8 *tlvs,
211 const u8 *tlvs, size_t tlvs_len);
427 const u8 *tlvs, size_t tlvs_len)
434 const u8 *tlvs, size_t tlvs_len)
dbus_new.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 1188 UINT8 tlvs[12]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3677 const u8 *tlvs; member in struct:wpa_event_data::p2p_sd_req
3684 const u8 *tlvs; member in struct:wpa_event_data::p2p_sd_resp
    [all...]
driver_test.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 852 extern bcm_tlv_t *find_vendor_ie(void *tlvs, int tlvs_len,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]

Completed in 771 milliseconds