Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
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()
781 if (!dev->req_bootstrap_method) { in p2p_process_prov_disc_bootstrap_req()
792 if (!dev->req_bootstrap_method) { in p2p_process_prov_disc_bootstrap_req()
817 dev->req_bootstrap_method == P2P_PBMA_PIN_CODE_KEYPAD) in p2p_process_prov_disc_bootstrap_req()
820 dev->req_bootstrap_method == P2P_PBMA_PIN_CODE_DISPLAY) in p2p_process_prov_disc_bootstrap_req()
823 dev->req_bootstrap_method == P2P_PBMA_PASSPHRASE_KEYPAD) in p2p_process_prov_disc_bootstrap_req()
826 dev->req_bootstrap_method == P2P_PBMA_PASSPHRASE_DISPLAY) in p2p_process_prov_disc_bootstrap_req()
829 dev->req_bootstrap_method == P2P_PBMA_NFC_READER) in p2p_process_prov_disc_bootstrap_req()
832 dev->req_bootstrap_method == P2P_PBMA_NFC_TAG) in p2p_process_prov_disc_bootstrap_req()
[all …]
Dp2p_i.h186 u16 req_bootstrap_method; member
Dp2p.c1714 dev->req_bootstrap_method = bootstrap; in p2p_connect()
1770 dev->req_bootstrap_method = bootstrap; in p2p_authorize()
3576 if (!dev->req_config_methods && !dev->req_bootstrap_method) in p2p_retry_pd()
6863 if (dev->req_bootstrap_method != P2P_PBMA_OPPORTUNISTIC && in p2p_pasn_add_encrypted_data()
6887 if (dev->req_bootstrap_method == P2P_PBMA_OPPORTUNISTIC) { in p2p_pasn_add_encrypted_data()
Dp2p_go_neg.c257 else if (dev->p2p2 && dev->req_bootstrap_method) in p2p_connect_send()