Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:pos2

166 	char buf[2000], *pos, *pos2;
184 pos2 = os_strchr(pos, '=');
185 if (pos2 == NULL) {
192 *pos2++ = '\0';
193 if (*pos2 == '"') {
194 if (os_strchr(pos2 + 1, '"') == NULL) {
196 "quotation '%s'.", *line, pos2);
202 if (wpa_config_set(ssid, pos, pos2, *line) < 0)
227 char buf[256], *pos, *pos2;
242 pos2 = os_strchr(pos, '=');
243 if (pos2 == NULL) {
250 *pos2++ = '\0';
251 if (*pos2 == '"') {
252 if (os_strchr(pos2 + 1, '"') == NULL) {
254 "quotation '%s'.", *line, pos2);
260 if (wpa_config_set_cred(cred, pos, pos2, *line) < 0)