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 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...]
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);
169 const struct wpabuf *tlvs)
176 100 + (tlvs ? wpabuf_len(tlvs) : 0));
180 if (tlvs) {
187 wpabuf_put_buf(buf, tlvs);
250 req = p2p_build_sd_query(p2p->srv_update_indic, query->tlvs);
    [all...]
p2p.h 597 * @tlvs: P2P Service Request TLV(s)
598 * @tlvs_len: Length of tlvs buffer in octets
609 u16 update_indic, const u8 *tlvs, size_t tlvs_len);
616 * @tlvs: P2P Service Response TLV(s)
617 * @tlvs_len: Length of tlvs buffer in octets
625 const u8 *tlvs, size_t tlvs_len);
1002 * @tlvs: P2P Service Query TLV(s)
    [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 91 u16 update_indic, const u8 *tlvs, size_t tlvs_len);
93 const u8 *tlvs, size_t tlvs_len);
95 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 2182 struct wpabuf *tlvs; local
2250 struct wpabuf *tlvs; local
    [all...]
driver_i.h 593 const struct wpabuf *tlvs)
597 return wpa_s->driver->p2p_sd_request(wpa_s->drv_priv, dst, tlvs);
ctrl_iface.c 3855 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);
431 const u8 *tlvs, size_t tlvs_len)
438 const u8 *tlvs, size_t tlvs_len)
dbus_new.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 1194 UINT8 tlvs[12]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3882 const u8 *tlvs; member in struct:wpa_event_data::p2p_sd_req
3889 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 3000 milliseconds