hostapd/src
Jouni Malinen 54a800dd51 netlink: Fix RTM_SETLINK padding at the end of the message
While the kernel seems to have accepted the message to set linkmode and
operstate without the final attribute getting padded to 32-bit length,
it is better to get this cleaned up to match expected format. The double
NLMSG_ALIGN() followed by RTA_LENGTH() did not make much sense here.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-10-12 19:27:16 +03:00
..
ap hostapd: Allow OpenSSL cipherlist string to be configured 2014-10-12 11:52:05 +03:00
common Make wpa_ctrl_get_remote_ifname declaration conditional. 2014-10-12 16:51:02 +03:00
crypto OpenSSL: Add a mechanism to configure cipher suites 2014-10-12 11:45:21 +03:00
drivers netlink: Fix RTM_SETLINK padding at the end of the message 2014-10-12 19:27:16 +03:00
eap_common EAP-IKEv2: Fix the payload parser 2014-10-11 19:22:30 +03:00
eap_peer wpa_supplicant: Allow OpenSSL cipherlist string to be configured 2014-10-12 11:55:13 +03:00
eap_server EAP-MSCHAPv2 server: Check ms_funcs results more consistently 2014-10-11 19:43:36 +03:00
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 2014-03-09 18:21:13 +02:00
eapol_supp wpa_supplicant: Allow OpenSSL cipherlist string to be configured 2014-10-12 11:55:13 +03:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p P2P: Inform upper layer when WFD-IE field of a P2P device has changed 2014-10-12 16:34:24 +03:00
pae MACsec: Check os_get_random() return value 2014-10-11 18:54:43 +03:00
radius RADIUS: Remove unused write 2014-10-11 18:06:52 +03:00
rsn_supp Add a workaround to clanc static analyzer warning 2014-10-11 17:18:02 +03:00
tls TLS client: Make DH parameter parsing easier for static analyzers 2014-10-11 19:04:00 +03:00
utils Fix warning about unused parameter if CONFIG_DEBUG_FILE is not defined. 2014-10-12 16:49:12 +03:00
wps WPS UPnP: Check os_get_random() result more consistently 2014-10-11 19:08:30 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00