vwifi icon indicating copy to clipboard operation
vwifi copied to clipboard

Simulate a connection to real device driver?

Open mikedorin opened this issue 3 years ago • 1 comments

I would like to test the internals of a real device driver for an AP against a large collection of simulated stations. My idea would be to cut off the RF portions of the real AP and connect to your simulated RF transport. Does this behave enough like true linux wifi that this could work? If I got the simulated RF correct, the AP would think it was connected to many stations?

Thank you! Mike

mikedorin avatar Sep 14 '22 19:09 mikedorin

@mikedorin, You can try virt_wifi, a fake implementation of cfg80211_ops that can be tacked on to an ethernet net_device to make it appear as a wireless connection.

jserv avatar Oct 11 '22 21:10 jserv