Home
last modified time | relevance | path

Searched refs:IEEE80211_HT_CAP_SM_PS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDieee80211.h278 #define IEEE80211_HT_CAP_SM_PS IEEE80211_HTCAP_SMPS macro
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDmac.c1773 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_peer_assoc_h_smps()
2253 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_setup_peer_smps()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDmac.c2560 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
2868 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDmac.c2835 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()