Home
last modified time | relevance | path

Searched refs:bootstrap_method (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h271 const u8 *src, u16 bootstrap_method);
274 u16 bootstrap_method);
655 const u8 *src, u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_req() argument
662 u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_rsp() argument
H A Ddbus_new.c2368 const u8 *src, u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_req() argument
2402 &bootstrap_method)) in wpas_dbus_signal_p2p_bootstrap_req()
2423 u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_rsp() argument
2459 &bootstrap_method)) in wpas_dbus_signal_p2p_bootstrap_rsp()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.h163 const u8 *src, u16 bootstrap_method);
166 u16 bootstrap_method);
H A Dnotify.c804 const u8 *src, u16 bootstrap_method) in wpas_notify_p2p_bootstrap_req() argument
806 wpas_dbus_signal_p2p_bootstrap_req(wpa_s, src, bootstrap_method); in wpas_notify_p2p_bootstrap_req()
811 u16 bootstrap_method) in wpas_notify_p2p_bootstrap_rsp() argument
814 bootstrap_method); in wpas_notify_p2p_bootstrap_rsp()
H A Dnan_supplicant.c3624 u16 bootstrap_method = 0; in wpas_nan_bootstrap_request() local
3648 bootstrap_method = atoi(token + 7); in wpas_nan_bootstrap_request()
3663 if (!bootstrap_method) { in wpas_nan_bootstrap_request()
3681 req_instance_id, bootstrap_method, auth); in wpas_nan_bootstrap_request()
H A Dp2p_supplicant.c5577 u16 bootstrap_method) in wpas_bootstrap_req_rx() argument
5582 " bootstrap_method=%u", MAC2STR(addr), bootstrap_method); in wpas_bootstrap_req_rx()
5584 wpas_notify_p2p_bootstrap_req(wpa_s, addr, bootstrap_method); in wpas_bootstrap_req_rx()
5590 u16 bootstrap_method) in wpas_bootstrap_rsp_rx() argument
5594 wpas_notify_p2p_bootstrap_rsp(wpa_s, addr, status, bootstrap_method); in wpas_bootstrap_rsp_rx()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h1355 u16 bootstrap_method);
1370 u16 bootstrap_method);
H A Dp2p_pd.c779 bootstrap = dev->bootstrap_params->bootstrap_method; in p2p_process_prov_disc_bootstrap_req()
797 dev->bootstrap_params->bootstrap_method = bootstrap; in p2p_process_prov_disc_bootstrap_req()
1712 dev->bootstrap_params->bootstrap_method = in p2p_process_prov_disc_bootstrap_resp()
H A Dp2p_i.h51 u16 bootstrap_method; member