/external/wpa_supplicant_8/src/p2p/ |
p2p_build.c | 355 void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id, 373 if (pw_id >= 0) { 378 pw_id); 379 wpabuf_put_be16(buf, pw_id);
|
p2p.h | 397 * @pw_id: Device Password ID 420 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id); [all...] |
p2p_i.h | 637 void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id,
|
p2p.c | 911 u16 pw_id = DEV_PW_DEFAULT; local 931 p2p->find_dev_id, pw_id); 1964 int pw_id = -1; local [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps.c | 469 * @pw_id: Password ID (DEV_PW_PUSHBUTTON for active PBC and DEV_PW_DEFAULT for 481 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev, 503 wps_build_dev_password_id(ie, pw_id) ||
|
wps.h | 234 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev, 803 const u8 *pubkey_hash, u16 pw_id,
|
wps_registrar.c | 34 u16 pw_id; member in struct:wps_nfc_pw_token 47 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id) 52 if (pw_id == 0 || pw_id == token->pw_id) 59 u16 pw_id) 63 if (pw_id == token->pw_id) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 215 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id) 249 wps_ie = wps_build_probe_req_ie(pw_id, &wpa_s->wps->dev, [all...] |