HomeSort by: relevance | last modified time | path
    Searched refs:hostapd_eid_mbo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.h 167 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len);
176 static inline u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, function
ieee802_11_shared.c 792 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) function
beacon.c 884 pos = hostapd_eid_mbo(hapd, pos, epos - pos);
2366 tailpos = hostapd_eid_mbo(hapd, tailpos, tail + tail_len - tailpos);
ap_drv_ops.c 194 pos = hostapd_eid_mbo(hapd, buf, sizeof(buf));
ieee802_11.c 4483 p = hostapd_eid_mbo(hapd, p, buf + buflen - p);
5118 p = hostapd_eid_mbo(hapd, p, buf + buflen - p);

Completed in 23 milliseconds