Lines Matching refs:beacon

1387 					 *beacon,  in libipw_network_init()
1397 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN); in libipw_network_init()
1398 network->capability = le16_to_cpu(beacon->capability); in libipw_network_init()
1400 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init()
1401 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init()
1402 network->beacon_interval = le16_to_cpu(beacon->beacon_interval); in libipw_network_init()
1423 (beacon->info_element, stats->len - sizeof(*beacon), network)) in libipw_network_init()
1535 *beacon, struct libipw_rx_stats in libipw_process_probe_response()
1543 struct libipw_info_element *info_element = beacon->info_element; in libipw_process_probe_response()
1549 beacon->header.addr3, in libipw_process_probe_response()
1550 (beacon->capability & cpu_to_le16(1 << 0xf)) ? '1' : '0', in libipw_process_probe_response()
1551 (beacon->capability & cpu_to_le16(1 << 0xe)) ? '1' : '0', in libipw_process_probe_response()
1552 (beacon->capability & cpu_to_le16(1 << 0xd)) ? '1' : '0', in libipw_process_probe_response()
1553 (beacon->capability & cpu_to_le16(1 << 0xc)) ? '1' : '0', in libipw_process_probe_response()
1554 (beacon->capability & cpu_to_le16(1 << 0xb)) ? '1' : '0', in libipw_process_probe_response()
1555 (beacon->capability & cpu_to_le16(1 << 0xa)) ? '1' : '0', in libipw_process_probe_response()
1556 (beacon->capability & cpu_to_le16(1 << 0x9)) ? '1' : '0', in libipw_process_probe_response()
1557 (beacon->capability & cpu_to_le16(1 << 0x8)) ? '1' : '0', in libipw_process_probe_response()
1558 (beacon->capability & cpu_to_le16(1 << 0x7)) ? '1' : '0', in libipw_process_probe_response()
1559 (beacon->capability & cpu_to_le16(1 << 0x6)) ? '1' : '0', in libipw_process_probe_response()
1560 (beacon->capability & cpu_to_le16(1 << 0x5)) ? '1' : '0', in libipw_process_probe_response()
1561 (beacon->capability & cpu_to_le16(1 << 0x4)) ? '1' : '0', in libipw_process_probe_response()
1562 (beacon->capability & cpu_to_le16(1 << 0x3)) ? '1' : '0', in libipw_process_probe_response()
1563 (beacon->capability & cpu_to_le16(1 << 0x2)) ? '1' : '0', in libipw_process_probe_response()
1564 (beacon->capability & cpu_to_le16(1 << 0x1)) ? '1' : '0', in libipw_process_probe_response()
1565 (beacon->capability & cpu_to_le16(1 << 0x0)) ? '1' : '0'); in libipw_process_probe_response()
1567 if (libipw_network_init(ieee, beacon, &network, stats)) { in libipw_process_probe_response()
1570 beacon->header.addr3, in libipw_process_probe_response()
1571 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1618 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1627 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1634 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response()
1636 ieee->handle_beacon(dev, beacon, target); in libipw_process_probe_response()
1639 ieee->handle_probe_response(dev, beacon, target); in libipw_process_probe_response()