Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c2937 struct ieee80211_6ghz_oper_information * six_ghz_operation_info) in get_oh_6ghz_operation_channel_width() argument
2941 switch (six_ghz_operation_info->control & SIX_GHZ_CONTROL_CHANNEL_WIDTH_MASK) { in get_oh_6ghz_operation_channel_width()
2952 tmp_seg0 = six_ghz_operation_info->center_freq_seg0_index; in get_oh_6ghz_operation_channel_width()
2953 tmp_seg1 = six_ghz_operation_info->center_freq_seg1_index; in get_oh_6ghz_operation_channel_width()
2989 struct ieee80211_6ghz_oper_information *six_ghz_operation_info = in get_oh_he_oper_channel_width() local
2995 ch_width = get_oh_6ghz_operation_channel_width(six_ghz_operation_info); in get_oh_he_oper_channel_width()