0

I cant seem to find an easy to use wifi module that enables connection establishing that works with windows.

Tom
  • 71
  • 1
  • 2
  • 11
  • any news about this question? – mabe02 Jan 20 '16 at 15:49
  • Hey, I've looked over that previous question, and I still don't know how or what function I use to connect to a wireless access point. (Sorry, I'm still a bit of a noob) – Tom Jan 22 '16 at 03:48

1 Answers1

0

If you want to manage wirless network in Python, you should refer to the DDL for Wlan API and use ctypes to open it in Python.

You can find an example of such code in this previous question.

Community
  • 1
  • 1
mabe02
  • 2,676
  • 2
  • 20
  • 35