Lines Matching refs:oper
77 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
91 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation()
93 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation()
94 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation()
109 oper->vht_op_info_chan_center_freq_seg0_idx = seg0; in hostapd_eid_vht_operation()
110 oper->vht_op_info_chan_center_freq_seg1_idx = seg1; in hostapd_eid_vht_operation()
112 oper->vht_op_info_chwidth = oper_chwidth; in hostapd_eid_vht_operation()
118 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation()
119 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation()
120 oper->vht_op_info_chan_center_freq_seg0_idx; in hostapd_eid_vht_operation()
123 oper->vht_op_info_chan_center_freq_seg0_idx -= 8; in hostapd_eid_vht_operation()
125 oper->vht_op_info_chan_center_freq_seg0_idx += 8; in hostapd_eid_vht_operation()
131 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation()
136 oper->vht_basic_mcs_set = host_to_le16(0xfffc); in hostapd_eid_vht_operation()
137 pos += sizeof(*oper); in hostapd_eid_vht_operation()