]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpaspy: Add native Python implementation of ctrl_iface access
authorJouni Malinen <j@w1.fi>
Mon, 18 Mar 2013 23:53:09 +0000 (01:53 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Mar 2013 23:53:09 +0000 (01:53 +0200)
commit09491b739281f63b124d7fddd7011df577218f3b
tree376cc6821280077e1b9bc9aaef90eec78a353b9a
parent52728dcd25b5074fb7c0493a8155f096089ad6d0
wpaspy: Add native Python implementation of ctrl_iface access

This can be used as a replacement for the wpaspy.c module that uses
wpa_ctrl.c to access wpa_supplicant/hostapd control interface. Only
the UNIX domain socket version of the control interface is currently
supported.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpaspy/wpaspy.py [new file with mode: 0644]