Handle OSEN IE in Assoc Request info if req_ies exists
authorDaisuke Niwa <daisuke.x.niwa@sonymobile.com>
Wed, 16 Mar 2016 06:01:59 +0000 (15:01 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 20 Mar 2016 09:17:39 +0000 (11:17 +0200)
commit192964ddc3b075ef0502e402e2db6d76ffe4c04c
tree614043022d83961e7e02b82df34060b641bd6438
parent2b5488a4e114fe2ae8dfb32b88c5b07473449dbf
Handle OSEN IE in Assoc Request info if req_ies exists

The 4-way handshake fails with the error "WPA: No wpa_ie set - cannot
generate msg 2/4" while connecting to OSEN network with drivers that
indicate used Association Request frame elements because OSEN IE is not
handled in wpa_supplicant_event_associnfo() if data->assoc_info.req_ies
is not NULL.

Signed-off-by: Daichi Ueura <daichi.ueura@sonymobile.com>
wpa_supplicant/events.c