static int wpa_config_parse_wep_key3(struct parse_data *data, int line, const char *value) { return wpa_config_parse_wep_key(data->ssid->wep_key[3], &data->ssid->wep_key_len[3], line, value, 3); }
static int wpa_config_parse_wep_key3(const struct parse_data *data, struct wpa_ssid *ssid, int line, const char *value) { return wpa_config_parse_wep_key(ssid->wep_key[3], &ssid->wep_key_len[3], line, value, 3); }