Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/p2p/
H A Dp2p_pd.c186 u16 config_methods = dev->req_config_methods; in p2p_build_prov_disc_req()
1300 u16 report_config_methods = 0, req_config_methods; in p2p_process_prov_disc_resp() local
1350 if (dev == NULL || !dev->req_config_methods) { in p2p_process_prov_disc_resp()
1378 req_config_methods = dev->req_config_methods; in p2p_process_prov_disc_resp()
1388 if (msg.wps_config_methods != req_config_methods) { in p2p_process_prov_disc_resp()
1390 msg.wps_config_methods, req_config_methods); in p2p_process_prov_disc_resp()
1400 report_config_methods = req_config_methods; in p2p_process_prov_disc_resp()
1404 if (req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp()
1552 dev->req_config_methods = 0; in p2p_process_prov_disc_resp()
1625 dev->req_config_methods = WPS_CONFIG_KEYPAD; in p2p_send_prov_disc_req()
[all …]
H A Dp2p.c3213 if (dev->req_config_methods && in p2p_pre_find_operation()
3218 dev->req_config_methods); in p2p_pre_find_operation()
3341 if (!dev->req_config_methods) in p2p_retry_pd()
3347 dev->req_config_methods); in p2p_retry_pd()
4017 if (dev->req_config_methods && in p2p_timeout_prov_disc_req()
4276 dev->req_config_methods, in p2p_get_peer_info_txt()
H A Dp2p_i.h89 u16 req_config_methods; member