Home
last modified time | relevance | path

Searched refs:preambles (Results 1 – 9 of 9) sorted by relevance

/linux/net/wireless/
H A Dcore.c781 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
784 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
793 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
H A Dpmsr.c47 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm()
H A Dnl80211.c2191 cap->ftm.preambles)) in nl80211_send_pmsr_ftm_capa()
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst179 Those words may be wrapped with specific preambles/post-ambles which depend on
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c269 static const char *const preambles[] = { "long", "short", "auto" }; variable
1357 preambles[priv->preamble_type], priv->rts_threshold, in at76_startup_device()
/linux/Documentation/networking/dsa/
H A Dsja1105.rst348 frame preambles, which the real PHY is not expected to understand. So the PHY
/linux/include/net/
H A Dcfg80211.h5388 u32 preambles; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c6007 out->ftm.preambles = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES]); in parse_ftm_capa()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c92 .preambles = BIT(NL80211_PREAMBLE_LEGACY) |