Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c2763 struct supported_chan_width supported_width; in get_supported_channel_width() local
2764 supported_width.is_160_supported = 0; in get_supported_channel_width()
2765 supported_width.is_80p80_supported = 0; in get_supported_channel_width()
2767 return supported_width; in get_supported_channel_width()
2778 supported_width.is_160_supported = 1; in get_supported_channel_width()
2780 supported_width.is_80p80_supported = 1; in get_supported_channel_width()
2786 supported_width.is_160_supported = 1; in get_supported_channel_width()
2788 supported_width.is_80p80_supported = 1; in get_supported_channel_width()
2791 supported_width.is_160_supported, supported_width.is_80p80_supported); in get_supported_channel_width()
2792 return supported_width; in get_supported_channel_width()