📄 ieee80211.searchresults
字号:
---- Beacon Matches (51 in 4 files) ----
Ieee80211.h (net): * CF params, IBSS params, TIM (if beacon), RSN */
Ieee80211.h (net):/* Alias beacon for probe_response */
Ieee80211.h (net): /* Probe / Beacon management */
Ieee80211.h (net): struct ieee80211_beacon * beacon,
Ieee80211_module.c: IEEE80211_ERROR("Unable to allocate beacon storage: %d\n", err);
Ieee80211_rx.c: /* Process beacon frames also in kernel driver to
Ieee80211_rx.c:* Make ther structure we read from the beacon packet has
Ieee80211_rx.c: *beacon,
Ieee80211_rx.c: memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
Ieee80211_rx.c: network->capability = le16_to_cpu(beacon->capability);
Ieee80211_rx.c: network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
Ieee80211_rx.c: network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
Ieee80211_rx.c: network->beacon_interval = le16_to_cpu(beacon->beacon_interval);
Ieee80211_rx.c: /* Where to pull this? beacon->listen_interval; */
Ieee80211_rx.c: (beacon->info_element, stats->len - sizeof(*beacon), network))
Ieee80211_rx.c: *beacon, struct ieee80211_rx_stats
Ieee80211_rx.c: struct ieee80211_info_element *info_element = beacon->info_element;
Ieee80211_rx.c: MAC_ARG(beacon->header.addr3),
Ieee80211_rx.c: (beacon->capability & (1 << 0xf)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0xe)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0xd)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0xc)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0xb)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0xa)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x9)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x8)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x7)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x6)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x5)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x4)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x3)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x2)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x1)) ? '1' : '0',
Ieee80211_rx.c: (beacon->capability & (1 << 0x0)) ? '1' : '0');
Ieee80211_rx.c: if (ieee80211_network_init(ieee, beacon, &network, stats)) {
Ieee80211_rx.c: MAC_ARG(beacon->header.addr3),
Ieee80211_rx.c: is_beacon(beacon->header.frame_ctl) ?
Ieee80211_rx.c: "BEACON" : "PROBE RESPONSE");
Ieee80211_rx.c: * with this beacon's information */
Ieee80211_rx.c: is_beacon(beacon->header.frame_ctl) ?
Ieee80211_rx.c: "BEACON" : "PROBE RESPONSE");
Ieee80211_rx.c: is_beacon(beacon->header.frame_ctl) ?
Ieee80211_rx.c: "BEACON" : "PROBE RESPONSE");
Ieee80211_rx.c: if (is_beacon(beacon->header.frame_ctl)) {
Ieee80211_rx.c: ieee->handle_beacon(dev, beacon, target);
Ieee80211_rx.c: ieee->handle_probe_response(dev, beacon, target);
Ieee80211_rx.c: IEEE80211_DEBUG_MGMT("received BEACON (%d)\n",
Ieee80211_rx.c: IEEE80211_DEBUG_SCAN("Beacon\n");
Ieee80211_wx.c: /* Add EXTRA: Age to display seconds since last beacon/probe response
Ieee80211_wx.c: " Last beacon: %dms ago",
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -