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 266 UINT16 xx, yy, key_idx = 0; local
332 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 373 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx > 0 &&
374 cred->key_idx <= 4) {
376 int idx = cred->key_idx;
433 wpa_printf(MSG_DEBUG, "WPS: Network Key Index %d", cred->key_idx);
580 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx <= 4) {
581 int key_idx = cred->key_idx; local
582 if (key_idx)
583 key_idx--;
584 fprintf(nconf, "wep_default_key=%d\n", key_idx);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 301 u8 key_idx = 0; local
333 wpa_printf(MSG_DEBUG, "WPS: Network Key Index %d", cred->key_idx);
419 if (cred->key_idx > NUM_WEP_KEYS) {
421 cred->key_idx);
424 if (cred->key_idx)
425 key_idx = cred->key_idx - 1;
428 ssid->wep_key[key_idx],
431 "%d", key_idx);
434 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 425 milliseconds