IBSS RSN: Do not start multiple Auth/Supp for same peer
authorJouni Malinen <j@w1.fi>
Sat, 15 Jan 2011 14:55:15 +0000 (16:55 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Jan 2011 14:55:15 +0000 (16:55 +0200)
commit6c9a98a20dfc05b09cd2eace4173ba216cf60799
tree012223bad6d8ff7bd70c9e2b19563f7fb34cd60d
parent50b05780c275d2774d40e58d442dd598ae93b7c0
IBSS RSN: Do not start multiple Auth/Supp for same peer

This avoids an issue when a received EAPOL-Key frame from a peer
is initiating IBSS RSN Authenticator and Supplicant for the peer
and the following new-STA-in-IBSS event from the driver is adding
yet another instance of Authenticator/Supplicant. The EAPOL-Key
RX case was already checking whether an instance had been started;
the driver new-STA event needs to do same.
wpa_supplicant/ibss_rsn.c