Home | History | Annotate | Download | only in ap

Lines Matching defs:oper

52 	struct ieee80211_vht_operation *oper;
59 *pos++ = sizeof(*oper);
61 oper = (struct ieee80211_vht_operation *) pos;
62 os_memset(oper, 0, sizeof(*oper));
69 oper->vht_op_info_chan_center_freq_seg0_idx =
71 oper->vht_op_info_chan_center_freq_seg1_idx =
74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
78 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
79 pos += sizeof(*oper);