Searched refs:tailpos (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c732 u8 *pos, *tailpos; local
748 tailpos = tail = os_malloc(tail_len);
795 tailpos = hostapd_eid_country(hapd, tailpos,
796 tail + BEACON_TAIL_BUF_SIZE - tailpos);
799 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
802 tailpos = hostapd_eid_erp_info(hapd, tailpos);
805 tailpos
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c732 u8 *pos, *tailpos; local
748 tailpos = tail = os_malloc(tail_len);
795 tailpos = hostapd_eid_country(hapd, tailpos,
796 tail + BEACON_TAIL_BUF_SIZE - tailpos);
799 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
802 tailpos = hostapd_eid_erp_info(hapd, tailpos);
805 tailpos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c732 u8 *pos, *tailpos; local
748 tailpos = tail = os_malloc(tail_len);
795 tailpos = hostapd_eid_country(hapd, tailpos,
796 tail + BEACON_TAIL_BUF_SIZE - tailpos);
799 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
802 tailpos = hostapd_eid_erp_info(hapd, tailpos);
805 tailpos
[all...]

Completed in 180 milliseconds