Home
last modified time | relevance | path

Searched refs:dev_passwd_id (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/src/wps/
Dwps.h333 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
594 u16 dev_passwd_id; member
611 u16 dev_passwd_id; member
910 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
Dwps_er.c48 ev->dev_passwd_id = sta->dev_passwd_id; in wps_er_sta_event()
795 sta->dev_passwd_id = WPA_GET_BE16(attr->dev_password_id); in wps_er_add_sta_data()
1474 static int wps_er_build_dev_password_id(struct wpabuf *msg, u16 dev_passwd_id) in wps_er_build_dev_password_id() argument
1478 wpabuf_put_be16(msg, dev_passwd_id); in wps_er_build_dev_password_id()
1502 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, in wps_er_set_sel_reg() argument
1531 wps_er_build_dev_password_id(msg, dev_passwd_id) || in wps_er_set_sel_reg()
1541 data.set_sel_reg.dev_passwd_id = dev_passwd_id; in wps_er_set_sel_reg()
Dwps_er.h21 u16 dev_passwd_id; member
Dwps_registrar.c157 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp1184 int dev_passwd_id = -1; in event_notify() local
1194 dev_passwd_id = val.toInt(); in event_notify()
1224 if (dev_passwd_id >= 0) in event_notify()
1225 item->setData(dev_passwd_id, in event_notify()
1262 int dev_passwd_id = items[5].toInt(); in event_notify() local
1290 (var2.isValid() && dev_passwd_id != var2.toInt())) in event_notify()
1308 item->setData(dev_passwd_id, peer_role_dev_passwd_id); in event_notify()
/hostap-latest/tests/fuzzing/p2p/
Dp2p.c68 static void go_neg_req_rx(void *ctx, const u8 *src, u16 dev_passwd_id, in go_neg_req_rx() argument
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new.h215 const u8 *src, u16 dev_passwd_id,
455 u16 dev_passwd_id, in wpas_dbus_signal_p2p_go_neg_req() argument
Ddbus_new.c1484 const u8 *src, u16 dev_passwd_id, in wpas_dbus_signal_p2p_go_neg_req() argument
1519 &dev_passwd_id) || in wpas_dbus_signal_p2p_go_neg_req()
/hostap-latest/wpa_supplicant/
Dnotify.h109 const u8 *src, u16 dev_passwd_id, u8 go_intent);
Dnotify.c686 const u8 *src, u16 dev_passwd_id, u8 go_intent) in wpas_notify_p2p_go_neg_req() argument
688 wpas_dbus_signal_p2p_go_neg_req(wpa_s, src, dev_passwd_id, go_intent); in wpas_notify_p2p_go_neg_req()
Dwps_supplicant.c801 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
858 uuid_str, ev->sel_reg, ev->dev_passwd_id, in wpa_supplicant_wps_event_er_set_sel_reg()
1496 static void wpas_wps_set_sel_reg_cb(void *ctx, int sel_reg, u16 dev_passwd_id, in wpas_wps_set_sel_reg_cb() argument
1506 sel_reg, dev_passwd_id, sel_reg_config_methods); in wpas_wps_set_sel_reg_cb()
1507 wps_er_set_sel_reg(wpa_s->wps_er, sel_reg, dev_passwd_id, in wpas_wps_set_sel_reg_cb()
DREADME-P2P816 …:44:33:22:11 conncap=1 session=1234567 session_mac=00:11:22:33:44:55 [dev_passwd_id=8 | go=p2p-wla…
827 dev_passwd_id - only if conncap value == 1 (New GO negotiation)
DREADME-WPS298 …fb-5108-adbb-bea66bb87333 02:66:a0:ee:17:27 M1=1 config_methods=0x14d dev_passwd_id=0 pri_dev_type…
Dp2p_supplicant.c2550 static void wpas_go_neg_req_rx(void *ctx, const u8 *src, u16 dev_passwd_id, in wpas_go_neg_req_rx() argument
2556 dev_passwd_id, go_intent); in wpas_go_neg_req_rx()
2558 wpas_notify_p2p_go_neg_req(wpa_s, src, dev_passwd_id, go_intent); in wpas_go_neg_req_rx()
/hostap-latest/tests/hwsim/
Dtest_dbus.py4630 def goNegotiationRequest(self, path, dev_passwd_id, go_intent=0): argument
4631 …g("goNegotiationRequest: path=%s dev_passwd_id=%d go_intent=%d" % (path, dev_passwd_id, go_intent))
4632 if dev_passwd_id != 1:
4633 raise Exception("Unexpected dev_passwd_id=%d" % dev_passwd_id)
5090 def goNegotiationRequest(self, path, dev_passwd_id, go_intent=0): argument
5091 …g("goNegotiationRequest: path=%s dev_passwd_id=%d go_intent=%d" % (path, dev_passwd_id, go_intent))
5092 if dev_passwd_id != 1:
5093 raise Exception("Unexpected dev_passwd_id=%d" % dev_passwd_id)
/hostap-latest/src/p2p/
Dp2p.h797 void (*go_neg_req_rx)(void *ctx, const u8 *src, u16 dev_passwd_id,
/hostap-latest/doc/
Dctrl_iface.doxygen843 02:66:a0:ee:17:27 M1=1 config_methods=0x14d dev_passwd_id=0
916 P2P-GO-NEG-REQUEST 02:40:61:c2:f3:b7 dev_passwd_id=4
Ddbus.doxygen2004 <h3>GONegotiationRequest ( o : path, q : dev_passwd_id, y : device_go_intent )</h3>