Add new status code strings
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6bc9ce67b2
commit
651c9e9578
1 changed files with 3 additions and 0 deletions
|
@ -1880,6 +1880,9 @@ const char * status2str(u16 status)
|
|||
S2S(DENIED_HE_NOT_SUPPORTED)
|
||||
S2S(SAE_HASH_TO_ELEMENT)
|
||||
S2S(SAE_PK)
|
||||
S2S(INVALID_PUBLIC_KEY)
|
||||
S2S(PASN_BASE_AKMP_FAILED)
|
||||
S2S(OCI_MISMATCH)
|
||||
}
|
||||
return "UNKNOWN";
|
||||
#undef S2S
|
||||
|
|
Loading…
Reference in a new issue