beacon
if (reallocarr(&sp->beacon,
sp->beacon[sp->num_beacons].x = $2;
sp->beacon[sp->num_beacons].y = $3;
(void)wmove(radar, scp->beacon[iu].y, scp->beacon[iu].x * 2);
state11[] = { { 'b', 8, " beacon #", beacon },
{ '*', 8, " beacon #", beacon },
xdiff = sp->beacon[bn].x - p.xpos;
ydiff = sp->beacon[bn].y - p.ypos;
xdiff = sp->beacon[dest_no].x - sp->beacon[bn].x;
ydiff = sp->beacon[dest_no].y - sp->beacon[bn].y;
xdiff = sp->exit[dest_no].x - sp->beacon[bn].x;
ydiff = sp->exit[dest_no].y - sp->beacon[bn].y;
xdiff = sp->airport[dest_no].x - sp->beacon[bn].x;
ydiff = sp->airport[dest_no].y - sp->beacon[bn].y;
p.new_dir = DIR_FROM_DXDY(sp->beacon[n].x - p.xpos,
sp->beacon[n].y - p.ypos);
static const char *beacon(int);
BEACON *beacon;
if (pp->delayd && pp->xpos == sp->beacon[pp->delayd_no].x &&
pp->ypos == sp->beacon[pp->delayd_no].y) {
struct iwi_notif_beacon_state *beacon;
beacon = (struct iwi_notif_beacon_state *)(notif + 1);
if (beacon->state == IWI_BEACON_MISS) {
device_xname(sc->sc_dev), le32toh(beacon->number)));
uint32_t beacon;
#define IEEE80211_BEACON_INTERVAL(beacon) \
((beacon)[8] | ((beacon)[9] << 8))
#define IEEE80211_BEACON_CAPABILITY(beacon) \
((beacon)[10] | ((beacon)[11] << 8))