Re: Generic netlink interface help
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-05-25 09:52:37
Attachments
- signature.asc [application/pgp-signature] 190 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-05-25 09:52:37
On Thu, 2007-05-24 at 09:43 +0000, Samuel Ortiz wrote:
You probably want to use the libnl library. The latest SVN code has support for generic netlink: http://people.suug.ch/~tgr/libnl/
Huh. I just looked at it and I don't understand anything. What's the point with genl_register/genl_unregister and having a table of commands etc? Thomas, can you explain how I should use libnl for nl80211 now? I mean, I can see what I can do with just sending/receiving messages but it feels like I'm missing something with all that other infrastructure in libnl. johannes