Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c4149 struct supported_chan_width sta_supported_chan_width) in get_sta_operation_chan_width() argument
4152 sta_supported_chan_width.is_320_supported) in get_sta_operation_chan_width()
4157 return sta_supported_chan_width.is_160_supported ? in get_sta_operation_chan_width()
4161 return sta_supported_chan_width.is_80p80_supported ? in get_sta_operation_chan_width()
4165 return sta_supported_chan_width.is_40_supported ? in get_sta_operation_chan_width()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c3554 struct supported_chan_width sta_supported_chan_width; in wpas_parse_connection_info() local
3600 sta_supported_chan_width = get_supported_channel_width(&req_elems, in wpas_parse_connection_info()
3607 sta_supported_chan_width); in wpas_parse_connection_info()