/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | BootstrapMethods.java | 124 for (final BootstrapMethod bootstrap_method : bootstrap_methods) { in dump() 125 bootstrap_method.dump(file); in dump()
|
/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/ |
D | aidl.h | 101 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
|
D | aidl.cpp | 1211 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/ |
D | dbus_new.h | 270 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
|
D | dbus_new.c | 2345 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/ |
D | notify.c | 929 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()
|
D | notify.h | 170 const u8 *src, u16 bootstrap_method); 173 u16 bootstrap_method);
|
D | p2p_supplicant.c | 5525 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/ |
D | p2p.h | 1362 u16 bootstrap_method); 1377 u16 bootstrap_method);
|
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() 1706 dev->bootstrap_params->bootstrap_method = in p2p_process_prov_disc_bootstrap_resp()
|
D | p2p_i.h | 52 u16 bootstrap_method; member
|