]> granicus.if.org Git - libnl/commit
add python examples using swig provided api
authorArend van Spriel <arend@broadcom.com>
Thu, 5 Sep 2013 12:11:30 +0000 (14:11 +0200)
committerThomas Graf <tgraf@suug.ch>
Thu, 5 Sep 2013 15:46:00 +0000 (17:46 +0200)
commit9828326c7ff9018e21610eb4a8d5e29eb27ff5b4
treeec8e3a744f5c58afd4542832c8cc28073e58bade
parentdb08ef44afca0aba4b6dcb3d0463a4d2b49572e6
add python examples using swig provided api

using the nl80211 family to show use of generic netlink api and
attribute parsing.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
python/examples/iface.py [new file with mode: 0644]
python/examples/nl80211.py [new file with mode: 0644]
python/examples/wiphy.py [new file with mode: 0644]