netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remote netlink or other solution to map 2nd SoC wlan0 device into 1st SoC?
@ 2021-04-08 10:38 Kestrel seventyfour
  0 siblings, 0 replies; only message in thread
From: Kestrel seventyfour @ 2021-04-08 10:38 UTC (permalink / raw)
  To: netdev

Hi,

I am working on better supporting fritzbox 7490 with linux. It has an
implementation where there are two SoC on the board. 1st is lantiq
with no wifi, 2nd is ath79 with 2 wifis. The lantiq SoC has a 5 port
switch, where the 5th port is the eth 1Gb link to the ath79 SoC which
has eth0, wlan0 and wlan1 (for both 2,4 and 5ghz wifis, ath9k and
ath10k). The ath79 SoC can be booted with a linux by using mdio.
Now I wonder if there is a possibility to configure the wlan0 device
that resides on the ath79 SoC from the lantiq SoC with iw, ip,
hostapd.
I saw that there is a python implementation of remote netlink
(pyroute2), is that a solution for my issue? In the mean time for
cloud, virtualization, etc. there are so many possibilities of
networking, that I wonder if there is a way to map wlan0 from the
ath79 SoC into the lantiq SoC?
The best way would be by just configuring MAC addresses, such that the
ath79 Soc would not require an ip address and the netlink based
commands will be routed from the lantiq SoC to the ath79 Soc.
Is there anything available that allows something like that?
If a driver is needed, should it just reimplement something like
pyroute2 or are there better solutions?

Thanks in advance.
Kestrel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-08 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 10:38 Remote netlink or other solution to map 2nd SoC wlan0 device into 1st SoC? Kestrel seventyfour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).