Home
last modified time | relevance | path

Searched refs:req_bootstrap_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c233 p2p_buf_add_pbma(buf, dev->req_bootstrap_method, cookie, cookie_len, 0); in p2p_build_prov_disc_bootstrap_req()
337 p2p_buf_add_pbma(buf, dev->req_bootstrap_method, cookie, cookie_len, in p2p_build_prov_disc_bootstrap_resp()
782 if (!dev->req_bootstrap_method) { in p2p_process_prov_disc_bootstrap_req()
796 if (!dev->req_bootstrap_method) { in p2p_process_prov_disc_bootstrap_req()
821 dev->req_bootstrap_method == P2P_PBMA_PIN_CODE_KEYPAD) in p2p_process_prov_disc_bootstrap_req()
824 dev->req_bootstrap_method == P2P_PBMA_PIN_CODE_DISPLAY) in p2p_process_prov_disc_bootstrap_req()
827 dev->req_bootstrap_method == P2P_PBMA_PASSPHRASE_KEYPAD) in p2p_process_prov_disc_bootstrap_req()
830 dev->req_bootstrap_method == P2P_PBMA_PASSPHRASE_DISPLAY) in p2p_process_prov_disc_bootstrap_req()
833 dev->req_bootstrap_method == P2P_PBMA_NFC_READER) in p2p_process_prov_disc_bootstrap_req()
836 dev->req_bootstrap_method == P2P_PBMA_NFC_TAG) in p2p_process_prov_disc_bootstrap_req()
[all …]
H A Dp2p_i.h179 u16 req_bootstrap_method; member
H A Dp2p.c1696 dev->req_bootstrap_method = bootstrap; in p2p_connect()
1752 dev->req_bootstrap_method = bootstrap; in p2p_authorize()
3483 if (!dev->req_config_methods && !dev->req_bootstrap_method) in p2p_retry_pd()
H A Dp2p_go_neg.c257 else if (dev->p2p2 && dev->req_bootstrap_method) in p2p_connect_send()