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.c3390 struct ieee80211_vht_operation_info *vht_oper_info) in get_vht_operation_channel_width() argument
3394 switch (vht_oper_info->vht_op_info_chwidth) { in get_vht_operation_channel_width()
3396 seg0 = vht_oper_info->vht_op_info_chan_center_freq_seg0_idx; in get_vht_operation_channel_width()
3397 seg1 = vht_oper_info->vht_op_info_chan_center_freq_seg1_idx; in get_vht_operation_channel_width()
3481 struct ieee80211_vht_operation_info *vht_oper_info = in get_he_operation_channel_width() local
3484 channel_width = get_vht_operation_channel_width(vht_oper_info); in get_he_operation_channel_width()
3532 struct ieee80211_vht_operation_info *vht_oper_info = in get_operation_channel_width() local
3547 if (channel_width == CHAN_WIDTH_UNKNOWN && vht_oper_info) in get_operation_channel_width()
3548 channel_width = get_vht_operation_channel_width(vht_oper_info); in get_operation_channel_width()