Hi,
I have noticed a number of places in the code where the function strerror
is used to decode error return codes returned from the libnl libraries.
This results in misleading debug messages. The function strerror decodes
standard Linux errno codes. libnl reuses these error codes for its own
purposes. The library provides its own function "nl_geterror" to provide
text strings from error numbers. There are a significant number of places
where strerror should be replaced by nl_geterror.
Roger
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap