Basic IEEE802.11 (WiFi, WLAN) support for RTEMS (libbsd)

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Jan 30 08:49:03 UTC 2017


Hello,

we added a basic IEEE802.11 (WiFi, WLAN) support for RTEMS via libbsd. 
We only tested a RTL8192 based USB device so far (without encryption). 
You have to add

SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
SYSINIT_MODULE_REFERENCE(wlan_sta);
SYSINIT_MODULE_REFERENCE(wlan_amrr);
SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
SYSINIT_REFERENCE(rtwn_rtl8192cfwT);

to the libbsd configuration to test it. This is still work in progress.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list