wgconfig.c | 80 format_key(prop_object_t key_prop) function in typeref:typename:const char * 251 printf("%spublic-key: %s\n", prefix, format_key(prop_obj)); 261 printf("%spreshared-key: %s\n", prefix, format_key(prop_obj)); 292 printf("\tprivate-key: %s\n", format_key(prop_obj)); 385 printf("private-key: %s\n", format_key(prop_obj));
|