| /src/games/atc/ |
| lex.l | 70 beacon { return(BeaconOp); }
|
| 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...] |
| struct.h | 58 typedef SCREEN_POS BEACON; 71 BEACON *beacon; member in struct:__anon91
|
| grammar.y | 182 if (reallocarr(&sp->beacon, 183 sp->num_beacons + REALLOC, sizeof(BEACON)) != 0) 186 sp->beacon[sp->num_beacons].x = $2; 187 sp->beacon[sp->num_beacons].y = $3;
|
| graphics.c | 217 (void)wmove(radar, scp->beacon[iu].y, scp->beacon[iu].x * 2);
|
| update.c | 133 if (pp->delayd && pp->xpos == sp->beacon[pp->delayd_no].x && 134 pp->ypos == sp->beacon[pp->delayd_no].y) {
|
| /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...] |
| Makefile | 21 beacon.o \
|
| hostapd.c | 31 #include "beacon.h" 1368 * @start_beacon: Whether Beacon frame template should be configured and 1371 * should be retrieved before configuring the Beacon frame template. The 1372 * calling functions are responsible for configuring the Beacon frame 1566 /* Set SSID for the kernel driver (to be used in beacon and probe 2255 wpa_printf(MSG_WARNING, "FST: Cannot set beacon"); 2423 "OWE: Interface %s state %s - defer beacon update", 2432 "OWE: Matching transition mode interface enabled - update beacon data for %s", 4124 void free_beacon_data(struct beacon_data *beacon) 4126 os_free(beacon->head) [all...] |
| ap_drv_ops.h | 21 struct wpabuf **beacon, 24 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
|
| 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...] |
| hostapd.h | 827 void free_beacon_data(struct beacon_data *beacon);
|
| /src/sys/net80211/ |
| ieee80211.h | 430 * BEACON management packets 433 * octet beacon interval[2] 443 #define IEEE80211_BEACON_INTERVAL(beacon) \ 444 ((beacon)[8] | ((beacon)[9] << 8)) 445 #define IEEE80211_BEACON_CAPABILITY(beacon) \ 446 ((beacon)[10] | ((beacon)[11] << 8))
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_android.c | 174 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
|
| driver_atheros.c | 726 /* append WPS IE for Beacon */ 733 wpa_hexdump(MSG_DEBUG, "atheros: SET_APPIEBUF(Beacon)", 1035 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, 1041 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon); 1047 drv->wps_beacon_ie = beacon ? wpabuf_dup(beacon) : NULL; 1054 if (atheros_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL, 1055 beacon ? wpabuf_len(beacon) : 0 [all...] |
| driver_nl80211.h | 390 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
|
| driver_hostap.c | 765 static int hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, 773 * use the Probe Response IEs also for Beacon frames since they include
|
| /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...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| Makefile | 2 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-beacon-rzg2m-kit.dtb 11 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-beacon-rzg2n-kit.dtb 25 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-beacon-rzg2h-kit.dtb
|
| /src/external/bsd/wpa/bin/hostapd/ |
| Makefile | 16 beacon.c \
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| mbo.c | 69 enum mbo_attr_id attr, bool beacon) 76 if (beacon)
|
| driver_i.h | 542 const struct wpabuf *beacon, 548 return wpa_s->driver->set_ap_wps_ie(wpa_s->drv_priv, beacon,
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
| Makefile | 108 dtb-$(CONFIG_ARCH_MXC) += imx8mm-beacon-kit.dtb 149 dtb-$(CONFIG_ARCH_MXC) += imx8mn-beacon-kit.dtb 166 dtb-$(CONFIG_ARCH_MXC) += imx8mp-beacon-kit.dtb
|
| /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)));
|
| /src/external/bsd/wpa/dist/hostapd/ |
| Android.mk | 104 OBJS += src/ap/beacon.c
|