Lines Matching defs:ci
55 int ocv_insert_oci(struct wpa_channel_info *ci, u8 **argpos)
60 if (ieee80211_chaninfo_to_channel(ci->frequency, ci->chanwidth,
61 ci->sec_channel,
70 *pos++ = ci->seg1_idx;
77 int ocv_insert_oci_kde(struct wpa_channel_info *ci, u8 **argpos)
87 return ocv_insert_oci(ci, argpos);
91 int ocv_insert_extended_oci(struct wpa_channel_info *ci, u8 *pos)
96 return ocv_insert_oci(ci, &pos);
102 struct wpa_channel_info *ci, int tx_chanwidth,
131 if ((int) ci->frequency != oci.freq) {
134 ci->frequency, oci.freq);
150 * Note that the field ci->sec_channel is only filled in when we use
153 if (tx_chanwidth == 40 && ci->frequency < 2500 &&
154 ci->sec_channel != oci.sec_channel) {
157 ci->sec_channel, oci.sec_channel);
165 if (ci->chanwidth == CHAN_WIDTH_80P80 &&