Basic IEEE802.11 (WiFi, WLAN) support for RTEMS (libbsd)
Chris Johns
chrisj at rtems.org
Mon Feb 6 03:43:05 UTC 2017
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
More information about the devel
mailing list