Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pos2

154 	char buf[2000], *pos, *pos2;
171 pos2 = os_strchr(pos, '=');
172 if (pos2 == NULL) {
179 *pos2++ = '\0';
180 if (*pos2 == '"') {
181 if (os_strchr(pos2 + 1, '"') == NULL) {
183 "quotation '%s'.", *line, pos2);
189 if (wpa_config_set(ssid, pos, pos2, *line) < 0)
214 char buf[256], *pos, *pos2;
228 pos2 = os_strchr(pos, '=');
229 if (pos2 == NULL) {
236 *pos2++ = '\0';
237 if (*pos2 == '"') {
238 if (os_strchr(pos2 + 1, '"') == NULL) {
240 "quotation '%s'.", *line, pos2);
246 if (wpa_config_set_cred(cred, pos, pos2, *line) < 0)