Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c2669 struct ieee80211_vht_operation_info *vht_oper_info) in get_vht_operation_channel_width() argument
2673 switch (vht_oper_info->vht_op_info_chwidth) { in get_vht_operation_channel_width()
2675 seg0 = vht_oper_info->vht_op_info_chan_center_freq_seg0_idx; in get_vht_operation_channel_width()
2676 seg1 = vht_oper_info->vht_op_info_chan_center_freq_seg1_idx; in get_vht_operation_channel_width()
2760 struct ieee80211_vht_operation_info *vht_oper_info = in get_he_operation_channel_width() local
2763 channel_width = get_vht_operation_channel_width(vht_oper_info); in get_he_operation_channel_width()
2778 struct ieee80211_vht_operation_info *vht_oper_info = in get_operation_channel_width() local
2786 if (channel_width == CHAN_WIDTH_UNKNOWN && vht_oper_info) in get_operation_channel_width()
2787 channel_width = get_vht_operation_channel_width(vht_oper_info); in get_operation_channel_width()