mesh: Clear wpa_s cipher selection on starting mesh
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 26 Nov 2015 16:45:59 +0000 (18:45 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Nov 2015 16:47:40 +0000 (18:47 +0200)
commit0530eb10866fb106923476daf483ebc3a2f4b2f8
tree4b5b4452a3d68489253bbb02e2ce9a890d4f4aa1
parent1d6955e668a4f58af79727a0d774d6819c51d8c5
mesh: Clear wpa_s cipher selection on starting mesh

This is needed to avoid hitting WEP/TKIP detection in
ibss_mesh_setup_freq() if the previous connection used WEP or TKIP.
Previously, that could have resulted in VHT and HT getting disabled for
the mesh connection.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/mesh.c