Send slot number to Shill for 802.1x configurations.
commit6262f96655e3eae3ca280734f5aef5073c74ac4a
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 2 Jul 2014 19:24:55 +0000 (2 19:24 +0000)
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 2 Jul 2014 19:24:55 +0000 (2 19:24 +0000)
tree6368ed9646ead5c26a34cda226ea5059756c0449
parentfa6668c606fd6f63165abd4d10db63983379ab41
Send slot number to Shill for 802.1x configurations.

This key_id is forwarded by wpa_supplicant to OpenSC's engine_pkcs11, which defaults the slot id to 0 if not provided.
By changing to the format "<slot_id>:<key_id>", we always explicitly pass the slot id and 802.1x will not break anymore in the presence of more than one pkcs11 slot.

BUG=358366

Review URL: https://codereview.chromium.org/367723003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281070 0039d316-1c4b-4281-b951-d872f2087c98
chromeos/network/client_cert_resolver_unittest.cc
chromeos/network/client_cert_util.cc