Searched refs:ie (Results 126 - 150 of 210) sorted by relevance

123456789

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1687 * wpas_dbus_handler_add_blob - Store named binary blob (ie, for certificates)
1758 * wpas_dbus_handler_get_blob - Get named binary blob (ie, for certificates)
3352 const u8 *ie; local
3359 ie = wpa_bss_get_vendor_ie(res, WPA_IE_VENDOR_TYPE);
3360 if (ie) {
3361 if (wpa_parse_wpa_ie(ie, 2 + ie[1], &wpa_data) < 0) {
3387 const u8 *ie; local
3394 ie = wpa_bss_get_ie(res, WLAN_EID_RSN);
3395 if (ie) {
3702 wpas_dbus_signal_preq(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *dst, const u8 *bssid, const u8 *ie, size_t ie_len, u32 ssi_signal) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp827 sections::iterator i, ie; local
830 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++)
838 for (i = Sections.begin(), ie = Sections.end(),
840 (i != ie) && (j != je); ++i, ++j) {
/freebsd-10.0-release/sys/arm/ti/
H A Dti_i2c.c243 * @ie: bitmask of the interrupts to enable
256 ti_i2c_set_intr_enable(struct ti_i2c_softc *sc, uint16_t ie) argument
260 if (ie)
261 ti_i2c_write_2(sc, I2C_REG_IRQENABLE_SET, ie);
/freebsd-10.0-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c390 int parse_ie(char *str, unsigned char *ie, int len) argument
417 *ie++ = (unsigned char) x;
427 *ie++ = (unsigned char) ielen;
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmachdep.c411 register_t ie; local
419 ie = intr_disable();
420 KASSERT(ie != 0, ("%s called with interrupts disabled\n", __func__));
671 register_t ie; local
673 ie = intr_disable();
676 intr_restore(ie);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp403 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
H A DLiveInterval.cpp102 const_iterator ie = end(); local
110 i = std::upper_bound(i, ie, j->start);
125 while (i != ie) {
128 std::swap(ie, je);
H A DTargetLoweringObjectFileImpl.cpp449 for (unsigned ii = 0, ie = MDOptions->getNumOperands(); ii != ie; ++ii) {
810 for (unsigned ii = 0, ie = MDOptions->getNumOperands(); ii != ie; ++ii) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp147 ie = FrontendPluginRegistry::end();
148 it != ie; ++it) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp144 FrontendPluginRegistry::begin(), ie = FrontendPluginRegistry::end();
145 it != ie; ++it) {
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dnotify.c618 const u8 *ie, size_t ie_len, u32 ssi_signal)
621 wpas_dbus_signal_preq(wpa_s, addr, dst, bssid, ie, ie_len, ssi_signal);
616 wpas_notify_preq(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *dst, const u8 *bssid, const u8 *ie, size_t ie_len, u32 ssi_signal) argument
H A Dctrl_iface.c1763 const u8 *ie, size_t ie_len)
1773 if (wpa_parse_wpa_ie(ie, ie_len, &data) < 0) {
1909 const u8 *ie, *ie2, *p2p; local
1925 ie = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
1926 if (ie)
1927 pos = wpa_supplicant_ie_txt(pos, end, "WPA", ie, 2 + ie[1]);
1932 if (!ie && !ie2 && bss->caps & IEEE80211_CAP_PRIVACY) {
2911 const u8 *ie, *ie2; local
2995 ret = os_snprintf(pos, end - pos, "ie
1762 wpa_supplicant_ie_txt(char *pos, char *end, const char *proto, const u8 *ie, size_t ie_len) argument
[all...]
/freebsd-10.0-release/lib/libusb/
H A Dlibusb20_desc.h582 uint8_t libusb20_me_get_1(const struct libusb20_me_struct *ie, uint16_t offset);
583 uint16_t libusb20_me_get_2(const struct libusb20_me_struct *ie, uint16_t offset);
/freebsd-10.0-release/share/mk/
H A Dbsd.lib.mk292 .for ie in ${INSTALLFLAGS_EDIT}
293 _INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
296 .for ie in ${INSTALLFLAGS_EDIT}
297 _SHLINSTALLFLAGS:= ${_SHLINSTALLFLAGS${ie}}
H A Dbsd.prog.mk195 .for ie in ${INSTALLFLAGS_EDIT}
196 _INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c834 struct ucp_event_descr *ie; local
882 for (n = 0, ie = ucp_events; n < nucp_events; n++, ie++)
883 if (ie->ucp_ev == ev && ie->ucp_flags & cpuflag)
893 evsel = ie->ucp_evcode | UCP_EN;
901 if (ie->ucp_flags & UCP_F_FM) {
906 evsel |= (ie->ucp_umask << 8);
H A Dhwpmc_core.c1945 struct iap_event_descr *ie; local
2040 for (n = 0, ie = iap_events; n < niap_events; n++, ie++)
2041 if (ie->iap_ev == ev && ie->iap_flags & cpuflag)
2051 evsel = ie->iap_evcode;
2059 if (ie->iap_flags & IAP_F_FM) {
2064 evsel |= (ie->iap_umask << 8);
2076 if (ie->iap_umask & IAP_M_CORE) {
2083 if (ie
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp613 ie = Args.end(); it != ie; ++it) {
828 for (ArgList::iterator it = DAL->begin(), ie = DAL->end(); it != ie; ) {
834 assert(it != ie && "unexpected argument translation");
1041 for (unsigned i = 0, ie = Prefixes.size(); i < ie; ++i) {
1536 ie = Args.filtered_end();
1537 it != ie;
1675 for (ArgList::const_iterator it = Args.begin(), ie
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dap_drv_ops.c317 u16 seq, u16 status, const u8 *ie, size_t len)
322 seq, status, ie, len);
327 int reassoc, u16 status, const u8 *ie, size_t len)
332 reassoc, status, ie, len);
316 hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, u16 seq, u16 status, const u8 *ie, size_t len) argument
326 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
/freebsd-10.0-release/contrib/wpa/src/common/
H A Dwpa_common.c189 static int wpa_ft_parse_ftie(const u8 *ie, size_t ie_len, argument
194 parse->ftie = ie;
197 pos = ie + sizeof(struct rsn_ftie);
198 end = ie + ie_len;
426 wpa_printf(MSG_DEBUG, "%s: ie len too short %lu",
436 wpa_printf(MSG_DEBUG, "%s: malformed ie or unknown version",
456 wpa_printf(MSG_DEBUG, "%s: ie length mismatch, %u too much",
467 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), "
484 wpa_printf(MSG_DEBUG, "%s: ie too short (for key mgmt)",
495 wpa_printf(MSG_DEBUG, "%s: ie coun
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_ddb.c747 _db_show_appie(const char *tag, const struct ieee80211_appie *ie) argument
752 if (ie == NULL)
755 for (i = 0, p = ie->ie_data; i < ie->ie_len; i++, p++)
/freebsd-10.0-release/usr.sbin/ifmcstat/
H A Difmcstat.c469 struct in6_ifextra ie; local
473 KREAD(ifnet.if_afdata[AF_INET6], &ie,
475 if (ie.mld_ifinfo != NULL) {
476 KREAD(ie.mld_ifinfo, &mli, struct mld_ifinfo);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp385 ie = TargetOpts.Features.end(); it != ie; ++it)
/freebsd-10.0-release/release/doc/share/misc/
H A Ddev.archlist.txt81 ie i386
/freebsd-10.0-release/sys/i386/conf/
H A DGENERIC265 device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.

Completed in 237 milliseconds

123456789