Searched refs:pasn_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/wpa/src/common/ |
| H A D | proximity_ranging.c | 330 capab->pasn_type = pr->cfg->pasn_type; in pr_get_ranging_capabilities() 656 wpabuf_put_u8(buf, capab->pasn_type); in pr_buf_add_ranging_capa_info() 1052 pr_caps->pasn_type = *pos; in pr_process_ranging_capabilities() 1261 dev->pr_caps.pasn_type == caps->pasn_type && in pr_eq_ranging_capa_params() 1761 static void pr_pasn_set_password(struct pasn_data *pasn, u8 pasn_type, in pr_pasn_set_password() argument 1772 if ((pasn_type & (PR_PASN_DH20_UNAUTH | PR_PASN_DH20_AUTH)) && in pr_pasn_set_password() 1773 (pasn_type & (PR_PASN_DH19_UNAUTH | PR_PASN_DH19_AUTH))) { in pr_pasn_set_password() 1776 } else if (pasn_type & (PR_PASN_DH20_UNAUTH | PR_PASN_DH20_AUTH)) { in pr_pasn_set_password() 1822 (!(pr->cfg->pasn_type & BIT(0)) || in pr_pasn_initialize() 1823 !(dev->pr_caps.pasn_type & BIT(0)))) { in pr_pasn_initialize() [all …]
|
| H A D | proximity_ranging.h | 134 u8 pasn_type; member 472 u8 pasn_type; member
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 1886 if (p2p->cfg->pairing_config.pasn_type & 0xc) in p2p_go_params() 5026 void p2p_set_pasn_type(struct p2p_data *p2p, u8 pasn_type) in p2p_set_pasn_type() argument 5028 p2p_dbg(p2p, "PASN type: 0x%x", pasn_type); in p2p_set_pasn_type() 5029 p2p->cfg->pairing_config.pasn_type = pasn_type; in p2p_set_pasn_type() 6395 static void p2p_pairing_set_password(struct pasn_data *pasn, u8 pasn_type, in p2p_pairing_set_password() argument 6406 if (pasn_type & 0xc && pasn_type & 0x3) { in p2p_pairing_set_password() 6409 } else if (pasn_type & 0xc) { in p2p_pairing_set_password() 6447 if ((p2p->cfg->pairing_config.pasn_type & 0xc) && in p2p_pasn_initialize() 6448 (dev->info.pairing_config.pasn_type & 0xc)) { in p2p_pasn_initialize() 6468 p2p->cfg->pairing_config.pasn_type, in p2p_pasn_initialize() [all …]
|
| H A D | p2p_build.c | 770 if (p2p->cfg->pairing_config.pasn_type) in p2p_buf_add_pcea() 784 wpabuf_put_u8(buf, p2p->cfg->pairing_config.pasn_type); in p2p_buf_add_pcea()
|
| H A D | p2p.h | 396 u8 pasn_type; member 2796 void p2p_set_pasn_type(struct p2p_data *p2p, u8 pasn_type);
|
| H A D | p2p_pd.c | 695 dev->info.pairing_config.pasn_type = *pos++; in p2p_process_pcea()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | notify.c | 1626 dev->pr_caps.pasn_type, in wpas_notify_pr_device_found()
|
| H A D | pr_supplicant.c | 663 pr.pasn_type = wpa_s->conf->pr_pasn_type ? in wpas_pr_init()
|
| H A D | p2p_supplicant.c | 3154 info->pairing_config.pasn_type); in wpas_dev_found() 6071 p2p.pairing_config.pasn_type = wpa_s->conf->p2p_pasn_type; in wpas_p2p_init()
|