Home
last modified time | relevance | path

Searched refs:ap_bf_sts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmlme.c584 u32 mask, ap_bf_sts, our_bf_sts; in ieee80211_add_vht_ie() local
645 ap_bf_sts = le32_to_cpu(ap_vht_cap->vht_cap_info) & mask; in ieee80211_add_vht_ie()
648 if (ap_bf_sts < our_bf_sts) { in ieee80211_add_vht_ie()
650 cap |= ap_bf_sts; in ieee80211_add_vht_ie()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmlme.c687 u32 mask, ap_bf_sts, our_bf_sts; in ieee80211_add_vht_ie() local
749 ap_bf_sts = le32_to_cpu(ap_vht_cap->vht_cap_info) & mask; in ieee80211_add_vht_ie()
752 if (ap_bf_sts < our_bf_sts) { in ieee80211_add_vht_ie()
754 cap |= ap_bf_sts; in ieee80211_add_vht_ie()

Completed in 16 milliseconds