Interworking: Do not reconnect if already connected
If we are already connected to the selected AP with a network block that was created based on the selected credential, do not force a reconnection or network block update. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
dd6f538ea5
commit
d28f4e44f1
2 changed files with 40 additions and 0 deletions
|
@ -145,6 +145,7 @@ extern "C" {
|
|||
|
||||
#define INTERWORKING_AP "INTERWORKING-AP "
|
||||
#define INTERWORKING_NO_MATCH "INTERWORKING-NO-MATCH "
|
||||
#define INTERWORKING_ALREADY_CONNECTED "INTERWORKING-ALREADY-CONNECTED "
|
||||
|
||||
#define GAS_RESPONSE_INFO "GAS-RESPONSE-INFO "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue