Lines Matching refs:capab
677 u16 capab; in ieee80211_send_assoc() local
755 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()
758 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_send_assoc()
759 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
763 capab |= WLAN_CAPABILITY_PRIVACY; in ieee80211_send_assoc()
767 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_send_assoc()
770 capab |= WLAN_CAPABILITY_RADIO_MEASURE; in ieee80211_send_assoc()
784 mgmt->u.reassoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
793 mgmt->u.assoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
844 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_send_assoc()
845 capab & WLAN_CAPABILITY_RADIO_MEASURE) { in ieee80211_send_assoc()
859 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT && in ieee80211_send_assoc()
1565 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr() local
1571 (capab & cpu_to_le16(WLAN_CAPABILITY_SPECTRUM_MGMT) || in ieee80211_handle_pwr_constr()
1572 capab & cpu_to_le16(WLAN_CAPABILITY_RADIO_MEASURE))) { in ieee80211_handle_pwr_constr()
2124 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
2142 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
2145 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()