Patch to set authentication data
Aleksander Morgado
aleksander at lanedo.com
Wed Jan 9 03:30:40 PST 2013
Hey André
>
> I attached both patches. If there's anything, don't hesitate.
>
Fixed some minor style issues, plus a bug (see below) and pushed both now.
Thanks!
> + } else if (g_ascii_strcasecmp(split[1], "BOTH") == 0) {
> + qmiwdsauth = QMI_WDS_AUTHENTICATION_PAP || QMI_WDS_AUTHENTICATION_CHAP;
You really wanted this I believe :)
qmiwdsauth = QMI_WDS_AUTHENTICATION_PAP | QMI_WDS_AUTHENTICATION_CHAP;
--
Aleksander
More information about the libqmi-devel
mailing list