commit | 8d88d822f30fa9f05bfe64cd2eb6f0e05ebdddf9 | [log] [tgz] |
---|---|---|
author | Srinivas Dasari <dasaris@codeaurora.org> | Mon Mar 26 17:57:34 2018 +0530 |
committer | Jouni Malinen <jouni@codeaurora.org> | Mon Mar 26 20:52:40 2018 +0300 |
tree | e6786352cba349c16b833b3438021e1be46fd045 | |
parent | ecb49d8b82a0e1604f15dd66d70c20a5557639ef [diff] |
DPP: Move manual mode auth resp processing to a helper function This functionality needs to be used from multiple locations to fix manual mode processing of Authentication Response with mutual authentication, so move the functionality into a helper function. This commit does not change behavior, i.e., it is only creating a helper function from the existing implementation. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>