On 30/01/2017 19:49, Sebastian Huber wrote:
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.
Well done, this is awesome.
This is still work in progress.
Do you plan to support rc.conf based configuration for wlan, eg
30.3.4.1.2. Basic Settings in
https://www.freebsd.org/doc/handbook/network-wireless.html ?
Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel