Home
last modified time | relevance | path

Searched full:ieee (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/freebsd/contrib/wpa/hostapd/
H A DREADME1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
55 driver. It adds more features to the basic IEEE 802.11 management
57 server for MAC address based access control, IEEE 802.1X Authenticator
58 and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN)
81 Any wired Ethernet driver for wired IEEE 802.1X authentication
98 IEEE 802.1X
101 IEEE Std 802.1X-2001 is a standard for port-based network access
102 control. In case of IEEE 802.11 networks, a "virtual port" is used
103 between each associated station and the AP. IEEE 802.11 specifies
104 minimal authentication mechanism for stations, whereas IEEE 802.1X
[all …]
H A DChangeLog7 * HE/IEEE 802.11ax/Wi-Fi 6
9 * EHT/IEEE 802.11be/Wi-Fi 7
25 - this is based on additional details being added in the IEEE 802.11
63 * extended HE (IEEE 802.11ax) support, including 6 GHz support
97 * added support for MACsec Key Agreement using IEEE 802.1X/PSK
166 * added support for FILS (IEEE 802.11ai) shared key authentication
183 - added IEEE VLAN support (including tagged VLANs)
270 - fix IEEE 802.1X/WEP EAP reauthentication and rekeying to use
590 * added support for configuring GCMP cipher for IEEE 802.11ad
609 * Add support for IEEE 802.11v Time Advertisement mechanism with UTC
[all …]
/freebsd/contrib/mandoc/
H A Dst.c34 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
35 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
37 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
38 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
39 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
40 LINE("-p1003.1-2013", "IEEE Std 1003.1-2008, 2013 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st()
41 LINE("-p1003.1-2016", "IEEE Std 1003.1-2008, 2016 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st()
42 LINE("-p1003.1-2024", "IEEE Std 1003.1-2024 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
43 LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
44 LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1b\\(rq)") in mdoc_a2st()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.h32 * operands and results in both mpfr/mpc and IEEE (+ extrabits)
36 * and it should therefore retranslate into IEEE.
44 * mpfr/mpc. The seminumerical functions we implement in pure IEEE
52 int size, const uint32 *ieee);
54 /* Complex operand. Real part starts at ieee[0], the imag part at ieee[2]. */
56 int size, const uint32 *ieee);
58 /* Real result. ieee contains size+1 words, as discussed above. */
60 int size, uint32 *ieee);
62 /* Complex result. ieee contains size+1 words of real part starting at
63 * ieee[0], and another size+1 of imag part starting at ieee[4]. */
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml14 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose>
19 <para>The original security mechanism of IEEE 802.11 standard was
22 (Security) of IEEE 802.11 working group
25 2004. The IEEE 802.11i amendment to the IEEE 802.11 standard was
29 of the IEEE 802.11i work (draft 3.0) to define a subset of the
37 <para>IEEE 802.11 standard defined wired equivalent privacy (WEP)
57 EAP just like IEEE 802.1X is using or pre-shared keys without need
73 <title>IEEE 802.11i / WPA2</title>
75 <para>The design for parts of IEEE 802.11i that were not included
76 in WPA has finished (May 2004) and this amendment to IEEE 802.11
[all …]
/freebsd/contrib/gdtoa/
H A DREADME3 and extended-precision IEEE binary floating-point arithmetic, and
4 other IEEE-like binary floating-point, including "double double",
26 The present conversion routines should be able to use any of IEEE binary,
28 have so far only had a chance to test them with IEEE double precision
44 of IEEE binary floating-point arithmetic, each indicated by one or
47 f IEEE single precision
48 d IEEE double precision
49 x IEEE extended precision, as on Intel 80x87
53 xL IEEE extended precision, as on Motorola 68xxx chips
55 dd double double, pairs of IEEE double numbers
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h28 return U.IEEE.METHOD_CALL; \
70 /// All 5 rounding modes in the IEEE-754R draft are handled correctly for all
76 /// Four formats are built-in: IEEE single precision, double precision,
78 /// full extended precision). Adding a new format that obeys IEEE semantics
121 /// handling. We represent Signaling NaNs via IEEE-754R 2008 6.2.1 should clause
134 /// New formats: x87 in single and double precision mode (IEEE apart from
137 /// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
159 // 8-bit floating point number following IEEE-754 conventions with bit
162 // 8-bit floating point number mostly following IEEE-754 conventions
167 // that IEEE precedent would imply.
[all …]
H A DFloatingPointMode.h27 /// of the modes must agree with IEEE-754, 4.3.1 and 4.3.2. The constants
28 /// assigned to the IEEE rounding modes must agree with the values used by
38 // Rounding mode defined in IEEE-754.
76 /// IEEE-754 denormal numbers preserved.
77 IEEE, enumerator
94 /// default floating-point environment. If this is not DenormalModeKind::IEEE,
115 return DenormalMode(DenormalModeKind::IEEE, DenormalModeKind::IEEE); in getIEEE()
191 // Assume ieee on unspecified attribute. in parseDenormalFPAttributeComponent()
193 .Cases("", "ieee", DenormalMode::IEEE) in parseDenormalFPAttributeComponent()
204 case DenormalMode::IEEE: in denormalModeKindName()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt20 -- MIB for IEEE 802.1D devices
57 IEEE 802.1D.
71 support IEEE 802.1t and the permissible values of
73 clarified for bridges supporting IEEE 802.1t or
74 IEEE 802.1w.
193 "IEEE 802.1D-1998: clauses 14.4.1.1.3 and 7.12.5"
205 "IEEE 802.1D-1998: clause 14.4.1.1.3"
245 "IEEE 802.1D-1998: clause 14.4.2, 14.6.1"
311 "IEEE 802.1D-1998: clause 14.6.1.1.3"
323 "IEEE 802.1D-1998: clause 14.6.1.1.3"
[all …]
H A DRSTP-MIB.txt20 -- MIB for IEEE 802.1w Rapid Spanning Tree Protocol
41 by IEEE 802.1w.
76 IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid
77 Spanning Tree Protocol specified in IEEE 802.1w and
79 the IEEE standard. New values may be defined as future
85 "IEEE 802.1w clause 14.8.1, 17.12, 17.16.1"
101 "IEEE 802.1w clause 17.16.6"
156 "IEEE 802.1w clause 14.8.2.4, 17.18.10, 17.26"
179 "IEEE 802.1t clause 14.8.2, 18.3.3"
195 "IEEE 802.1t clause 14.8.2, 18.3.4"
[all …]
/freebsd/lib/libc/xdr/
H A Dxdr_float.c63 /* What IEEE single precision floating point looks like on a Vax */
83 struct ieee_single ieee; member
86 { 0x0, 0xff, 0x0 }}, /* Max IEEE */
88 { 0x0, 0x0, 0x0 }} /* Min IEEE */
113 is = lim->ieee; in xdr_float()
133 if ((is.exp == lim->ieee.exp) && in xdr_float()
134 (is.mantissa == lim->ieee.mantissa)) { in xdr_float()
155 /* What IEEE double precision floating point looks like on a Vax */
179 struct ieee_double ieee; member
182 { 0x0, 0x7ff, 0x0, 0x0 }}, /* Max IEEE */
[all …]
/freebsd/lib/msun/man/
H A Dieee.332 .Nm ieee
33 .Nd IEEE standard 754 for floating-point arithmetic
35 The IEEE Standard 754 for Binary Floating-Point Arithmetic
39 .Ss IEEE STANDARD 754 Floating-Point Arithmetic
115 Only rounding like IEEE 754 can do that.
117 proved best for every circumstance, so IEEE 754
125 IEEE 754 recognizes five kinds of floating-point exceptions,
274 For each kind of floating-point exception, IEEE 754
279 Thus, IEEE 754 provides three ways by which programs
299 IEEE 754; if x \(!= y then x\-y is correct to
[all …]
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr_float.c59 /* What IEEE single precision floating point looks like on a Vax */
79 struct ieee_single ieee; member
82 { 0x0, 0xff, 0x0 }}, /* Max IEEE */
84 { 0x0, 0x0, 0x0 }} /* Min IEEE */
113 is = lim->ieee; in xdr_float()
138 if ((is.exp == lim->ieee.exp) && in xdr_float()
139 (is.mantissa == lim->ieee.mantissa)) { in xdr_float()
163 /* What IEEE double precision floating point looks like on a Vax */
187 struct ieee_double ieee; member
190 { 0x0, 0x7ff, 0x0, 0x0 }}, /* Max IEEE */
[all …]
/freebsd/usr.sbin/wpa/hostapd/
H A Dhostapd.conf.538 is an authenticator for IEEE 802.11 networks.
39 It provides full support for WPA/IEEE 802.11i and
40 can also act as an IEEE 802.1X Authenticator with a suitable
48 IEEE 802.1X-2004
53 .\" IEEE 802.11f - Inter-Access Point Protocol (IAPP)
59 WPA/IEEE 802.11i
94 .Sh IEEE 802.1X-2004 PARAMETERS
98 Require IEEE 802.1X authorization.
118 .\" .Sh IEEE 802.11f - IAPP PARAMETERS
159 .Sh WPA/IEEE 802.11i PARAMETERS
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2 * IEEE 802.11 Frame type definitions
15 /* IEEE 802.11 defines */
122 /* Status codes (IEEE Std 802.11-2020, 9.4.1.9, Table 9-50) */
237 /* Reason codes (IEEE Std 802.11-2020, 9.4.1.7, Table 9-90) */
301 /* Element IDs (IEEE Std 802.11-2020, 9.4.2.1, Table 9-92) */
624 /* Action frame categories (IEEE Std 802.11-2020, 9.4.1.11, Table 9-51) */
665 /* Public action codes (IEEE Std 802.11-2020, 9.6.7.1, Table 9-364) */
703 /* HT Action field values (IEEE P802.11-REVme/D4.0, 9.6.11.1, Table 9-491) */
711 /* VHT Action field values (IEEE P802.11-REVme/D4.0, 9.6.22.1, Table 9-579) */
716 /* Protected Dual of Public Action frames (IEEE Std 802.11-2020, 9.6.10,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h22 /// propagate signaling NaN inputs per IEEE 754-2008. Min_dx10 and max_dx10
23 /// become IEEE 754- 2008 compliant due to signaling NaN propagation and
25 bool IEEE : 1; member
40 IEEE(true), in SIModeRegisterDefaults()
49 Mode.IEEE = !AMDGPU::isShader(CC); in getDefaultForCallingConv()
54 return IEEE == Other.IEEE && DX10Clamp == Other.DX10Clamp &&
86 return DX10Clamp == CalleeMode.DX10Clamp && IEEE == CalleeMode.IEEE; in isInlineCompatible()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_key.c2 * IEEE 802.1X-2010 Key Hierarchy
8 * SAK derivation specified in IEEE Std 802.1X-2010, Clause 6.2
33 /* IEEE Std 802.1X-2010, 6.2.1 KDF */
88 * IEEE Std 802.1X-2010, 6.2.2
105 * IEEE Std 802.1X-2010, 6.2.2
134 * IEEE Std 802.1X-2010, 9.3.3
155 * IEEE Std 802.1X-2010, 9.3.3
176 * IEEE Std 802.1X-2010, 9.4.1
202 * IEEE Std 802.1X-2010, 9.8.1
/freebsd/lib/libsys/
H A Dmq_close.229 .\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
33 .\" event of any discrepancy between this version and the original IEEE and
34 .\" The Open Group Standard, the original IEEE and The Open Group Standard is
96 from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
100 event of any discrepancy between this version and the original IEEE and
101 The Open Group Standard, the original IEEE and The Open Group Standard is
H A Dmq_setattr.229 .\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
33 .\" event of any discrepancy between this version and the original IEEE and
34 .\" The Open Group Standard, the original IEEE and The Open Group Standard is
114 from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
118 event of any discrepancy between this version and the original IEEE and
119 The Open Group Standard, the original IEEE and The Open Group Standard is
H A Dmq_unlink.228 .\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
32 .\" event of any discrepancy between this version and the original IEEE and
33 .\" The Open Group Standard, the original IEEE and The Open Group Standard is
111 from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
115 In the event of any discrepancy between this version and the original IEEE and
116 The Open Group Standard, the original IEEE and The Open Group Standard is
H A Dmq_getattr.229 .\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
33 .\" event of any discrepancy between this version and the original IEEE and
34 .\" The Open Group Standard, the original IEEE and The Open Group Standard is
118 from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
122 event of any discrepancy between this version and the original IEEE and
123 The Open Group Standard, the original IEEE and The Open Group Standard is
/freebsd/sys/dev/ixl/
H A Di40e_dcb.h87 /* Defines for IEEE ETS TLV */
104 /* Defines for IEEE TSA types */
110 /* Defines for IEEE PFC TLV */
118 /* Defines for IEEE APP TLV */
141 /* IEEE 802.1AB LLDP TLV structure */
147 /* IEEE 802.1AB LLDP Organization specific TLV */
191 /* IEEE 802.1AB LLDP Agent Statistics */
207 /* IEEE 802.1Qaz DCBX variables */
/freebsd/share/man/man4/
H A Dmdio.410 .Nd IEEE 802.3 Management Data Input/Output interface
23 as defined by the IEEE 802.3 Standard.
32 Media Independent Interface (MII) defined by the IEEE 802.3
44 can be found in the IEEE 802.3 Standard.
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h8 This C header file is part of the SoftFloat IEC/IEEE Floating-point
51 Software IEC/IEEE floating-point types.
70 Software IEC/IEEE floating-point underflow tininess-detection mode.
83 Software IEC/IEEE floating-point rounding mode.
96 Software IEC/IEEE floating-point exception flags.
111 Routine to raise any or all of the software IEC/IEEE floating-point
119 Software IEC/IEEE integer-to-floating-point conversion routines.
143 Software IEC/IEEE single-precision conversion routines.
165 Software IEC/IEEE single-precision operations.
187 Software IEC/IEEE double-precision conversion routines.
[all …]
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h8 This C header file is part of the SoftFloat IEC/IEEE Floating-point
51 Software IEC/IEEE floating-point types.
70 Software IEC/IEEE floating-point underflow tininess-detection mode.
83 Software IEC/IEEE floating-point rounding mode.
96 Software IEC/IEEE floating-point exception flags.
113 Routine to raise any or all of the software IEC/IEEE floating-point
121 Software IEC/IEEE integer-to-floating-point conversion routines.
143 Software IEC/IEEE single-precision conversion routines.
161 Software IEC/IEEE single-precision operations.
183 Software IEC/IEEE double-precision conversion routines.
[all …]

12345678910>>...46