mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:58:32 -05:00
Services/UDS: Add functions to generate 802.11 auth and assoc response frames.
This commit is contained in:
@ -144,6 +144,7 @@ set(SRCS
|
||||
hle/service/nwm/nwm_tst.cpp
|
||||
hle/service/nwm/nwm_uds.cpp
|
||||
hle/service/nwm/uds_beacon.cpp
|
||||
hle/service/nwm/uds_connection.cpp
|
||||
hle/service/nwm/uds_data.cpp
|
||||
hle/service/pm_app.cpp
|
||||
hle/service/ptm/ptm.cpp
|
||||
@ -342,6 +343,7 @@ set(HEADERS
|
||||
hle/service/nwm/nwm_tst.h
|
||||
hle/service/nwm/nwm_uds.h
|
||||
hle/service/nwm/uds_beacon.h
|
||||
hle/service/nwm/uds_connection.h
|
||||
hle/service/nwm/uds_data.h
|
||||
hle/service/pm_app.h
|
||||
hle/service/ptm/ptm.h
|
||||
|
Reference in New Issue
Block a user