/linux-6.14.4/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 24 sc->beacon.tx_processed = false; in ath9k_reset_beacon_status() 25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status() 40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi); in ath9k_beaconq_config() 44 /* Always burst out beacon and CAB traffic. */ in ath9k_beaconq_config() 60 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath9k_beaconq_config() 61 ath_err(common, "Unable to update h/w beacon queue parameters\n"); in ath9k_beaconq_config() 63 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq); in ath9k_beaconq_config() 68 * Associates the beacon frame buffer with a transmit descriptor. Will set 103 info.qcu = sc->beacon.beaconq; in ath9k_beacon_setup() 120 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate() [all …]
|
D | htc_drv_beacon.c | 29 ath9k_hw_get_txq_props(ah, priv->beacon.beaconq, &qi); in ath9k_htc_beaconq_config() 44 * For WIFI Beacon Distribution in ath9k_htc_beaconq_config() 57 if (!ath9k_hw_set_txq_props(ah, priv->beacon.beaconq, &qi)) { in ath9k_htc_beaconq_config() 59 "Unable to update beacon queue %u!\n", priv->beacon.beaconq); in ath9k_htc_beaconq_config() 61 ath9k_hw_resettxqueue(ah, priv->beacon.beaconq); in ath9k_htc_beaconq_config() 87 priv->beacon.bmisscnt = 0; in ath9k_htc_beacon_init() 148 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_buffered() 201 struct sk_buff *beacon; in ath9k_htc_send_beacon() local 209 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_beacon() 217 /* Get a new beacon */ in ath9k_htc_send_beacon() [all …]
|
D | common-beacon.c | 34 * This sets up the beacon timers according to the timestamp of the last 35 * received beacon and the current TSF, configures PCF and DTIM 37 * time to receive beacons, and configures the beacon miss handling so 49 /* No need to configure beacon if we are not associated */ in ath9k_cmn_beacon_config_sta() 51 ath_dbg(common, BEACON, in ath9k_cmn_beacon_config_sta() 52 "STA is not yet associated..skipping beacon config\n"); in ath9k_cmn_beacon_config_sta() 61 * last beacon we received (which may be none). in ath9k_cmn_beacon_config_sta() 82 * need calculate based on the beacon interval. Note that we clamp the in ath9k_cmn_beacon_config_sta() 93 * We ensure a multiple of the beacon period is used. Also, if the sleep in ath9k_cmn_beacon_config_sta() 108 ath_dbg(common, BEACON, "bmiss: %u sleep: %u\n", in ath9k_cmn_beacon_config_sta() [all …]
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-utils.h | 39 u32 iwl_find_ie_offset(u8 *beacon, u8 eid, u32 frame_size) in iwl_find_ie_offset() argument 41 struct ieee80211_mgmt *mgmt = (void *)beacon; in iwl_find_ie_offset() 44 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon))) in iwl_find_ie_offset() 47 frame_size -= mgmt->u.beacon.variable - beacon; in iwl_find_ie_offset() 49 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size); in iwl_find_ie_offset() 53 return ie - beacon; in iwl_find_ie_offset()
|
/linux-6.14.4/drivers/staging/rtl8723bs/include/ |
D | rtl8723b_spec.h | 69 #define REG_BCNQ_DESA_8723B 0x0308 /* TX Beacon Descriptor Address */ 199 #define IMR_BCNDMAINT0_8723B BIT20 /* Beacon DMA Interrupt 0 */ 200 #define IMR_BCNDERR0_8723B BIT16 /* Beacon Queue DMA OK0 */ 202 #define IMR_BCNDMAINT_E_8723B BIT14 /* Beacon DMA Interrupt Extension for Win7 */ 217 #define IMR_BCNDMAINT7_8723B BIT27 /* Beacon DMA Interrupt 7 */ 218 #define IMR_BCNDMAINT6_8723B BIT26 /* Beacon DMA Interrupt 6 */ 219 #define IMR_BCNDMAINT5_8723B BIT25 /* Beacon DMA Interrupt 5 */ 220 #define IMR_BCNDMAINT4_8723B BIT24 /* Beacon DMA Interrupt 4 */ 221 #define IMR_BCNDMAINT3_8723B BIT23 /* Beacon DMA Interrupt 3 */ 222 #define IMR_BCNDMAINT2_8723B BIT22 /* Beacon DMA Interrupt 2 */ [all …]
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac-ctxt.c | 86 * is an AP, and the beacon interval of the AP is a multiple or in iwl_mvm_mac_tsf_id_iter() 87 * divisor of the beacon interval of the client, the same TSF in iwl_mvm_mac_tsf_id_iter() 112 * The new interface is AP/GO, so if its beacon interval is a in iwl_mvm_mac_tsf_id_iter() 113 * multiple or a divisor of the beacon interval of an existing in iwl_mvm_mac_tsf_id_iter() 603 * more beacon intervals happen until the DTIM TBTT. Therefore in iwl_mvm_set_fw_dtim_tbtt() 788 /* TODO: Assumes that the beacon id == mac context id */ in iwl_mvm_mac_ctxt_cmd_ibss() 849 u8 *beacon, u32 frame_size) in iwl_mvm_mac_ctxt_set_tim() argument 852 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon; in iwl_mvm_mac_ctxt_set_tim() 855 * variable-length part of the beacon. */ in iwl_mvm_mac_ctxt_set_tim() 856 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim() [all …]
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | offload.h | 42 * struct iwl_stored_beacon_notif_common - Stored beacon notif common fields 46 * @beacon_timestamp: beacon on air rise 48 * @channel: channel this beacon was received on 63 * struct iwl_stored_beacon_notif_v2 - Stored beacon notification 66 * @data: beacon data, length in @byte_count 74 * struct iwl_stored_beacon_notif - Stored beacon notification 77 * @sta_id: station for which the beacon was received 79 * @data: beacon data, length in @byte_count
|
D | power.h | 677 * @bf_energy_delta: Used for RSSI filtering, if in 'normal' state. Send beacon 679 * passed beacon is greater than this threshold. Zero value means that 680 * the Energy change is ignored for beacon filtering, and beacon will 684 * Send beacon to driver if delta in Energy values calculated for this 685 * and last passed beacon is greater than this threshold. Zero value 686 * means that the Energy change is ignored for beacon filtering while in 689 * calculated for current beacon is less than the threshold, use 697 * @bf_temp_fast_filter: Send Beacon to driver if delta in temperature values 698 * calculated for this and the last passed beacon is greater than this 700 * beacon filtering; beacons will not be forced to be sent to driver [all …]
|
D | tx.h | 736 * struct iwl_mac_beacon_cmd_v6 - beacon template command 737 * @tx: the tx commands associated with the beacon frame 740 * @tim_idx: the offset of the tim IE in the beacon 742 * @frame: the template of the beacon frame 753 * struct iwl_mac_beacon_cmd_v7 - beacon template command with offloaded CSA 754 * @tx: the tx commands associated with the beacon frame 757 * @tim_idx: the offset of the tim IE in the beacon 761 * @frame: the template of the beacon frame 790 * struct iwl_mac_beacon_cmd - beacon template command with offloaded CSA 791 * @byte_cnt: byte count of the beacon frame. [all …]
|
D | stats.h | 38 * @beacon_silence_rssi_a: RSSI silence after beacon frame 39 * @beacon_silence_rssi_b: RSSI silence after beacon frame 40 * @beacon_silence_rssi_c: RSSI silence after beacon frame 44 * @beacon_rssi_a: beacon RSSI on antenna A 45 * @beacon_rssi_b: beacon RSSI on antenna B 46 * @beacon_rssi_c: beacon RSSI on antenna C 47 * @beacon_energy_a: beacon energy on antenna A 48 * @beacon_energy_b: beacon energy on antenna B 49 * @beacon_energy_c: beacon energy on antenna C 92 __le32 beacon_silence_rssi_a; /* RSSI silence after beacon frame */ [all …]
|
/linux-6.14.4/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.c | 133 struct sk_buff *beacon, bool in_intr); 359 struct sk_buff *beacon; in zd_restore_settings() local 370 beacon_interval = mac->beacon.interval; in zd_restore_settings() 371 beacon_period = mac->beacon.period; in zd_restore_settings() 401 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in zd_restore_settings() 402 if (beacon) in zd_restore_settings() 403 zd_mac_config_beacon(mac->hw, beacon, false); in zd_restore_settings() 410 mac->beacon.last_update = jiffies; in zd_restore_settings() 674 static bool zd_mac_match_cur_beacon(struct zd_mac *mac, struct sk_buff *beacon) in zd_mac_match_cur_beacon() argument 676 if (!mac->beacon.cur_beacon) in zd_mac_match_cur_beacon() [all …]
|
/linux-6.14.4/net/mac802154/ |
D | scan.c | 189 * which one a beacon might have been received. in mac802154_scan_worker() 255 "Error when transmitting beacon request (%d)\n", ret); in mac802154_scan_worker() 325 "BEACON received on page %u channel %u\n", in mac802154_process_beacon() 355 local->beacon.mhr.seq = atomic_inc_return(&wpan_dev->bsn) & 0xFF; in mac802154_transmit_beacon() 374 ret = ieee802154_beacon_push(skb, &local->beacon); in mac802154_transmit_beacon() 433 dev_dbg(&sdata->dev->dev, "Sending beacon\n"); in mac802154_beacon_worker() 437 "Beacon could not be transmitted (%d)\n", ret); in mac802154_beacon_worker() 483 memset(&local->beacon, 0, sizeof(local->beacon)); in mac802154_send_beacons_locked() 484 local->beacon.mhr.fc.type = IEEE802154_FC_TYPE_BEACON; in mac802154_send_beacons_locked() 485 local->beacon.mhr.fc.security_enabled = 0; in mac802154_send_beacons_locked() [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/renesas/ |
D | r8a774a1-beacon-rzg2m-kit.dts | 9 #include "beacon-renesom-som.dtsi" 10 #include "beacon-renesom-baseboard.dtsi" 13 model = "Beacon EmbeddedWorks RZ/G2M Development Kit"; 14 compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
|
D | r8a774b1-beacon-rzg2n-kit.dts | 9 #include "beacon-renesom-som.dtsi" 10 #include "beacon-renesom-baseboard.dtsi" 13 model = "Beacon Embedded Works RZ/G2N Development Kit"; 14 compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1";
|
D | r8a774e1-beacon-rzg2h-kit.dts | 9 #include "beacon-renesom-som.dtsi" 10 #include "beacon-renesom-baseboard.dtsi" 13 model = "Beacon Embedded Works RZ/G2H Development Kit"; 14 compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1";
|
/linux-6.14.4/include/net/ |
D | nl802154.h | 250 * @NL802154_COORD_PREAMBLE_CODE: Preamble code used when the beacon was received, 252 * @NL802154_COORD_MEAN_PRF: Mean PRF used when the beacon was received, 255 * @NL802154_COORD_LINK_QUALITY: signal quality of beacon in unspecified units, 259 * frame payload, (only if beacon or probe response had data) 287 * @NL802154_SCAN_ACTIVE: Locate any coordinator transmitting Beacon frames using 288 * a Beacon Request command 289 * @NL802154_SCAN_PASSIVE: Locate any coordinator transmitting Beacon frames 291 * @NL802154_SCAN_ENHANCED_ACTIVE: Same as Active using Enhanced Beacon Request 292 * command instead of Beacon Request command 294 * instead of Beacon frames [all …]
|
/linux-6.14.4/net/mac80211/ |
D | tx.c | 398 * the frame is buffered to be sent after DTIM beacon frame. in ieee80211_tx_h_multicast_ps_buf() 432 /* device releases frame after DTIM beacon */ in ieee80211_tx_h_multicast_ps_buf() 4987 struct beacon_data *beacon, in ieee80211_set_beacon_cntdwn() argument 4998 beacon_data = beacon->tail; in ieee80211_set_beacon_cntdwn() 4999 beacon_data_len = beacon->tail_len; in ieee80211_set_beacon_cntdwn() 5002 beacon_data = beacon->head; in ieee80211_set_beacon_cntdwn() 5003 beacon_data_len = beacon->head_len; in ieee80211_set_beacon_cntdwn() 5006 beacon_data = beacon->head; in ieee80211_set_beacon_cntdwn() 5007 beacon_data_len = beacon->head_len; in ieee80211_set_beacon_cntdwn() 5015 bcn_offsets = beacon->cntdwn_counter_offsets; in ieee80211_set_beacon_cntdwn() [all …]
|
D | cfg.c | 1140 old = sdata_dereference(link->u.ap.beacon, sdata); in ieee80211_assign_beacon() 1142 /* Need to have a beacon head if we don't have one yet */ in ieee80211_assign_beacon() 1263 rcu_assign_pointer(link->u.ap.beacon, new); in ieee80211_assign_beacon() 1290 if (sdata_dereference(link->u.ap.beacon, sdata)) in ieee80211_num_beaconing_links() 1312 unsigned int link_id = params->beacon.link_id; in ieee80211_start_ap() 1325 old = sdata_dereference(link->u.ap.beacon, sdata); in ieee80211_start_ap() 1369 if (params->beacon.he_bss_color.enabled) in ieee80211_start_ap() 1464 link_conf->he_bss_color = params->beacon.he_bss_color; in ieee80211_start_ap() 1497 err = ieee80211_assign_beacon(sdata, link, ¶ms->beacon, NULL, NULL, in ieee80211_start_ap() 1515 old = sdata_dereference(link->u.ap.beacon, sdata); in ieee80211_start_ap() [all …]
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 180 /* Process beacon frames also in kernel driver to in libipw_rx_frame_mgmt() 921 * Make the structure we read from the beacon packet to have 1354 *beacon, in libipw_network_init() 1364 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN); in libipw_network_init() 1365 network->capability = le16_to_cpu(beacon->capability); in libipw_network_init() 1367 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init() 1368 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init() 1369 network->beacon_interval = le16_to_cpu(beacon->beacon_interval); in libipw_network_init() 1370 /* Where to pull this? beacon->listen_interval; */ in libipw_network_init() 1389 if (libipw_parse_info_param((void *)beacon->variable, in libipw_network_init() [all …]
|
/linux-6.14.4/drivers/net/wireless/ti/wl1251/ |
D | rx.c | 35 u8 beacon) in wl1251_rx_status() argument 53 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) { in wl1251_rx_status() 138 u8 *rx_buffer, beacon = 0; in wl1251_rx_body() local 174 beacon = 1; in wl1251_rx_body() 176 wl1251_rx_status(wl, desc, &status, beacon); in wl1251_rx_body() 179 beacon ? "beacon" : ""); in wl1251_rx_body()
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8mn-beacon-kit.dts | 9 #include "imx8mn-beacon-som.dtsi" 10 #include "imx8mn-beacon-baseboard.dtsi" 13 model = "Beacon EmbeddedWorks i.MX8M Nano Development Kit"; 14 compatible = "beacon,imx8mn-beacon-kit", "fsl,imx8mn";
|
D | imx8mm-beacon-kit.dts | 9 #include "imx8mm-beacon-som.dtsi" 10 #include "imx8mm-beacon-baseboard.dtsi" 13 model = "Beacon EmbeddedWorks i.MX8M Mini Development Kit"; 14 compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
|
/linux-6.14.4/drivers/net/wireless/purelifi/plfxlc/ |
D | mac.c | 124 struct sk_buff *beacon; in plfxlc_restore_settings() local 127 beacon_interval = mac->beacon.interval; in plfxlc_restore_settings() 128 beacon_period = mac->beacon.period; in plfxlc_restore_settings() 135 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in plfxlc_restore_settings() 136 if (beacon) { in plfxlc_restore_settings() 137 /*beacon is hardcoded in firmware */ in plfxlc_restore_settings() 138 kfree_skb(beacon); in plfxlc_restore_settings() 149 mac->beacon.last_update = jiffies; in plfxlc_restore_settings() 603 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif, 0); in plfxlc_op_bss_info_changed() local 605 if (beacon) { in plfxlc_op_bss_info_changed() [all …]
|
/linux-6.14.4/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 136 /* beacon interval: 2 bytes */ in ConstructBeacon() 291 * To check if reserved page content is destroyed by beacon because beacon 482 * (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. 489 * true: At the second time, we should send the first packet (default:beacon) 490 * to Hw again and set the length in descriptor to the real beacon length. 527 /* 3 (1) beacon */ in rtl8723b_set_FwRsvdPagePkt() 653 /* Disable Hw protection for a time which revserd for Hw sending beacon. */ in rtl8723b_download_rsvd_page() 661 /* Set FWHW_TXQ_CTRL 0x422[6]= 0 to tell Hw the packet is not a real beacon frame. */ in rtl8723b_download_rsvd_page() 665 /* To tell Hw the packet is not a real beacon frame. */ in rtl8723b_download_rsvd_page() 669 /* Clear beacon valid check bit. */ in rtl8723b_download_rsvd_page() [all …]
|
/linux-6.14.4/drivers/net/wireless/ti/wlcore/ |
D | rx.c | 48 u8 beacon, u8 probe_rsp) in wl1271_rx_status() argument 95 if (beacon || probe_rsp) in wl1271_rx_status() 98 if (beacon) in wl1271_rx_status() 109 u8 beacon = 0; in wl1271_rx_handle_data() local 179 beacon = 1; in wl1271_rx_handle_data() 183 wl1271_rx_status(wl, desc, IEEE80211_SKB_RXCB(skb), beacon, in wl1271_rx_handle_data() 190 beacon ? "beacon" : "", in wl1271_rx_handle_data()
|