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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c786 u8 *pos, *tailpos; local
810 tailpos = tail = os_malloc(tail_len);
857 tailpos = hostapd_eid_country(hapd, tailpos,
858 tail + BEACON_TAIL_BUF_SIZE - tailpos);
861 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
864 tailpos = hostapd_eid_erp_info(hapd, tailpos);
867 tailpos
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c786 u8 *pos, *tailpos; local
810 tailpos = tail = os_malloc(tail_len);
857 tailpos = hostapd_eid_country(hapd, tailpos,
858 tail + BEACON_TAIL_BUF_SIZE - tailpos);
861 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
864 tailpos = hostapd_eid_erp_info(hapd, tailpos);
867 tailpos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c786 u8 *pos, *tailpos; local
810 tailpos = tail = os_malloc(tail_len);
857 tailpos = hostapd_eid_country(hapd, tailpos,
858 tail + BEACON_TAIL_BUF_SIZE - tailpos);
861 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
864 tailpos = hostapd_eid_erp_info(hapd, tailpos);
867 tailpos
[all...]

Completed in 261 milliseconds