Searched refs:psk_list (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_ssid.h | 609 * psk_list - Per-client PSKs (struct psk_list_entry) 611 struct dl_list psk_list; member
|
H A D | config_winreg.c | 307 dl_list_init(&ssid->psk_list); in wpa_config_read_network()
|
H A D | config_file.c | 187 dl_list_init(&ssid->psk_list); in wpa_config_read_network() 698 dl_list_for_each(psk, &ssid->psk_list, struct psk_list_entry, list) { in write_psk_list()
|
H A D | config.c | 1923 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list address '%s'", in wpa_config_parse_psk_list() 1930 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list '%s'", in wpa_config_parse_psk_list() 1938 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list PSK '%s'", in wpa_config_parse_psk_list() 1944 dl_list_add(&ssid->psk_list, &p->list); in wpa_config_parse_psk_list() 2344 { FUNC(psk_list) }, 2607 while ((psk = dl_list_first(&ssid->psk_list, struct psk_list_entry, in wpa_config_free_ssid() 2805 dl_list_init(&ssid->psk_list); in wpa_config_add_network()
|
H A D | p2p_supplicant.c | 1172 dl_list_add(&s->psk_list, &wpa_s->global->add_psk->list); in wpas_p2p_store_persistent_group() 1708 dl_list_for_each(psk, &persistent->psk_list, struct psk_list_entry, in wpas_p2p_add_psk_list() 8184 dl_list_for_each_safe(psk, tmp, &s->psk_list, struct psk_list_entry, in wpas_p2p_remove_psk_entry() 8270 if (dl_list_len(&persistent->psk_list) > P2P_MAX_STORED_CLIENTS && in wpas_p2p_new_psk_cb() 8271 (last = dl_list_last(&persistent->psk_list, in wpas_p2p_new_psk_cb() 8290 dl_list_add(&persistent->psk_list, &p->list); in wpas_p2p_new_psk_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_ssid.h | 684 * psk_list - Per-client PSKs (struct psk_list_entry) 686 struct dl_list psk_list; member
|
H A D | config_winreg.c | 316 dl_list_init(&ssid->psk_list); in wpa_config_read_network()
|
H A D | config_file.c | 127 dl_list_init(&ssid->psk_list); in wpa_config_read_network() 655 dl_list_for_each(psk, &ssid->psk_list, struct psk_list_entry, list) { in write_psk_list()
|
H A D | config.c | 2232 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list address '%s'", in wpa_config_parse_psk_list() 2239 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list '%s'", in wpa_config_parse_psk_list() 2247 wpa_printf(MSG_ERROR, "Line %d: Invalid psk_list PSK '%s'", in wpa_config_parse_psk_list() 2253 dl_list_add(&ssid->psk_list, &p->list); in wpa_config_parse_psk_list() 2700 { FUNC(psk_list) }, 2975 while ((psk = dl_list_first(&ssid->psk_list, struct psk_list_entry, in wpa_config_free_ssid() 3190 dl_list_init(&ssid->psk_list); in wpa_config_add_network()
|
H A D | p2p_supplicant.c | 1376 dl_list_add(&s->psk_list, &wpa_s->global->add_psk->list); in wpas_p2p_store_persistent_group() 1980 dl_list_for_each(psk, &persistent->psk_list, struct psk_list_entry, in wpas_p2p_add_psk_list() 9589 dl_list_for_each_safe(psk, tmp, &s->psk_list, struct psk_list_entry, 9683 if (dl_list_len(&persistent->psk_list) > P2P_MAX_STORED_CLIENTS && 9684 (last = dl_list_last(&persistent->psk_list, 9710 dl_list_add(&persistent->psk_list, &p->list);
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 243 " psk_list=%%s default: \"\"\n" \ 261 " through the command line parameter `psk_list` in PSA-based key slots.\n" \ 637 char *psk_list; /* list of PSK id/key pairs for callback */ member 1715 opt.psk_list = DFL_PSK_LIST; in main() 1960 } else if (strcmp(p, "psk_list") == 0) { in main() 1961 opt.psk_list = q; in main() 2359 if (opt.psk_list == NULL) { in main() 2450 if (opt.psk_list != NULL) { in main() 2451 if ((psk_info = psk_parse(opt.psk_list)) == NULL) { in main() 2452 mbedtls_printf("psk_list invali in main() [all...] |
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 1033 int *psk_list; local 1079 psk_list = psk_ciphers; 1098 *psk_list = *list; 1099 psk_list++; 1110 *psk_list = 0;
|
Completed in 50 milliseconds