Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DBootstrapMethods.java124 for (final BootstrapMethod bootstrap_method : bootstrap_methods) { in dump()
125 bootstrap_method.dump(file); in dump()
/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
Daidl.h101 int status, u16 bootstrap_method, const char *group_ifname);
104 int status, u16 bootstrap_method, const char *group_ifname);
285 int status, u16 bootstrap_method, const char *group_ifname) in wpas_aidl_notify_p2p_bootstrap_request() argument
289 int status, u16 bootstrap_method, const char *group_ifname) in wpas_aidl_notify_p2p_bootstrap_response() argument
Daidl.cpp1211 int status, u16 bootstrap_method, const char *group_ifname) in wpas_aidl_notify_p2p_bootstrap_request() argument
1227 WPS_NOT_READY, 0, group_ifname, bootstrap_method); in wpas_aidl_notify_p2p_bootstrap_request()
1232 int status, u16 bootstrap_method, const char *group_ifname) in wpas_aidl_notify_p2p_bootstrap_response() argument
1248 WPS_NOT_READY, 0, group_ifname, bootstrap_method); in wpas_aidl_notify_p2p_bootstrap_response()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.h270 const u8 *src, u16 bootstrap_method);
273 u16 bootstrap_method);
649 const u8 *src, u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_req() argument
656 u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_rsp() argument
Ddbus_new.c2345 const u8 *src, u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_req() argument
2379 &bootstrap_method)) in wpas_dbus_signal_p2p_bootstrap_req()
2400 u16 bootstrap_method) in wpas_dbus_signal_p2p_bootstrap_rsp() argument
2436 &bootstrap_method)) in wpas_dbus_signal_p2p_bootstrap_rsp()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c929 const u8 *src, u16 bootstrap_method) in wpas_notify_p2p_bootstrap_req() argument
931 wpas_dbus_signal_p2p_bootstrap_req(wpa_s, src, bootstrap_method); in wpas_notify_p2p_bootstrap_req()
932 wpas_aidl_notify_p2p_bootstrap_request(wpa_s, src, P2P_SC_SUCCESS, bootstrap_method, NULL); in wpas_notify_p2p_bootstrap_req()
937 u16 bootstrap_method) in wpas_notify_p2p_bootstrap_rsp() argument
940 bootstrap_method); in wpas_notify_p2p_bootstrap_rsp()
941 wpas_aidl_notify_p2p_bootstrap_response(wpa_s, src, status, bootstrap_method, NULL); in wpas_notify_p2p_bootstrap_rsp()
Dnotify.h170 const u8 *src, u16 bootstrap_method);
173 u16 bootstrap_method);
Dp2p_supplicant.c5525 u16 bootstrap_method) in wpas_bootstrap_req_rx() argument
5530 " bootstrap_method=%u", MAC2STR(addr), bootstrap_method); in wpas_bootstrap_req_rx()
5532 wpas_notify_p2p_bootstrap_req(wpa_s, addr, bootstrap_method); in wpas_bootstrap_req_rx()
5538 u16 bootstrap_method) in wpas_bootstrap_rsp_rx() argument
5542 wpas_notify_p2p_bootstrap_rsp(wpa_s, addr, status, bootstrap_method); in wpas_bootstrap_rsp_rx()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1362 u16 bootstrap_method);
1377 u16 bootstrap_method);
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()
1706 dev->bootstrap_params->bootstrap_method = in p2p_process_prov_disc_bootstrap_resp()
Dp2p_i.h52 u16 bootstrap_method; member