]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpaspy: Add Python bindings for wpa_ctrl
authorJouni Malinen <j@w1.fi>
Fri, 1 Mar 2013 21:27:56 +0000 (23:27 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Mar 2013 21:27:56 +0000 (23:27 +0200)
commit20da5c8986702831a135b5e3e81d3d4a9c048feb
tree5464313d2c227cfaf35812b35d90cf118bf0bebf
parent77e4e85321a0a1255901914d5de916aba050f9e1
wpaspy: Add Python bindings for wpa_ctrl

This allows Python to be used to control wpa_supplicant/hostapd through
the control interface.

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