Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c2907 struct ieee80211_vht_operation_info *vht_operation_info) in get_oh_vht_oper_channel_width() argument
2911 switch (vht_operation_info->vht_op_info_chwidth) { in get_oh_vht_oper_channel_width()
2913 tmp_seg0 = vht_operation_info->vht_op_info_chan_center_freq_seg0_idx; in get_oh_vht_oper_channel_width()
2914 tmp_seg1 = vht_operation_info->vht_op_info_chan_center_freq_seg1_idx; in get_oh_vht_oper_channel_width()
2998 struct ieee80211_vht_operation_info *vht_operation_info = in get_oh_he_oper_channel_width() local
3001 ch_width = get_oh_vht_oper_channel_width(vht_operation_info); in get_oh_he_oper_channel_width()
3016 struct ieee80211_vht_operation_info *vht_operation_info = in get_oh_oper_channel_width() local
3025 if (ch_width == CHAN_WIDTH_UNKNOWN && vht_operation_info) { in get_oh_oper_channel_width()
3026 ch_width = get_oh_vht_oper_channel_width(vht_operation_info); in get_oh_oper_channel_width()