HomeSort by: relevance | last modified time | path
    Searched defs:beacon (Results 1 - 16 of 16) sorted by relevancy

  /src/games/atc/
struct.h 58 typedef SCREEN_POS BEACON;
71 BEACON *beacon; member in struct:__anon91
struct.h 58 typedef SCREEN_POS BEACON;
71 BEACON *beacon; member in struct:__anon91
input.c 81 static const char *beacon(int);
190 state9[] = { { 'b', 5, " beacon #", NULL },
191 { '*', 5, " beacon #", NULL },
195 state11[] = { { 'b', 8, " beacon #", beacon },
196 { '*', 8, " beacon #", beacon },
486 return ("Unknown beacon");
487 xdiff = sp->beacon[bn].x - p.xpos;
489 ydiff = sp->beacon[bn].y - p.ypos
524 beacon(int c __unused) function
    [all...]
input.c 81 static const char *beacon(int);
190 state9[] = { { 'b', 5, " beacon #", NULL },
191 { '*', 5, " beacon #", NULL },
195 state11[] = { { 'b', 8, " beacon #", beacon },
196 { '*', 8, " beacon #", beacon },
486 return ("Unknown beacon");
487 xdiff = sp->beacon[bn].x - p.xpos;
489 ydiff = sp->beacon[bn].y - p.ypos
524 beacon(int c __unused) function
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.c 73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
88 if (add_buf_data(&beacon, buf, pos - buf) < 0)
101 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
106 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
114 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
123 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 ||
128 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 ||
135 if (wpabuf_resize(&beacon, 100) == 0) {
137 start = wpabuf_put(beacon, 0);
139 wpabuf_put(beacon, p - start)
252 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
ap_drv_ops.c 73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
88 if (add_buf_data(&beacon, buf, pos - buf) < 0)
101 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
106 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
114 if (add_buf_data(&beacon, buf, pos - buf) < 0 ||
123 if (add_buf(&beacon, hapd->wps_beacon_ie) < 0 ||
128 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 ||
135 if (wpabuf_resize(&beacon, 100) == 0) {
137 start = wpabuf_put(beacon, 0);
139 wpabuf_put(beacon, p - start)
252 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
31 #include "beacon.h"
367 wpa_printf(MSG_INFO, "TESTING: Do not add RSNXE into Beacon");
927 * the Beacon frames. Otherwise, broadcast response is used per IEEE
2008 /* Beacon Interval */
2163 wpa_printf(MSG_ERROR, "Failed to set beacon data");
2177 head->u.beacon.beacon_int =
2182 head->u.beacon.capab_info = host_to_le16(capab_info);
2183 pos = &head->u.beacon.variable[0];
2247 "MBSSID: Failed to set beacon data")
2564 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
beacon.c 2 * hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response
31 #include "beacon.h"
367 wpa_printf(MSG_INFO, "TESTING: Do not add RSNXE into Beacon");
927 * the Beacon frames. Otherwise, broadcast response is used per IEEE
2008 /* Beacon Interval */
2163 wpa_printf(MSG_ERROR, "Failed to set beacon data");
2177 head->u.beacon.beacon_int =
2182 head->u.beacon.capab_info = host_to_le16(capab_info);
2183 pos = &head->u.beacon.variable[0];
2247 "MBSSID: Failed to set beacon data")
2564 struct wpabuf *beacon, *proberesp, *assocresp; local
    [all...]
  /src/sys/dev/pci/
if_iwi.c 1246 struct iwi_notif_beacon_state *beacon; local
1343 beacon = (struct iwi_notif_beacon_state *)(notif + 1);
1345 if (beacon->state == IWI_BEACON_MISS) {
1346 DPRINTFN(5, ("%s: %u beacon(s) missed\n",
1347 device_xname(sc->sc_dev), le32toh(beacon->number)));
if_iwi.c 1246 struct iwi_notif_beacon_state *beacon; local
1343 beacon = (struct iwi_notif_beacon_state *)(notif + 1);
1345 if (beacon->state == IWI_BEACON_MISS) {
1346 DPRINTFN(5, ("%s: %u beacon(s) missed\n",
1347 device_xname(sc->sc_dev), le32toh(beacon->number)));
if_iwnreg.h 834 * For the most reliable scan, set > AP beacon interval (typically 100msec).
1244 uint32_t beacon; member in struct:iwn_rx_stat
1322 /* Structures for IWN_{RX,BEACON}_STATISTICS notification. */
1507 * @IWN_UCODE_TLV_FLAGS_BF_UPDATED: new beacon filtering API
if_iwnreg.h 834 * For the most reliable scan, set > AP beacon interval (typically 100msec).
1244 uint32_t beacon; member in struct:iwn_rx_stat
1322 /* Structures for IWN_{RX,BEACON}_STATISTICS notification. */
1507 * @IWN_UCODE_TLV_FLAGS_BF_UPDATED: new beacon filtering API
  /src/external/bsd/wpa/dist/src/wps/
wps_registrar.c 1304 struct wpabuf *beacon; local
1321 beacon = wpabuf_alloc(400 + vendor_len);
1323 if (!beacon || !probe)
1328 wpa_printf(MSG_DEBUG, "WPS: Build Beacon IEs");
1330 if (wps_build_version(beacon) ||
1331 wps_build_wps_state(reg->wps, beacon) ||
1332 wps_build_ap_setup_locked(reg->wps, beacon) ||
1333 wps_build_selected_registrar(reg, beacon) ||
1334 wps_build_sel_reg_dev_password_id(reg, beacon) ||
1335 wps_build_sel_reg_config_methods(reg, beacon) ||
    [all...]
wps_registrar.c 1304 struct wpabuf *beacon; local
1321 beacon = wpabuf_alloc(400 + vendor_len);
1323 if (!beacon || !probe)
1328 wpa_printf(MSG_DEBUG, "WPS: Build Beacon IEs");
1330 if (wps_build_version(beacon) ||
1331 wps_build_wps_state(reg->wps, beacon) ||
1332 wps_build_ap_setup_locked(reg->wps, beacon) ||
1333 wps_build_selected_registrar(reg, beacon) ||
1334 wps_build_sel_reg_dev_password_id(reg, beacon) ||
1335 wps_build_sel_reg_config_methods(reg, beacon) ||
    [all...]
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h 1039 } STRUCT_PACKED beacon; member in union:ieee80211_mgmt::__anon8266
1489 * used in Beacon frames)
1526 * WMM Parameter Element (used in Beacon, Probe Response, and (Re)Association
2162 /* IEEE Std 802.11-2020, 9.4.2.20.7 - Beacon request */
2174 * IEEE Std 802.11-2020, Table 9-103 - Measurement Mode definitions for Beacon
2184 * Beacon request */
2186 #define WLAN_BEACON_REQUEST_SUBELEM_INFO 1 /* Beacon Reporting */
2203 * Detail subelement is not included in a Beacon request) */
2223 /* IEEE Std 802.11-2020, 9.4.2.21.7 - Beacon report */
2240 * Beacon report *
    [all...]
ieee802_11_defs.h 1039 } STRUCT_PACKED beacon; member in union:ieee80211_mgmt::__anon8266
1489 * used in Beacon frames)
1526 * WMM Parameter Element (used in Beacon, Probe Response, and (Re)Association
2162 /* IEEE Std 802.11-2020, 9.4.2.20.7 - Beacon request */
2174 * IEEE Std 802.11-2020, Table 9-103 - Measurement Mode definitions for Beacon
2184 * Beacon request */
2186 #define WLAN_BEACON_REQUEST_SUBELEM_INFO 1 /* Beacon Reporting */
2203 * Detail subelement is not included in a Beacon request) */
2223 /* IEEE Std 802.11-2020, 9.4.2.21.7 - Beacon report */
2240 * Beacon report *
    [all...]

Completed in 106 milliseconds