Home
last modified time | relevance | path

Searched refs:BAND_60_GHZ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddefs.h394 BAND_60_GHZ = BIT(2), enumerator
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant.c5056 return BAND_60_GHZ; in wpas_freq_to_band()
5087 band |= BAND_60_GHZ; in wpas_get_bands()
5091 BAND_60_GHZ; in wpas_get_bands()
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p.c3543 if (bands & BAND_60_GHZ) in p2p_scan_ie()