HomeSort by: relevance | last modified time | path
    Searched defs:tailpos (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
beacon.c 2101 u8 *pos, *tailpos, *tailend, *csa_pos; local
2161 tailpos = tail = os_malloc(tail_len);
2209 tailpos = hostapd_eid_country(hapd, tailpos, tailend - tailpos);
2212 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
2215 csa_pos = hostapd_eid_csa(hapd, tailpos);
2216 if (csa_pos != tailpos)
2218 tailpos = csa_pos
    [all...]

Completed in 18 milliseconds