citra/src/core/hle/service/nwm
B3n30 d673d508dd Services/UDS: Added a function to send EAPoL-Start packets (#2920)
* Services/UDS: Added a function to generate the EAPoL-Start packet body.

* Services/UDS: Added filter for beacons.

* Services/UDS: Lock a mutex when accessing connection_status from both the emulation and network thread.

* Services/UDS: Handle the Association Response frame and respond with the EAPoL-Start frame.

* fixup: make use of current_node, changed received_beacons into a list, mutex and assert corrections

* fixup: fix damn clang-format
2017-09-25 08:16:27 +02:00
..
nwm.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_cec.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_cec.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_ext.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_ext.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_inf.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_inf.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_sap.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_sap.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_soc.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_soc.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_tst.cpp Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_tst.h Service/NWM: add nwm services 2016-12-22 22:51:27 +03:00
nwm_uds.cpp Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
nwm_uds.h Services/UDS: Add functions to generate 802.11 auth and assoc response frames. 2017-08-27 10:48:09 -05:00
uds_beacon.cpp Services/UDS: Remove an old duplicated declaration of WifiPacket. 2017-08-27 10:48:15 -05:00
uds_beacon.h Services/UDS: Remove an old duplicated declaration of WifiPacket. 2017-08-27 10:48:15 -05:00
uds_connection.cpp Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
uds_connection.h Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
uds_data.cpp Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
uds_data.h Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00