Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:idx

1263 				    const char *value, int idx)
1271 line, idx, value);
1276 line, idx, value);
1282 res = os_snprintf(title, sizeof(title), "wep_key%d", idx);
1330 static char * wpa_config_write_wep_key(struct wpa_ssid *ssid, int idx)
1332 if (ssid->wep_key_len[idx] == 0)
1334 return wpa_config_write_string(ssid->wep_key[idx],
1335 ssid->wep_key_len[idx]);
2538 int idx;
2546 idx = config->num_sec_device_types;
2548 if (wps_dev_type_str2bin(pos, config->sec_device_type[idx]))