2016-04-15 16:26 GMT+01:00 Mailing Lists <[email protected]>: > un access point cu dd-wrt e configurat sa trimita logurile spre un syslogd > de linux. > > am observat in loguri o adresa ethernet pe care nu o recunosc. > nu ma pricep prea tare la wifi, ma uit de vreo 20 min prin > wpa-2.3/src/ap/ieee802_11.c si tot nu inteleg: > > clientul cu acel ethernet address a fost la mine in retea, sau doar a > incercat sa se conecteze? cand mi se leaga telefonul/laptopul vad > supliemntar si alte mesaje despre wpa group key handshake >
Asta e logul complet, auth+assoc sunt doar ca sa poata comunica cu AP-ul ca sa faca WPA-ul defapt, trebuie si pasul WPA ca sa poti face trafic real. Fri Apr 15 17:13:41 2016 daemon.info hostapd: wlan0: STA f8:cf:c5:ab:ab:86 IEEE 802.11: authenticated Fri Apr 15 17:13:41 2016 daemon.info hostapd: wlan0: STA f8:cf:c5:ab:ab:86 IEEE 802.11: associated (aid 9) Fri Apr 15 17:13:41 2016 daemon.info hostapd: wlan0: STA f8:cf:c5:ab:ab:86 WPA: pairwise key handshake completed (RSN) IEEE 802.11i enhances IEEE 802.11-1999 by providing a Robust Security Network (RSN) with two new protocols, the 4-Way Handshake and the Group Key Handshake. *These utilize the authentication services and port access control described in IEEE 802.1X to establish and change the appropriate cryptographic keys*.[2][3] The RSN is a security network that only allows the creation of robust security network associations (RSNAs), which are a type of association used by a pair of stations (STAs) if the procedure to establish authentication or association between them includes the 4-Way Handshake.[4] https://en.wikipedia.org/wiki/IEEE_802.11i-2004 > mesajele in cauza: http://pastebin.com/jeg7ZXjg > _______________________________________________ > RLUG mailing list > [email protected] > http://lists.lug.ro/mailman/listinfo/rlug > _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
