Home | History | Annotate | Download | only in drivers

Lines Matching refs:pos

1212 		char *pos;
1214 pos = strstr(custom, "addr=");
1215 if (pos == NULL) {
1221 pos += 5;
1222 if (hwaddr_aton(pos, addr) == 0) {
1410 char *pos, *end, *custom, *buf;
1412 pos = data;
1415 while (pos + IW_EV_LCP_LEN <= end) {
1418 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1424 custom = pos + IW_EV_POINT_LEN;
1432 memcpy(dpos, pos + IW_EV_LCP_LEN,
1435 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1473 pos += iwe->len;
2064 u8 *data, *pos;
2078 pos = data;
2079 os_memcpy(pos, peer, ETH_ALEN);
2080 pos += ETH_ALEN;
2083 os_memcpy(pos, &val, 2);
2084 pos += 2;
2087 os_memcpy(pos, &val, 2);