]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSN: Check result of EAPOL-Key frame send request
authorAvichal Agarwal <avichal.a@samsung.com>
Tue, 27 Oct 2015 06:47:15 +0000 (06:47 +0000)
committerJouni Malinen <j@w1.fi>
Wed, 28 Oct 2015 20:42:16 +0000 (22:42 +0200)
commitc93b7e18885b07bf198e230019185b50ed622d9f
tree078ea68215ee83337a305b317d20bb5e8b9b3bc3
parent95be79f1f8fcf70f7dd9b607ac98973d7b78d497
RSN: Check result of EAPOL-Key frame send request

Provide information on whether EAPOL-Key frame was sent successfully to
kernel for transmittion. wpa_eapol_key_send() will return
>= 0 on success and < 0 on failure. After receiving EAPOL-Key msg 3/4,
wpa_supplicant sends EAPOL-Key msg 4/4 and shows CTRL-EVENT-CONNECTED
only after verifying that the msg 4/4 was sent to kernel for
transmission successfully.

Signed-off-by: Avichal Agarwal <avichal.a@samsung.com>
Signed-off-by: Kyeong-Chae Lim <kcya.lim@samsung.com>
src/rsn_supp/wpa.c
src/rsn_supp/wpa_i.h