Home | History | Annotate | Download | only in wps

Lines Matching refs:pos

156 	const u8 *pos;
180 pos = wpabuf_head_u8(decrypted) + wpabuf_len(decrypted) - 1;
181 pad = *pos;
188 if (*pos-- != pad) {
458 const char *pos;
462 pos = os_strchr(str, '-');
463 if (pos == NULL)
465 pos++;
466 if (hexstr2bin(pos, &dev_type[2], 4))
468 pos = os_strchr(pos, '-');
469 if (pos == NULL)
471 pos++;
472 WPA_PUT_BE16(&dev_type[6], atoi(pos));