Searched defs:ieee80211_vht_operation (Results 1 – 2 of 2) sorted by relevance
973 struct ieee80211_vht_operation { struct974 uint8_t chan_width; /* enum ieee80211_vht_chanwidth */975 uint8_t center_freq_seq0_idx; /* 20/40/80/160 - VHT chan1 */976 uint8_t center_freq_seq1_idx; /* 80+80 - VHT chan2 */977 uint16_t basic_mcs_set; /* Basic VHT-MCS and NSS Set */
1219 struct ieee80211_vht_operation { struct1220 u8 vht_op_info_chwidth;1221 u8 vht_op_info_chan_center_freq_seg0_idx;1222 u8 vht_op_info_chan_center_freq_seg1_idx;1223 le16 vht_basic_mcs_set;