Home
last modified time | relevance | path

Searched refs:key_index (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc676 int key_index; in GetSupplicantConfigurationParameters() local
678 ParseWEPPassphrase(passphrase_, &key_index, &password_bytes, &unused_error); in GetSupplicantConfigurationParameters()
680 base::IntToString(key_index), in GetSupplicantConfigurationParameters()
682 params.SetUint(WPASupplicant::kPropertyWEPTxKeyIndex, key_index); in GetSupplicantConfigurationParameters()
947 int* key_index, in ParseWEPPassphrase() argument
1006 if (key_index) in ParseWEPPassphrase()
1007 *key_index = key_index_local; in ParseWEPPassphrase()
Dwifi_service.h273 int* key_index,
/system/vold/
Dcryptfs.c3462 unsigned int key_index; local
3480 if (1 != sscanf(&key[field_len],"_%d", &key_index)) {
3483 return key_index >= index;