Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 74637 | Differences between
and this patch

Collapse All | Expand All

(-)wpa_supplicant.orig (+2 lines)
Lines 86-91 Link Here
86
86
87
	if [[ ${status[0]} == NONE ]]; then
87
	if [[ ${status[0]} == NONE ]]; then
88
		[[ ${status[1]} == ASSOCIATED ]]
88
		[[ ${status[1]} == ASSOCIATED ]]
89
	elif [[ ${status[0]} == WPA/IEEE ]]; then
90
		[[ ${status[1]} == 802.1X/EAP ]]
89
	else
91
	else
90
		[[ ${status[1]} == COMPLETED ]]
92
		[[ ${status[1]} == COMPLETED ]]
91
	fi
93
	fi

Return to bug 74637