Lines Matching refs:capab
631 u16 capab; in ieee80211_send_assoc() local
694 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()
697 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_send_assoc()
698 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
702 capab |= WLAN_CAPABILITY_PRIVACY; in ieee80211_send_assoc()
706 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_send_assoc()
709 capab |= WLAN_CAPABILITY_RADIO_MEASURE; in ieee80211_send_assoc()
721 mgmt->u.reassoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
730 mgmt->u.assoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
776 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_send_assoc()
777 capab & WLAN_CAPABILITY_RADIO_MEASURE) { in ieee80211_send_assoc()
786 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT) { in ieee80211_send_assoc()
1356 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr() local
1359 (capab & cpu_to_le16(WLAN_CAPABILITY_SPECTRUM_MGMT) || in ieee80211_handle_pwr_constr()
1360 capab & cpu_to_le16(WLAN_CAPABILITY_RADIO_MEASURE))) { in ieee80211_handle_pwr_constr()
1880 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
1893 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
1896 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()