<div dir="ltr">Hey Folks,<br><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><br></div><div>I saw that netifd isn't able to fully manage 802154 devices. At the moment it lacks the understanding of wpan settings and definition. If it would be in a separate file it would look like:</div><div>/etc/config/wpan </div><div><br></div><div>config wpan-device radio0</div><div>            option type 'mac80215'</div><div>            option channel '11'</div><div>            option disabled '0' / '1'</div><div><br></div><div>config wpan-iface</div><div>            option device 'radio0'</div><div>            option pan_id '0xbeef'</div><div><br></div><div>I figured two ways to implement this.</div><div>The approach #1 is to follow the logic in wireless.h/c which wraps calls to the kernel driver in mac80211.sh & netifd-wireless.sh.</div><div>The approach #2 is to replicate the wpan-tools code which would add a dependency to libnl. </div><div><br></div><div>I'm wondering which approach to follow in doing this task?</div><div><br></div><div>Regards, Anatoliy</div></div>
</div><br></div>
</div><br></div>