Johannes Berg <johannes@xxxxxxxxxxxxxxxx> writes: > On Tue, 2009-12-01 at 10:53 +0200, Kalle Valo wrote: >> Hello, >> >> I want to run some tests through nl80211 and, as usual, I prefer to >> use python for that. Are there any scripts/examples using nl80211 with >> python available? Preferably with an open enough license. > > http://git.sipsolutions.net/pynl80211.git/ Thanks. This looks interesting but doesn't compile right now: $ make Checking netlink numbers: check.r5cOZHc/check.c: In function 'main': check.r5cOZHc/check.c:63: error: lvalue required as left operand of assignment check.r5cOZHc/check.c:78: error: 'NL80211_CHAN_MAX' undeclared (first use in this function) check.r5cOZHc/check.c:78: error: (Each undeclared identifier is reported only once check.r5cOZHc/check.c:78: error: for each function it appears in.) check.r5cOZHc/check.c:80: error: lvalue required as left operand of assignment check.r5cOZHc/check.c:86: error: 'NL80211_RATE_MAX' undeclared (first use in this function) [...] The parsing of nl80211 seems to fail. If I find some time, I try to look at it. > Doesn't have much of a license but was intended to be GPLv2, but there > was only one commit from somebody other than me who'd probably relicense > if needed. That's good enough :) -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html