Lines Matching refs:capab
708 u16 capab; in ieee80211_send_assoc() local
780 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()
783 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in ieee80211_send_assoc()
784 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
788 capab |= WLAN_CAPABILITY_PRIVACY; in ieee80211_send_assoc()
792 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_send_assoc()
795 capab |= WLAN_CAPABILITY_RADIO_MEASURE; in ieee80211_send_assoc()
809 mgmt->u.reassoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
817 mgmt->u.assoc_req.capab_info = cpu_to_le16(capab); in ieee80211_send_assoc()
867 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_send_assoc()
868 capab & WLAN_CAPABILITY_RADIO_MEASURE) { in ieee80211_send_assoc()
882 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT && in ieee80211_send_assoc()
1623 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr() local
1629 (capab & cpu_to_le16(WLAN_CAPABILITY_SPECTRUM_MGMT) || in ieee80211_handle_pwr_constr()
1630 capab & cpu_to_le16(WLAN_CAPABILITY_RADIO_MEASURE))) { in ieee80211_handle_pwr_constr()
2182 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
2200 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
2203 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()