Multiplexed hotspot in Android

后端 未结 2 2000
萌比男神i
萌比男神i 2020-12-30 09:47

Is it possible to write an app in Android using the wifi API which will act like a hotspot (so granting network access to wifi clients) while still allowing the local wifi d

2条回答
  •  鱼传尺愫
    2020-12-30 10:36

    What you are describing is called WDS (Wireless Distribution System). I think that this functionality is not implemented in Android wifi API. It is used in wireless APs to enable a wireless link upstream.

提交回复
热议问题