/hostap-3.7.0/wpa_supplicant/examples/p2p/ |
D | p2p_connect.py | 63 global wps_method 79 pin,wps_method,go_intent): argument 83 self.wps_method = wps_method 152 self.p2p_connect_arguements = {'wps_method':self.wps_method, 156 if (self.wps_method == 'display'): 170 elif (self.wps_method == 'keypad'): 187 elif (self.wps_method == 'pin'): 192 elif (self.wps_method == 'pbc'): 215 if (self.wps_method == 'pin' and \ 224 wps_method = None variable [all …]
|
/hostap-3.7.0/src/p2p/ |
D | p2p_go_neg.c | 99 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method) in p2p_wps_method_pw_id() argument 101 switch (wps_method) { in p2p_wps_method_pw_id() 118 static const char * p2p_wps_method_str(enum p2p_wps_method wps_method) in p2p_wps_method_str() argument 120 switch (wps_method) { in p2p_wps_method_str() 192 pw_id = p2p_wps_method_pw_id(peer->wps_method); in p2p_build_go_neg_req() 222 if (dev->wps_method == WPS_PIN_DISPLAY) in p2p_connect_send() 224 else if (dev->wps_method == WPS_PIN_KEYPAD) in p2p_connect_send() 226 else if (dev->wps_method == WPS_PBC) in p2p_connect_send() 228 else if (dev->wps_method == WPS_P2PS) in p2p_connect_send() 351 pw_id = p2p_wps_method_pw_id(peer ? peer->wps_method : WPS_NOT_READY); in p2p_build_go_neg_resp() [all …]
|
D | p2p_build.c | 202 if (peer && peer->wps_method != WPS_NOT_READY) { in p2p_buf_add_device_info() 203 if (peer->wps_method == WPS_PBC) in p2p_buf_add_device_info() 205 else if (peer->wps_method == WPS_P2PS) in p2p_buf_add_device_info() 207 else if (peer->wps_method == WPS_PIN_DISPLAY || in p2p_buf_add_device_info() 208 peer->wps_method == WPS_PIN_KEYPAD) in p2p_buf_add_device_info()
|
D | p2p.h | 151 enum p2p_wps_method wps_method; member 1322 enum p2p_wps_method wps_method, 1350 enum p2p_wps_method wps_method,
|
D | p2p.c | 239 peer->wps_method = WPS_NOT_READY; in p2p_go_neg_failed() 1569 enum p2p_wps_method wps_method, in p2p_connect() argument 1582 wps_method, persistent_group, pd_before_go_neg, oob_pw_id, in p2p_connect() 1655 dev->wps_method = wps_method; in p2p_connect() 1671 enum p2p_wps_method wps_method, in p2p_authorize() argument 1683 wps_method, persistent_group, oob_pw_id, p2p->allow_6ghz); in p2p_authorize() 1713 dev->wps_method = wps_method; in p2p_authorize() 1817 res.wps_method = peer->wps_method; in p2p_go_complete() 1859 peer->wps_method = WPS_NOT_READY; in p2p_go_complete() 2224 pw_id = p2p_wps_method_pw_id(p2p->go_neg_peer->wps_method); in p2p_build_probe_resp_ies() [all …]
|
D | p2p_i.h | 46 enum p2p_wps_method wps_method; member 820 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method);
|
/hostap-3.7.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 580 enum p2p_wps_method wps_method = WPS_NOT_READY; in wpas_dbus_handler_p2p_connect() local 623 wps_method = WPS_PBC; in wpas_dbus_handler_p2p_connect() 625 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect() 627 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect() 629 wps_method = WPS_PIN_KEYPAD; in wpas_dbus_handler_p2p_connect() 641 if (wps_method == WPS_NOT_READY || in wpas_dbus_handler_p2p_connect() 649 if ((!pin || !pin[0]) && wps_method == WPS_PIN_KEYPAD) in wpas_dbus_handler_p2p_connect() 654 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, in wpas_dbus_handler_p2p_connect()
|
D | dbus_new.c | 1703 res->wps_method))) in wpas_dbus_signal_p2p_go_neg_resp()
|
/hostap-3.7.0/wpa_supplicant/ |
D | p2p_supplicant.c | 135 const u8 *dev_addr, enum p2p_wps_method wps_method, 1712 MAC2STR(res->peer_device_addr), res->wps_method); in wpas_start_wps_enrollee() 1717 if (res->wps_method == WPS_PBC) { in wpas_start_wps_enrollee() 1720 } else if (res->wps_method == WPS_NFC) { in wpas_start_wps_enrollee() 1921 if (params->wps_method == WPS_PBC) { in p2p_go_configured() 1925 } else if (params->wps_method == WPS_NFC) { in p2p_go_configured() 2446 p2p_wps_method_text(res->wps_method)); in wpas_go_neg_completed() 5080 enum p2p_wps_method wps_method, in wpas_p2p_start_go_neg() argument 5095 return p2p_connect(wpa_s->global->p2p, peer_addr, wps_method, in wpas_p2p_start_go_neg() 5100 wps_method == WPS_NFC ? wpa_s->p2p_oob_dev_pw_id : in wpas_p2p_start_go_neg() [all …]
|
D | p2p_supplicant.h | 36 const char *pin, enum p2p_wps_method wps_method,
|
D | ctrl_iface.c | 5998 enum p2p_wps_method wps_method; in p2p_ctrl_connect() local 6110 wps_method = WPS_PIN_DISPLAY; in p2p_ctrl_connect() 6112 wps_method = WPS_PBC; in p2p_ctrl_connect() 6114 wps_method = WPS_P2PS; in p2p_ctrl_connect() 6118 wps_method = WPS_PIN_KEYPAD; in p2p_ctrl_connect() 6122 wps_method = WPS_PIN_DISPLAY; in p2p_ctrl_connect() 6130 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, in p2p_ctrl_connect() 6145 if (wps_method == WPS_PIN_DISPLAY && pin == NULL) { in p2p_ctrl_connect()
|
/hostap-3.7.0/doc/ |
D | dbus.doxygen | 1541 …<tr><td>wps_method</td><td>s</td><td>"pbc", "display", "keypad", "pin" (alias for "display")</td><… 1885 <tr><td>wps_method</td><td>s</td><td></td></tr>
|