Home
last modified time | relevance | path

Searched refs:hostapd_eid_mbo (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.h122 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len);
131 static inline u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbo() function
Dbeacon.c557 pos = hostapd_eid_mbo(hapd, pos, (u8 *) resp + buflen - pos); in hostapd_gen_probe_resp()
1272 tailpos = hostapd_eid_mbo(hapd, tailpos, tail + tail_len - tailpos); in ieee802_11_build_ap_params()
Dieee802_11_shared.c730 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_mbo() function
Dap_drv_ops.c181 pos = hostapd_eid_mbo(hapd, buf, sizeof(buf)); in hostapd_build_ap_extra_ies()
Dieee802_11.c3535 p = hostapd_eid_mbo(hapd, p, buf + buflen - p); in send_assoc_resp()