Home | History | Annotate | Download | only in hostapd

Lines Matching refs:ipos

1255 	u8 *info = NULL, *ipos;
1273 ipos = info;
1274 *ipos++ = 0; /* GUD - Version 1 */
1275 *ipos++ = 3 + count * 3; /* User Data Header Length (UDHL) */
1276 *ipos++ = 0; /* PLMN List IEI */
1278 *ipos++ = 1 + count * 3;
1279 *ipos++ = count; /* Number of PLMNs */
1301 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0');
1303 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) |
1306 *ipos++ = ((mnc[1] - '0') << 4) | (mnc[0] - '0');