Changeset 097ccba in rtems-libbsd


Ignore:
Timestamp:
08/01/17 07:21:32 (7 years ago)
Author:
Sichen Zhao <1473996754@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, master
Children:
307b324
Parents:
47169ea
git-author:
Sichen Zhao <1473996754@…> (08/01/17 07:21:32)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/02/17 06:30:55)
Message:

Enable the WEP encrypted WiFi?.

Now rtems can connnect WiFi? via WEP on rtl8188eu chip.

Location:
rtemsbsd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rtemsbsd/include/bsp/nexus-devices.h

    r47169ea r097ccba  
    6161SYSINIT_MODULE_REFERENCE(wlan_sta);
    6262SYSINIT_MODULE_REFERENCE(wlan_amrr);
     63SYSINIT_MODULE_REFERENCE(wlan_wep);
    6364SYSINIT_REFERENCE(rtwn_rtl8188eufw);
    6465
  • rtemsbsd/rtems/rtems-kernel-init.c

    r47169ea r097ccba  
    7373typedef void (*scanner_modevent)(int);
    7474RTEMS_BSD_DEFINE_SET(scanner_set, scanner_modevent);
     75typedef void (*crypto_modevent)(int);
     76RTEMS_BSD_DEFINE_SET(crypto_set, crypto_modevent);
    7577RTEMS_BSD_DEFINE_SET(sysctl_set, struct sysctl_oid *);
    7678
Note: See TracChangeset for help on using the changeset viewer.