HomeSort by relevance Sort by last modified time
    Searched defs:key_idx (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 258 UINT16 xx, yy, key_idx = 0; local
324 p_data->this_char[key_idx ++] = this_char;
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 48 int key_idx; member in struct:privsep_cmd_set_key
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 358 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx > 0 &&
359 cred->key_idx <= 4) {
361 int idx = cred->key_idx;
418 wpa_printf(MSG_DEBUG, "WPS: Network Key Index %d", cred->key_idx);
565 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx <= 4) {
566 int key_idx = cred->key_idx; local
567 if (key_idx)
568 key_idx--;
569 fprintf(nconf, "wep_default_key=%d\n", key_idx);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 227 u8 key_idx = 0; local
259 wpa_printf(MSG_DEBUG, "WPS: Network Key Index %d", cred->key_idx);
345 if (cred->key_idx > NUM_WEP_KEYS) {
347 cred->key_idx);
350 if (cred->key_idx)
351 key_idx = cred->key_idx - 1;
354 ssid->wep_key[key_idx],
357 "%d", key_idx);
360 ssid->wep_key_len[key_idx] = cred->key_len / 2
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 38 * @key_idx: Key index
52 u8 key_idx; member in struct:wps_credential

Completed in 98 milliseconds