CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/01/04 16:34:06
Modified files: sys/dev/ic : bwfm.c Log message: Receiving an AUTH event means that we successfully authenticated, thus we have to move to the "trying to" ASSOC state. When association has finished we will receive an ASSOC event, so that we can move into the RUN state. After that point we will receive ethernet packets and the WPA2 handshake can occur. The SET_SSID event will now only be used to bring us back into SCAN when it notes an error, as it often completes after we have already done the WPA2 handshake and can not be used to switch between the different states.