Home
last modified time | relevance | path

Searched refs:req_config_methods (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c250 u16 config_methods = dev->req_config_methods; in p2p_build_prov_disc_req()
1728 u16 report_config_methods = 0, req_config_methods; in p2p_process_prov_disc_resp() local
1773 if (dev == NULL || !dev->req_config_methods) { in p2p_process_prov_disc_resp()
1801 req_config_methods = dev->req_config_methods; in p2p_process_prov_disc_resp()
1811 if (msg->wps_config_methods != req_config_methods) { in p2p_process_prov_disc_resp()
1813 msg->wps_config_methods, req_config_methods); in p2p_process_prov_disc_resp()
1822 report_config_methods = req_config_methods; in p2p_process_prov_disc_resp()
1826 if (req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp()
1971 dev->req_config_methods = 0; in p2p_process_prov_disc_resp()
2062 dev->req_config_methods = WPS_CONFIG_KEYPAD; in p2p_send_prov_disc_req()
[all …]
H A Dp2p.c3355 if (dev->req_config_methods && in p2p_pre_find_operation()
3360 dev->req_config_methods); in p2p_pre_find_operation()
3483 if (!dev->req_config_methods && !dev->req_bootstrap_method) in p2p_retry_pd()
3489 dev->req_config_methods); in p2p_retry_pd()
4177 if (dev->req_config_methods && in p2p_timeout_prov_disc_req()
4439 dev->req_config_methods, in p2p_get_peer_info_txt()
H A Dp2p_i.h111 u16 req_config_methods; member