Searched defs:idx (Results 1 - 25 of 1083) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webrtc/webrtc/video/
H A Dpayload_router.cc84 int idx = 0; local
86 rtp_module->SetTargetSendBitrate(stream_bitrates[idx++]);
H A Dvie_channel.cc683 int32_t ViEChannel::GetLocalSSRC(uint8_t idx, unsigned int* ssrc) { argument
684 RTC_DCHECK_LE(idx, rtp_rtcp_modules_.size());
685 *ssrc = rtp_rtcp_modules_[idx]->SSRC();
H A Dvie_encoder.cc506 int idx = 0; local
527 idx = stream_it->second;
530 vcm_->IntraFrameRequest(idx);
557 int idx = 0; local
559 ssrc_streams_[ssrc] = idx++;
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c3463 int idx; local
3488 idx = 0;
3499 idx, errno, strerror(errno));
3515 idx++;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h66 u8 idx; member in struct:hostapd_wep_keys
H A Dap_drv_ops.c468 const u8 *addr, int idx, u8 *seq)
472 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
467 hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd, const u8 *addr, int idx, u8 *seq) argument
H A Ddfs.c184 int idx, int skip_radar)
210 if (ret_chan && idx == channel_idx) {
213 return idx;
263 /* Return start channel idx we will use for mode->channels[idx] */
305 /* Get idx */
318 /* Get idx for seg1 */
182 dfs_find_channel(struct hostapd_iface *iface, struct hostapd_channel_data **ret_chan, int idx, int skip_radar) argument
H A Dhostapd.c244 int errors = 0, idx; local
247 idx = ssid->wep.idx;
250 hapd, WPA_ALG_WEP, broadcast_ether_addr, idx,
251 1, NULL, 0, ssid->wep.key[idx],
252 ssid->wep.len[idx])) {
447 i == hapd->conf->ssid.wep.idx, NULL, 0,
455 i == hapd->conf->ssid.wep.idx)
2558 static int hostapd_remove_bss(struct hostapd_iface *iface, unsigned int idx) argument
2562 wpa_printf(MSG_INFO, "Remove BSS '%s'", iface->conf->bss[idx]
[all...]
H A Dieee802_11_shared.c167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) argument
171 switch (idx) {
H A Dieee802_1x.c136 int idx, int broadcast,
165 key->key_index = idx | (broadcast ? 0 : BIT(7));
205 broadcast ? "broadcast" : "unicast", idx);
2378 int idx)
2381 idx >= (int) sm->radius_class.count)
2384 *len = sm->radius_class.attr[idx].len;
2385 return sm->radius_class.attr[idx].data;
134 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
2377 ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len, int idx) argument
H A Dwpa_auth.c126 enum wpa_alg alg, const u8 *addr, int idx,
131 return wpa_auth->cb.set_key(wpa_auth->cb.ctx, vlan_id, alg, addr, idx,
137 const u8 *addr, int idx, u8 *seq)
141 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
1169 int idx; local
1172 idx = bitfield_get_first_zero(wpa_auth->ip_pool);
1173 if (idx >= 0) {
1176 bitfield_set(wpa_auth->ip_pool, idx);
1177 WPA_PUT_BE32(sm->ip_addr, start + idx);
124 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
136 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
H A Dwpa_auth_ft.c405 const u8 *addr, int idx, u8 *seq)
409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
759 enum wpa_alg alg, const u8 *addr, int idx,
764 return wpa_auth->cb.set_key(wpa_auth->cb.ctx, vlan_id, alg, addr, idx,
404 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
757 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
H A Dwpa_auth_glue.c298 const u8 *addr, int idx, u8 *key,
310 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
315 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx, argument
319 return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
297 hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_libtomcrypt.c302 int idx, res, rc4 = 0; local
306 idx = find_cipher("aes");
309 idx = find_cipher("3des");
312 idx = find_cipher("des");
315 idx = find_cipher("rc2");
318 idx = -1;
338 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c569 atheros_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, argument
575 wpa_printf(MSG_DEBUG, "%s: addr=%s idx=%d",
576 __func__, ether_sprintf(addr), idx);
583 wk.ik_keyix = idx;
588 __func__, MAC2STR(wk.ik_macaddr), idx);
H A Ddriver_bsd.c689 bsd_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, argument
694 wpa_printf(MSG_DEBUG, "%s: addr=%s idx=%d",
695 __func__, ether_sprintf(addr), idx);
702 wk.ik_keyix = idx;
H A Ddriver_hostap.c436 param->u.crypt.idx = key_idx;
451 int idx, u8 *seq)
470 param->u.crypt.idx = idx;
450 hostap_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, u8 *seq) argument
H A Ddriver_hostap.h169 u8 idx; member in struct:prism2_hostapd_param::__anon21440::__anon21443
H A Ddriver_nl80211.c906 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) argument
911 if (wpa_driver_nl80211_own_ifindex(drv, idx, buf, len) ||
912 have_ifidx(drv, idx, IFIDX_ANY))
5305 int idx, u8 *seq)
5315 nla_put_u8(msg, NL80211_ATTR_KEY_IDX, idx)) {
6064 unsigned int idx; local
6070 for (idx = 0; idx < 64; idx++) {
6072 new_addr[0] ^= idx <<
5304 i802_get_seqnum(const char *iface, void *priv, const u8 *addr, int idx, u8 *seq) argument
[all...]
H A Ddriver_nl80211_capa.c848 size_t idx = feature / 8; local
850 return (idx < info->flags_len) &&
851 (info->flags[idx] & BIT(feature % 8));
1095 int rem_freq, idx; local
1117 idx = phy_info->last_chan_idx;
1124 phy_info_freq(mode, &mode->channels[idx], tb_freq);
1125 idx++;
1127 phy_info->last_chan_idx = idx;
1142 int rem_rate, idx; local
1160 idx
[all...]
H A Ddriver_nl80211_event.c1526 unsigned int idx = event.freq_range.num; local
1527 range[idx].min = freq_range->range[i].start_freq;
1528 range[idx].max = freq_range->range[i].end_freq;
1530 range[idx].min, range[idx].max);
1531 if (range[idx].min > range[idx].max) {
H A Ddriver_nl80211_monitor.c283 int idx; local
286 for (idx = 0; idx < msock_filter.len; idx++) {
287 struct sock_filter *insn = &msock_filter_insns[idx];
292 insn->k = msock_filter.len - idx - 2;
294 insn->k = msock_filter.len - idx - 3;
298 insn->jt = msock_filter.len - idx - 2;
300 insn->jt = msock_filter.len - idx - 3;
303 insn->jf = msock_filter.len - idx
[all...]
H A Ddriver_wext.c43 int idx, u32 value)
50 iwr.u.param.flags = idx & IW_AUTH_INDEX;
57 idx, value, strerror(errno));
42 wpa_driver_wext_set_auth_param(struct wpa_driver_wext_data *drv, int idx, u32 value) argument
H A Drfkill.c20 u32 idx; member in struct:rfkill_event
51 uint32_t idx; member in struct:rfkill_data
74 if (event.op != RFKILL_OP_CHANGE || event.idx != rfkill->idx)
77 wpa_printf(MSG_DEBUG, "rfkill: event: idx=%u type=%d "
79 event.idx, event.type, event.op, event.soft,
159 "/sys/class/rfkill/rfkill%d/device", event.idx);
169 wpa_printf(MSG_DEBUG, "rfkill: initial event: idx=%u type=%d "
171 event.idx, event.type, event.op, event.soft,
174 rfkill->idx
[all...]

Completed in 3179 milliseconds

1234567891011>>