Home | History | Annotate | Download | only in ap

Lines Matching refs:oper

76 	struct ieee80211_vht_operation *oper;
80 *pos++ = sizeof(*oper);
82 oper = (struct ieee80211_vht_operation *) pos;
83 os_memset(oper, 0, sizeof(*oper));
90 oper->vht_op_info_chan_center_freq_seg0_idx =
92 oper->vht_op_info_chan_center_freq_seg1_idx =
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
101 oper->vht_op_info_chwidth = 1;
102 oper->vht_op_info_chan_center_freq_seg1_idx =
103 oper->vht_op_info_chan_center_freq_seg0_idx;
106 oper->vht_op_info_chan_center_freq_seg0_idx -= 8;
108 oper->vht_op_info_chan_center_freq_seg0_idx += 8;
114 oper->vht_op_info_chwidth = 1;
119 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
120 pos += sizeof(*oper);