commit | 9a742ff95185beb2fe53bd75b2c93ac35cb16399 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <quic_jouni@quicinc.com> | Thu Jan 27 00:43:14 2022 +0200 |
committer | Jouni Malinen <quic_jouni@quicinc.com> | Thu Jan 27 00:43:14 2022 +0200 |
tree | 8ac4b3a4e2a5393ec7f91d7f7cb3796537942629 | |
parent | 960aa7cf49fd4fedab09491db1ef33b636e628c8 [diff] [blame] |
Add Program,HS2-R4 value Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
diff --git a/utils.c b/utils.c index cb69a99..c470937 100644 --- a/utils.c +++ b/utils.c
@@ -140,6 +140,8 @@ return PROGRAM_HS2_R2; if (strcasecmp(prog, "HS2-R3") == 0) return PROGRAM_HS2_R3; + if (strcasecmp(prog, "HS2-R4") == 0) + return PROGRAM_HS2_R4; if (strcasecmp(prog, "WFD") == 0) return PROGRAM_WFD; if (strcasecmp(prog, "DisplayR2") == 0)