Fix: wrong security mode comparision. 60/93960/2
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 26 Oct 2016 09:34:27 +0000 (15:04 +0530)
committercheoleun moon <chleun.moon@samsung.com>
Tue, 1 Nov 2016 05:47:01 +0000 (22:47 -0700)
commit308b409b08ff12f9c9a7e79cb52769685cc0941e
tree7405185218d3f157b3b32b7150ae09307ced6bf0
parent5870b545995c163413e6907fd0dc9e4264e3ad79
Fix: wrong security mode comparision.

Description: This patch fixes the condition in
__compare_wifi_security_type() where WPA/WPA2 sec type was compared.
In if check coth side of && operator were having same operands, but
this check should be among sec_type1 and sec_type2.

Change-Id: I6b0ea2271e8340228f29c3e5cc699b6efdba9630
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-efl-ug.spec
sources/wearable/src/net/wifi_manager.c