eap: Print vendor (PEN) names for vendor-specific EAP methods

This commit is contained in:
Tobias Brunner
2022-09-21 13:53:44 +02:00
parent f6e6fcd2f6
commit 9efd7d7e90
11 changed files with 79 additions and 37 deletions
+2 -1
View File
@@ -1344,7 +1344,8 @@ static char* get_string(private_message_t *this, char *buf, int len)
{
if (vendor)
{
snprintf(method, sizeof(method), "/%d-%d", type, vendor);
snprintf(method, sizeof(method), "/%d-%N", type,
pen_short_names, vendor);
}
else
{