Home | History | Annotate | Download | only in ap

Lines Matching defs:beacon

2  * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
29 #include "beacon.h"
1068 wpa_printf(MSG_ERROR, "Failed to set beacon data");
1081 head->u.beacon.beacon_int =
1086 head->u.beacon.capab_info = host_to_le16(capab_info);
1087 pos = &head->u.beacon.variable[0];
1163 * DTIM Beacon frames.
1342 struct wpabuf *beacon, *proberesp, *assocresp;
1355 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1359 params.beacon_ies = beacon;
1377 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
1379 wpa_printf(MSG_ERROR, "Failed to set beacon parameters");