mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 12:35:22 +08:00
Enable the WEP encrypted WiFi.
Now rtems can connnect WiFi via WEP on rtl8188eu chip.
This commit is contained in:

committed by
Sebastian Huber

parent
47169ea21a
commit
097ccba6b0
@@ -72,6 +72,8 @@ typedef void (*ratectl_modevent)(int);
|
||||
RTEMS_BSD_DEFINE_SET(ratectl_set, ratectl_modevent);
|
||||
typedef void (*scanner_modevent)(int);
|
||||
RTEMS_BSD_DEFINE_SET(scanner_set, scanner_modevent);
|
||||
typedef void (*crypto_modevent)(int);
|
||||
RTEMS_BSD_DEFINE_SET(crypto_set, crypto_modevent);
|
||||
RTEMS_BSD_DEFINE_SET(sysctl_set, struct sysctl_oid *);
|
||||
|
||||
RTEMS_BSD_DEFINE_RWSET(sysinit_set, struct sysinit *);
|
||||
|
Reference in New Issue
Block a user