Lines Matching refs:tail
1053 u8 *tail = NULL;
1098 tailpos = tail = os_malloc(tail_len);
1099 if (head == NULL || tail == NULL) {
1102 os_free(tail);
1146 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1154 hapd->cs_c_off_beacon = csa_pos - tail - 1;
1166 tail + BEACON_TAIL_BUF_SIZE -
1170 tail + BEACON_TAIL_BUF_SIZE -
1174 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1179 hapd->cs_c_off_ecsa_beacon = csa_pos - tail - 1;
1240 tail + BEACON_TAIL_BUF_SIZE -
1272 tailpos = hostapd_eid_mbo(hapd, tailpos, tail + tail_len - tailpos);
1274 tail + tail_len - tailpos);
1282 tail_len = tailpos > tail ? tailpos - tail : 0;
1290 params->tail = tail;
1382 os_free(params->tail);
1383 params->tail = NULL;