Home | History | Annotate | Download | only in ap

Lines Matching defs:oper

59 	struct ieee80211_ht_operation *oper;
66 *pos++ = sizeof(*oper);
68 oper = (struct ieee80211_ht_operation *) pos;
69 os_memset(oper, 0, sizeof(*oper));
71 oper->control_chan = hapd->iconf->channel;
72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
74 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
77 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
80 pos += sizeof(*oper);