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

Christian Mauderer christian.mauderer at embedded-brains.de
Mon Feb 6 09:10:59 UTC 2017


Am 06.02.2017 um 04:43 schrieb Chris Johns:
> 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 ?

We currently have no fixed plan for the configuration but I will take
the rc.conf into consideration during the future work on the topic. I am
aware that the rc.conf is _the_ place where libbsd configurations should
be put if somehow possible.

Kind regards

Christian

> 
> Chris
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel

-- 
--------------------------------------------
embedded brains GmbH
Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: christian.mauderer at embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax:   +49-89-18 94 741 - 08
PGP: Public key available on request.

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



More information about the devel mailing list