libnl icon indicating copy to clipboard operation
libnl copied to clipboard

Pure Python port of the Netlink protocol library suite.

Results 11 libnl issues
Sort by recently updated
recently updated
newest added

I encountered the situation where `instance.print_` was invalid. Wrap this in an exception to ensure we're not nuking the entire process if this happens. Some data missing is surely better...

Fixes compatibility with python3.6+ (tested with Ubuntu python3.8.1). More details directly in the fixed code. @sibbi77 mentioned incompatibility with python3.6 in https://github.com/Robpol86/libnl/issues/28 If you're still interested, could you verify my...

These functions raise a NotImplementedError meaning that if a network with those features (VHT capabilities and VHT operation) is within scanning range the nl_recvmsgs will fail, not allowing one to...

`nl_socket_alloc()` is called but is never followed by `nl_socket_free()` in `main()`

There is a bug when initializing the callback dictionary. When the kernel sends a NLM_F_DUMP_INTR flag this exception occurs: File "/usr/lib/python2.7/site-packages/libnl/nl.py", line 462, in recvmsgs if cb.cb_set[NL_CB_DUMP_INTR]: KeyError: 10 Is...

I am trying to use Python to determine whether a wireless card supports AP mode. I started with `example_show_wifi_interface.py`, and I thought I would be able to add a bit...

Go over debug environment variables and logging. Create sphinx docs and put them on readthedocs or something.

TODO

http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access

Supposedly unicode can be used in SSIDs. Need to make sure libnl will handle it.