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

  /external/tcpdump/
print-lspping.c 353 uint8_t pw_id [4]; member in struct:lspping_tlv_targetfec_subtlv_fec_128_pw_old
372 uint8_t pw_id [4]; member in struct:lspping_tlv_targetfec_subtlv_fec_128_pw
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 75 int wpas_ap_wps_add_nfc_pw(struct wpa_supplicant *wpa_s, u16 pw_id,
ap.c     [all...]
p2p_supplicant.c 353 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id)
386 wps_ie = wps_build_probe_req_ie(pw_id, &wpa_s->wps->dev,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 144 u16 pw_id; local
192 pw_id = p2p_wps_method_pw_id(peer->wps_method);
194 pw_id = peer->oob_pw_id;
195 if (p2p_build_wps_ie(p2p, buf, pw_id, 0) < 0) {
280 u16 pw_id; local
351 pw_id = p2p_wps_method_pw_id(peer ? peer->wps_method : WPS_NOT_READY);
353 pw_id = peer->oob_pw_id;
354 if (p2p_build_wps_ie(p2p, buf, pw_id, 0) < 0) {
    [all...]
p2p_build.c 736 int p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id,
759 if (pw_id >= 0) {
766 pw_id);
767 wpabuf_put_be16(buf, pw_id);
p2p.h 602 * @pw_id: Device Password ID
626 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id);
    [all...]
p2p_i.h 794 int p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id,
p2p.c 1004 u16 pw_id = DEV_PW_DEFAULT; local
1032 p2p->find_dev_id, pw_id);
2205 int pw_id = -1; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 35 u16 pw_id; member in struct:wps_nfc_pw_token
49 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id)
54 if (pw_id == 0 || pw_id == token->pw_id)
61 u16 pw_id)
65 if (pw_id == token->pw_id)
    [all...]
wps.c 480 * @pw_id: Password ID (DEV_PW_PUSHBUTTON for active PBC and DEV_PW_DEFAULT for
492 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
514 wps_build_dev_password_id(ie, pw_id) ||
wps.h 238 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
827 const u8 *pubkey_hash, u16 pw_id,

Completed in 305 milliseconds