Searched refs:WLAN_CAPABILITY_SPECTRUM_MGMT (Results 1 – 4 of 4) sorted by relevance
97 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join()103 bss_desc->cap_info_bitmap &= ~WLAN_CAPABILITY_SPECTRUM_MGMT; in mwifiex_11h_process_join()
177 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_SPECTRUM_MGMT) in mwifiex_fill_new_bss_desc()
1479 if ((cbss->capability & WLAN_CAPABILITY_SPECTRUM_MGMT) && in ieee80211_assoc_link_elems()1481 *capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in ieee80211_assoc_link_elems()1486 if (*capab & WLAN_CAPABILITY_SPECTRUM_MGMT || in ieee80211_assoc_link_elems()1507 if (*capab & WLAN_CAPABILITY_SPECTRUM_MGMT && in ieee80211_assoc_link_elems()2750 (capab & cpu_to_le16(WLAN_CAPABILITY_SPECTRUM_MGMT) || in ieee80211_handle_pwr_constr()
3365 #define WLAN_CAPABILITY_SPECTRUM_MGMT (1<<8) macro