Lines Matching refs:capab
606 u16 capab; in ieee80211_send_assoc() local
669 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()
673 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_send_assoc()
675 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
679 capab |= WLAN_CAPABILITY_PRIVACY; in ieee80211_send_assoc()
683 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_send_assoc()
686 capab |= WLAN_CAPABILITY_RADIO_MEASURE; in ieee80211_send_assoc()
698 mgmt->u.reassoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
707 mgmt->u.assoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
753 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_send_assoc()
754 capab & WLAN_CAPABILITY_RADIO_MEASURE) { in ieee80211_send_assoc()
763 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT) { in ieee80211_send_assoc()
1325 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr() local
1328 (capab & cpu_to_le16(WLAN_CAPABILITY_SPECTRUM_MGMT) || in ieee80211_handle_pwr_constr()
1329 capab & cpu_to_le16(WLAN_CAPABILITY_RADIO_MEASURE))) { in ieee80211_handle_pwr_constr()
1854 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
1867 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
1870 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()