HomeSort by relevance Sort by last modified time
    Searched full:tailpos (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/ap/
beacon.c 584 u8 *pos, *tailpos; local
605 tailpos = tail = os_malloc(tail_len);
652 tailpos = hostapd_eid_country(hapd, tailpos,
653 tail + BEACON_TAIL_BUF_SIZE - tailpos);
656 tailpos = hostapd_eid_erp_info(hapd, tailpos);
659 tailpos = hostapd_eid_ext_supp_rates(hapd, tailpos);
662 tailpos = hostapd_eid_wpa(hapd, tailpos, tail + BEACON_TAIL_BUF_SIZE
    [all...]

Completed in 221 milliseconds