Searched refs:ie (Results 51 - 75 of 210) sorted by relevance

123456789

/freebsd-10.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa.h107 int wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len);
110 int wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len);
111 int wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len);
193 static inline int wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, argument
206 static inline int wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, argument
212 static inline int wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, argument
H A Dwpa_ie.h55 struct wpa_eapol_ie_parse *ie);
H A Dpeerkey.c25 static u8 * wpa_add_ie(u8 *pos, const u8 *ie, size_t ie_len) argument
27 os_memcpy(pos, ie, ie_len);
180 struct wpa_ie_data ie; local
215 if (wpa_parse_wpa_ie_rsn(kde.rsn_ie, kde.rsn_ie_len, &ie) < 0) {
220 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher;
250 if (ie.key_mgmt & (WPA_KEY_MGMT_IEEE8021X_SHA256 |
471 struct wpa_ie_data ie; local
476 wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0) {
499 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher;
672 struct wpa_eapol_ie_parse ie; local
1010 struct wpa_ie_data ie; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp17 for (iterator it = begin(), ie = end(); it != ie; ++it)
H A DArg.cpp72 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) {
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_attr_build.c377 struct wpabuf *ie; local
380 ie = wpabuf_alloc(wpabuf_len(data) + 100);
381 if (ie == NULL) {
393 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
394 wpabuf_put_u8(ie, 4 + frag_len);
395 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
396 wpabuf_put_data(ie, pos, frag_len);
402 return ie;
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h49 u_int ie:8; /* the ie type */ member in struct:uni_ierr
131 ((CX)->err[(CX)->errcnt].ie = (IETYPE), \
/freebsd-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c279 boot_catalog_initial_entry *ie; local
285 ie = &default_entry->entry_data.IE;
287 ie->boot_indicator[0] = disk->bootable;
288 ie->media_type[0] = disk->targetMode;
289 cd9660_721(disk->loadSegment, ie->load_segment);
290 ie->system_type[0] = disk->system;
291 cd9660_721(disk->num_sectors, ie->sector_count);
292 cd9660_731(disk->sector, ie->load_rba);
296 "load rba %d\n", __func__, ie->boot_indicator[0],
297 ie
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Ddrv_callbacks.c39 const u8 *ie; local
67 ie = elems.wps_ie - 2;
71 ie = elems.rsn_ie - 2;
75 ie = elems.wpa_ie - 2;
79 ie = NULL;
122 if (ie == NULL || ielen == 0) {
137 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
138 os_memcmp(ie + 2, "\x00\x50\xf2\x04", 4) == 0) {
141 wps = ieee802_11_vendor_ie_concat(ie, iele
396 hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal) argument
[all...]
H A Dhostapd.h49 const u8 *ie, size_t ie_len, int ssi_signal);
289 const u8 *ie, size_t ie_len,
296 const u8 *ie, size_t ielen, int reassoc);
300 const u8 *bssid, const u8 *ie, size_t ie_len,
H A Dutils.c20 const u8 *ie, size_t ie_len,
17 hostapd_register_probereq_cb(struct hostapd_data *hapd, int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal), void *ctx) argument
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c59 * success (ie, a value of 1)
403 const u8 *ie; local
417 ie = wpa_bss_get_ie(bss, WLAN_EID_SSID);
418 if (ie) {
420 (const char *) (ie + 2),
421 ie[1]))
425 ie = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
426 if (ie) {
428 (const char *) ie,
429 ie[
[all...]
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diterator.c710 struct iter_env* ie = (struct iter_env*)qstate->env->modinfo[id]; local
717 if(iq->depth == ie->max_dependency_depth)
764 struct iter_env* ie = (struct iter_env*)qstate->env->modinfo[id]; local
768 if(iq->depth == ie->max_dependency_depth)
901 * @param ie: iterator shared global environment.
908 struct iter_env* ie, int id)
930 if(iq->depth > ie->max_dependency_depth) {
1348 * @param ie: iterator shared global environment.
1358 struct iter_env* ie, int id, int maxtargets, int* num)
1365 if(iq->depth == ie
907 processInitRequest(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id) argument
1357 query_for_targets(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id, int maxtargets, int* num) argument
1456 processLastResort(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id) argument
1655 processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id) argument
2677 iter_handle(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id) argument
2730 process_request(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id) argument
2743 process_response(struct module_qstate* qstate, struct iter_qstate* iq, struct iter_env* ie, int id, struct outbound_entry* outbound, enum module_ev event) argument
2844 struct iter_env* ie = (struct iter_env*)qstate->env->modinfo[id]; local
2902 struct iter_env* ie = (struct iter_env*)env->modinfo[id]; local
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_mesh.c2127 * Parse meshpeering action ie's for MPM frames
2266 struct ieee80211_meshpeer_ie ie; local
2271 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2+2, efrm, &ie,
2413 struct ieee80211_meshpeer_ie ie; local
2418 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2+2+2+2, efrm, &ie,
2476 struct ieee80211_meshpeer_ie ie; local
2481 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2, efrm, &ie,
2530 const struct ieee80211_meshlmetric_ie *ie = local
2535 if (ie->lm_flags & IEEE80211_MESH_LMETRIC_FLAGS_REQ) {
2548 * Parse meshgate action ie'
2552 mesh_parse_meshgate_action(struct ieee80211_node *ni, const struct ieee80211_frame *wh, struct ieee80211_meshgann_ie *ie, const uint8_t *frm, const uint8_t *efrm) argument
2594 struct ieee80211_meshgann_ie ie; local
2920 struct ieee80211_meshlmetric_ie *ie = arg0; local
2968 struct ieee80211_meshgann_ie *ie = arg0; local
3110 mesh_verify_meshid(struct ieee80211vap *vap, const uint8_t *ie) argument
3123 mesh_verify_meshconf(struct ieee80211vap *vap, const uint8_t *ie) argument
3171 mesh_verify_meshpeer(struct ieee80211vap *vap, uint8_t subtype, const uint8_t *ie) argument
3362 ieee80211_add_meshgate(uint8_t *frm, struct ieee80211_meshgann_ie *ie) argument
3406 ieee80211_parse_meshid(struct ieee80211_node *ni, const uint8_t *ie) argument
[all...]
H A Dieee80211_tdma.h96 void ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie);
/freebsd-10.0-release/sys/i386/conf/
H A DNOTES579 # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
619 device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
621 hint.ie.2.at="isa"
622 hint.ie.2.port="0x300"
623 hint.ie.2.irq="5"
624 hint.ie.2.maddr="0xd0000"
/freebsd-10.0-release/contrib/gcc/
H A Dgenattrtab.c1408 struct insn_ent *ie; local
1434 ie = oballoc (sizeof (struct insn_ent));
1435 ie->def = id;
1436 insert_insn_ent (av, ie);
1536 struct insn_ent *ie, *new_ie; local
1559 for (ie = av->first_insn; ie; ie = ie->next)
1564 new_attr, ie
1611 struct insn_ent *ie; local
1759 remove_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
1782 insert_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
2449 struct insn_ent *ie; local
2755 struct insn_ent *ie; local
2761 struct insn_ent *ie; member in struct:attr_value_list
3815 write_insn_cases(struct insn_ent *ie, int indent) argument
3897 int i, ie, j, je; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp233 ie = Args.filtered_end(); it != ie; ++it) {
248 ie = Args.filtered_end(); it != ie; ++it) {
851 ie = Args.filtered_end(); it != ie; ++it) {
860 ie = Args.filtered_end(); it != ie; ++it) {
879 ie = Args.filtered_end(); it != ie;
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Devents.c189 struct wpa_ie_data ie; local
193 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
194 ie.pmkid == NULL)
197 for (i = 0; i < ie.num_pmkid; i++) {
199 ie.pmkid + i * PMKID_LEN,
369 struct wpa_ie_data ie; local
389 if (wpa_parse_wpa_ie(rsn_ie, 2 + rsn_ie[1], &ie)) {
396 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
403 if (!(ie.proto & ssid->proto)) {
409 if (!(ie
642 const u8 *ie; local
2619 const u8 *ie = mgmt->u.probe_req.variable; local
2637 const u8 *ie = mgmt->u.probe_req.variable; local
[all...]
H A Dwpas_glue.c319 const u8 *ie; local
334 ie = wpa_bss_get_vendor_ie(curr, WPA_IE_VENDOR_TYPE);
335 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
338 ie = wpa_bss_get_ie(curr, WLAN_EID_RSN);
339 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
H A Dwps_supplicant.c124 const u8 *ie; local
150 ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
151 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0) {
156 ie = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
157 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0 &&
162 if (ie
1448 struct wpabuf *ie; local
1494 struct wpabuf *ie; local
[all...]
/freebsd-10.0-release/sbin/ifconfig/
H A Difieee80211.c2455 printie(const char* tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2463 for (; ielen > 0; ie++, ielen--) {
2466 printf("%02x", *ie);
2486 * NB: The decoding routines assume a properly formatted ie
2492 printwmeparam(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2497 (const struct ieee80211_wme_param *) ie;
2504 ie += offsetof(struct ieee80211_wme_param, params_acParams);
2523 printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2528 (const struct ieee80211_wme_info *) ie;
2535 printhtcap(const char *tag, const u_int8_t *ie, size_ argument
2569 printhtinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2601 printathie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2632 printmeshconf(const char *tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2716 printwpaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2802 printrsnie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2857 printwpsie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2918 printtdmaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2976 printssid(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2984 printrates(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
3001 printcountry(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp506 ie = Asm.symbol_end(); it != ie; ++it) {
842 ie = Asm.end(); it != ie; ++it) {
851 ie = Asm.end(); it != ie; ++it) {
888 ie = Asm.symbol_end(); it != ie; ++it) {
989 ie = Asm.end(); it != ie;
[all...]
/freebsd-10.0-release/lib/libusb/
H A Dlibusb20_desc.c289 libusb20_me_get_1(const struct libusb20_me_struct *ie, uint16_t offset) argument
291 if (offset < ie->len) {
292 return (*((uint8_t *)LIBUSB20_ADD_BYTES(ie->ptr, offset)));
301 libusb20_me_get_2(const struct libusb20_me_struct *ie, uint16_t offset) argument
303 return (libusb20_me_get_1(ie, offset) |
304 (libusb20_me_get_1(ie, offset + 1) << 8));
/freebsd-10.0-release/contrib/llvm/lib/Option/
H A DArg.cpp71 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) {

Completed in 199 milliseconds

123456789