wifiphisher / roguehostapd

Hostapd fork including Wi-Fi attacks and providing Python bindings with ctypes.
BSD 3-Clause "New" or "Revised" License
173 stars 67 forks source link

Supporting multiple instances of roguehostapd #2

Closed cyrus104 closed 4 years ago

cyrus104 commented 6 years ago

I would like to be able to run multiple instances of roguehostapd with different configs / SSIDs on the same channel.

anakin1028 commented 6 years ago

Do you mean you want to use one card to support multiple SSID? Or you want to use roguehostapd to enable two card with different security conditions?

cyrus104 commented 6 years ago

I'd like to use multiple SSIDs on one card. Having multiple instances would be ideal because they could be put up and taken down as needed without restarting the whole service.

On Tue, Nov 7, 2017 at 10:48 PM, Anakin notifications@github.com wrote:

Do you mean you want to use one card to support multiple SSID? Or you want to use roguehostapd to enable two card with different security conditions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wifiphisher/roguehostapd/issues/2#issuecomment-342702859, or mute the thread https://github.com/notifications/unsubscribe-auth/ABdoc4hZLcFAMVVzq2m3_hP7cihhBnlDks5s0SSkgaJpZM4QVysj .

anakin1028 commented 6 years ago

I'm not sure if hostapd can support this kind of service. From my experience feature like multiple ssid is usually implemented in the firmware/driver and not in the user space. In other words this feature is highly dependent on the adaptor you use

cyrus104 commented 6 years ago

Thanks for the explanation. Could an AP be implemented in something like Python. Obviously there would be major performance limitations.

On Tue, Nov 7, 2017, 23:16 Anakin notifications@github.com wrote:

I'm not sure if hostapd can support this kind of service. From my experience feature like multiple ssid is usually implemented in the firmware/driver and not in the user space. In other words this feature is highly dependent on the adaptor you use

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wifiphisher/roguehostapd/issues/2#issuecomment-342706106, or mute the thread https://github.com/notifications/unsubscribe-auth/ABdocwxeFztFhRkg96B7E-LYKidertiUks5s0SsCgaJpZM4QVysj .