Home
last modified time | relevance | path

Searched refs:dik_cipher (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h443 int dik_cipher; member
1879 int dik_cipher; member
H A Dpr_supplicant.c735 pr.dik_cipher = wpa_s->conf->dik_cipher; in wpas_pr_init()
741 pr.dik_cipher = DIRA_CIPHER_VERSION_128; in wpas_pr_init()
752 wpa_s->conf->dik_cipher = pr.dik_cipher; in wpas_pr_init()
H A Dconfig_file.c1800 fprintf(f, "dik_cipher=%d\n", config->dik_cipher); in wpa_config_write_global()
1830 fprintf(f, "\tdik_cipher=%d\n", dev_ik->dik_cipher); in wpa_config_write_identity()
H A Dp2p_supplicant.c1500 ik->dik_cipher = cipher; in wpas_p2p_store_identity()
5655 ik->dik_cipher != DIRA_CIPHER_VERSION_128) in wpas_validate_dira()
6040 p2p.pairing_config.dik_cipher = wpa_s->conf->dik_cipher; in wpas_p2p_init()
6046 p2p.pairing_config.dik_cipher = DIRA_CIPHER_VERSION_128; in wpas_p2p_init()
6058 wpa_s->conf->dik_cipher = p2p.pairing_config.dik_cipher; in wpas_p2p_init()
H A Dnan_supplicant.c1136 ik->dik_cipher = cipher_ver; in wpas_nan_update_pairing_credentials_cb()
3445 pos += wpa_scnprintf(pos, end - pos, "nik_cipher=%d\n", ik->dik_cipher); in wpas_nan_append_ik_info()
H A Dconfig.c5908 { INT(dik_cipher), 0},
6212 identity->dik_cipher = atoi(value); in wpa_config_set_identity()
/freebsd/contrib/wpa/src/common/
H A Dproximity_ranging.h546 int dik_cipher; member
H A Dproximity_ranging.c404 if (pr->cfg->dik_cipher != DIRA_CIPHER_VERSION_128) { in pr_derive_dira()
406 pr->cfg->dik_cipher); in pr_derive_dira()
438 dira->cipher_version = pr->cfg->dik_cipher; in pr_derive_dira()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h399 int dik_cipher; member
H A Dp2p.c3147 p2p->cfg->pairing_config.dik_cipher; in p2p_pairing_info_init()
6244 dev->info.pairing_config.dik_cipher = msg.dira[0]; in p2p_process_usd_elems()