| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | power.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2024-2025 Intel Corporation 11 #include "link.h" 20 if (vif->type != NL80211_IFTYPE_STATION) in iwl_mld_vif_ps_iterator() 23 *ps_enable &= !mld_vif->ps_disabled; in iwl_mld_vif_ps_iterator() 37 ieee80211_iterate_active_interfaces_mtx(mld->hw, in iwl_mld_update_device_power() 68 if (ieee80211_vif_type_p2p(link_conf->vif) != NL80211_IFTYPE_STATION) in iwl_mld_enable_beacon_filter() 72 if (iwl_mld_vif_from_mac80211(link_conf->vif)->disable_bf) in iwl_mld_enable_beacon_filter() 76 if (link_conf->cqm_rssi_thold) { in iwl_mld_enable_beacon_filter() 78 cpu_to_le32(link_conf->cqm_rssi_hyst); in iwl_mld_enable_beacon_filter() [all …]
|
| H A D | link.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2024-2025 Intel Corporation 7 #include "link.h" 25 lockdep_assert_wiphy(mld->wiphy); in iwl_mld_send_link_cmd() 27 cmd->action = cpu_to_le32(action); in iwl_mld_send_link_cmd() 40 struct ieee80211_vif *vif = link_conf->vif; in iwl_mld_add_link_to_fw() 42 struct iwl_mld_link *link = iwl_mld_link_from_mac80211(link_conf); in iwl_mld_add_link_to_fw() local 45 lockdep_assert_wiphy(mld->wiphy); in iwl_mld_add_link_to_fw() 47 if (WARN_ON(!link)) in iwl_mld_add_link_to_fw() 48 return -EINVAL; in iwl_mld_add_link_to_fw() [all …]
|
| H A D | tlc.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2024-2025 Intel Corporation 18 switch (link_sta->bandwidth) { in iwl_mld_fw_bw_from_sta_bw() 40 struct ieee80211_sta_ht_cap *ht_cap = &link_sta->ht_cap; in iwl_mld_get_tlc_cmd_flags() 41 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->vht_cap; in iwl_mld_get_tlc_cmd_flags() 42 struct ieee80211_sta_he_cap *he_cap = &link_sta->he_cap; in iwl_mld_get_tlc_cmd_flags() 43 bool has_vht = vht_cap->vht_supported; in iwl_mld_get_tlc_cmd_flags() 47 if (mld->cfg->ht_params.stbc && in iwl_mld_get_tlc_cmd_flags() 49 if (he_cap->has_he && he_cap->he_cap_elem.phy_cap_info[2] & in iwl_mld_get_tlc_cmd_flags() 52 else if (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK) in iwl_mld_get_tlc_cmd_flags() [all …]
|
| H A D | link.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2024-2025 Intel Corporation 14 * struct iwl_probe_resp_data - data for NoA/CSA updates 26 * struct iwl_mld_link - link configuration parameters 29 * @fw_id: the fw id of the link. 30 * @active: if the link is active or not. 32 * drv_conf_tx per each AC, and then notified once with BSS_CHANGED_QOS. 33 * So we store it here and then send one link cmd for all the ACs. 34 * @chan_ctx: pointer to the channel context assigned to the link. If a link 36 * @he_ru_2mhz_block: 26-tone RU OFDMA transmissions should be blocked. [all …]
|
| /freebsd/usr.sbin/ngctl/ |
| H A D | show.c | 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 23 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 46 #define FMT " %-15s %-15s %-12s %-15s %-15s\n" 50 static int ShowCmd(int ac, char **av); 54 "show [-n] <path>", 56 "If the -n flag is given, hooks are not listed.", 61 ShowCmd(int ac, char **av) in ShowCmd() argument 71 while ((ch = getopt(ac, av, "n")) != -1) { in ShowCmd() 82 ac -= optind; in ShowCmd() 86 switch (ac) { in ShowCmd() [all …]
|
| H A D | dot.c | 7 * Copyright (c) 1996-1999 Whistle Communications, Inc. 25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 51 static int DotCmd(int ac, char **av); 55 "dot [-c] [outputfile]", 58 " The optional -c argument generates a graph without separate" 64 DotCmd(int ac, char **av) in DotCmd() argument 75 while ((ch = getopt(ac, av, "c")) != -1) { in DotCmd() 86 ac -= optind; in DotCmd() 90 switch (ac) { in DotCmd() 116 nlist = (struct namelist *)nlresp->data; in DotCmd() [all …]
|
| H A D | rmhook.c | 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 23 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 44 static int RmHookCmd(int ac, char **av); 50 "The rmhook command forces the node at \"path\" to break the link" 57 RmHookCmd(int ac, char **av) in RmHookCmd() argument 63 switch (ac) { in RmHookCmd() 66 ac--; in RmHookCmd()
|
| H A D | connect.c | 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 23 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 44 static int ConnectCmd(int ac, char **av); 50 "The connect command creates a link between the two nodes at" 59 ConnectCmd(int ac, char **av) in ConnectCmd() argument 65 switch (ac) { in ConnectCmd() 68 ac--; in ConnectCmd()
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | README | 15 In your bootstrap (pre-configure) script, you can do this: 17 rm -rf libopts libopts-* 18 gunzip -c `autoopts-config libsrc` | tar -xvf - 19 mv -f libopts-*.*.* libopts 20 cp -fp libopts/m4/*.m4 m4/. 32 to your configure.ac file. See LIBOPTS_CHECK: below for details. 49 ``$(LIBOPTS_LDADD)'' to relevant link options whereever 55 $(prog_OBJECTS) : prog-opts.h 56 prog-opts.h : prog-opts.c 57 prog-opts.c : prog-opts.def [all …]
|
| /freebsd/sbin/ipfw/ |
| H A D | dummynet.c | 1 /*- 7 * Implemented by Rasool Al-Saadi <ralsaadi@swin.edu.au> 9 * Copyright (c) 2002-2003,2010 Luigi Rizzo 57 { "dst-ip", TOK_DSTIP }, 58 { "src-ip", TOK_SRCIP }, 59 { "dst-port", TOK_DSTPORT }, 60 { "src-port", TOK_SRCPORT }, 75 { "fq_codel", TOK_FQ_CODEL}, /* FQ-Codel */ 77 { "fq_pie", TOK_FQ_PIE}, /* FQ-PIE */ 82 { "link", TOK_LINK }, [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | TODO | 3 - Update the docs 4 - Update README 5 - Update INSTALL 6 - Merge INSTALL & README.privsep 8 - Install FAQ? 10 - General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it 13 - Create a Documentation/ directory? 17 - Grep for 'XXX' comments and fix 19 - Link order is incorrect for some systems using Kerberos 4 and AFS. Result 21 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 23 struct rtw89_dev *rtwdev = hw->priv; in rtw89_ops_tx() 25 struct ieee80211_vif *vif = info->control.vif; in rtw89_ops_tx() 27 struct ieee80211_sta *sta = control->sta; in rtw89_ops_tx() 28 u32 flags = IEEE80211_SKB_CB(skb)->flags; in rtw89_ops_tx() 31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx() 35 skb_queue_tail(&rtwsta->roc_queue, skb); in rtw89_ops_tx() 51 struct rtw89_dev *rtwdev = hw->priv; in rtw89_ops_wake_tx_queue() 54 queue_work(rtwdev->txq_wq, &rtwdev->txq_work); in rtw89_ops_wake_tx_queue() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl-asoc-card.txt | 16 Note: The card is initially designed for those sound cards who use AC'97, I2S 18 AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as 23 "fsl,imx-audio-ac97" 25 "fsl,imx-audio-cs42888" 27 "fsl,imx-audio-cs427x" 30 "fsl,imx-audio-wm8962" 32 "fsl,imx-audio-sgtl5000" 33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt) 35 "fsl,imx-audio-wm8960" 37 "fsl,imx-audio-mqs" [all …]
|
| H A D | fsl-asoc-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl-asoc-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 22 Note, The card is initially designed for those sound cards who use AC'97, I2S 24 AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as 28 - Shengjiu Wang <shengjiu.wang@nxp.com> 33 - items: 34 - enum: 35 - fsl,imx-sgtl5000 [all …]
|
| /freebsd/share/man/man5/ |
| H A D | rc.conf.5 | 80 .Ao Ar dir Ac Ns Pa /rc.conf.d 82 .Ao Ar dir Ac 93 to store jail-specific configuration options. 105 .Ao Ar dir Ac Ns Pa /rc.conf.d/ Ns Ao Ar name Ac 120 .Bl -tag -width indent-two 193 .It Ao Ar name Ac Ns Va _audit_user 204 .It Ao Ar name Ac Ns Va _chroot 208 .It Ao Ar name Ac Ns Va _cpuset 216 .It Ao Ar name Ac Ns Va _fib 221 .It Ao Ar name Ac Ns Va _group [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gxl-s805x-libretech-ac.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/sound/meson-aiu.h> 13 #include "meson-gxl-s805x.dtsi" 16 compatible = "libretech,aml-s805x-ac", "amlogic,s805x", 17 "amlogic,meson-gxl"; 18 model = "Libre Computer AML-S805X-AC"; 27 stdout-path = "serial0:115200n8"; 30 cvbs-connector { [all …]
|
| /freebsd/sys/contrib/openzfs/man/man5/ |
| H A D | vdev_id.conf.5 | 1 .\" SPDX-License-Identifier: CDDL-1.0 35 .Bl -tag -width "-h" 37 Maps a device link in the 40 The udev rule defining the device link must have run prior to 42 A defined alias takes precedence over a topology-derived name, but the 49 is the name of the link to the device that will by created under 50 .Pa /dev/disk/by-vdev . 53 is the name of the device link that has already been 63 .Pa /dev/by-enclosure 75 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ng_pppoe.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 68 .Bl -tag -width ".Va [unspecified]" 86 .Bl -tag -width 3n 90 .Bd -literal -offset 4n 97 This generic message returns a human-readable version of the node status. 103 It is legal to specify a zero-length service name, this is common 106 and/or set a specific Host-Uniq tag, required by some Internet providers, 108 .Qq Li [AC-Name\\][Host-Uniq|]Service-Name 110 To set a binary Host-Uniq, it must be encoded as a hexadecimal lowercase [all …]
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | via82c686.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 40 * ftp://ftp.alsa-project.org/pub/manuals/via/686a.pdf 41 * ftp://ftp.alsa-project.org/pub/manuals/general/ac97r21.pdf 42 * ftp://ftp.alsa-project.org/pub/manuals/ad/AD1881_0.pdf (example AC'97 codec) 51 #define VIA_ACLINK_EN 0x80 /* ac link enab */ 52 #define VIA_ACLINK_NRST 0x40 /* ~(ac reset) */ 53 #define VIA_ACLINK_SYNC 0x20 /* ac sync */
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wmm_ac.h | 2 * Wi-Fi Multimedia Admission Control (WMM-AC) 27 * struct wmm_ac_assoc_data - WMM Admission Control Association Data 29 * This struct will store any relevant WMM association data needed by WMM AC. 32 * associated to a valid WMM BSS and hence, WMM AC will not be used. 37 * acm - Admission Control Mandatory 39 * to be admitted by WMM-AC's admission mechanism before use. 44 * uapsd_queues - Unscheduled Automatic Power Save Delivery 46 * Indicates whether ACs are configured for U-APSD (or legacy 56 * wmm_ac_dir - WMM Admission Control Direction 65 * ts_dir_idx - indices of internally saved tspecs [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | utils.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 12 #include "iwl-debug.h" 13 #include "iwl-io.h" 14 #include "iwl-prph.h" 15 #include "iwl-csr.h" 22 * CMD_WANT_SKB is set in cmd->flags. 29 if (WARN_ON(mvm->d3_test_active)) in iwl_mvm_send_cmd() [all …]
|
| H A D | sta.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2015, 2018-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 24 fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_STA_TYPE)) in iwl_mvm_add_sta_cmd_size() 36 WARN_ON_ONCE(test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status)); in iwl_mvm_find_free_sta_id() 38 lockdep_assert_held(&mvm->mutex); in iwl_mvm_find_free_sta_id() 44 /* Don't take rcu_read_lock() since we are protected by mvm->mutex */ in iwl_mvm_find_free_sta_id() 45 for (sta_id = 0; sta_id < mvm->fw->ucode_capa.num_stations; sta_id++) { in iwl_mvm_find_free_sta_id() 49 if (!rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_find_free_sta_id() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac-cfg.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2019, 2021-2025 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 13 * enum iwl_mac_conf_subcmd_ids - mac configuration command IDs 104 * struct iwl_p2p_noa_attr - NOA attr contained in probe resp FW notification 127 * struct iwl_probe_resp_data_notif - notification with NOA and CSA counter 144 * struct iwl_missed_vap_notif - notification of missing vap detection 159 * struct iwl_channel_switch_start_notif_v1 - Channel switch start notification 168 * struct iwl_channel_switch_start_notif - Channel switch start notification [all …]
|
| /freebsd/tests/sys/netinet6/ |
| H A D | output6.sh | 1 #!/usr/bin/env atf-sh 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 55 jname="v6t-output6_tcp_setup_success" 69 while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 72 while [ `jexec ${jname}a ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 77 args="--family inet6 --ports ${port} --match_str ${text}" 79 jexec ${jname}b ${script_name} --test_name "test_listen_tcp" ${args} & 84 while [ `jexec ${jname}b sockstat -6qlp ${port} | wc -l` != "1" ]; do 87 if [ ${counter} -ge 50 ]; then break; fi [all …]
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 93 .Bl -tag -width indent 120 The format is specified as a comma-separated list of 141 .Bl -tag -width default 145 .Bl -tag -width default -compact 158 Adjust the display of link-level ethernet (MAC) addresses: 160 .Bl -tag -width default -compact 175 .Bl -tag -width default -compact 192 .Bl -tag -width default -compact [all …]
|