Searched refs:bootstrap_method (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.h | 271 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 D | dbus_new.c | 2368 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 D | notify.h | 163 const u8 *src, u16 bootstrap_method); 166 u16 bootstrap_method);
|
| H A D | notify.c | 804 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 D | nan_supplicant.c | 3624 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 D | p2p_supplicant.c | 5577 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 D | p2p.h | 1355 u16 bootstrap_method); 1370 u16 bootstrap_method);
|
| H A D | p2p_pd.c | 779 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 D | p2p_i.h | 51 u16 bootstrap_method; member
|