Add Wireless Line Member (ADDEWLM)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Add Extended Wireless Line Member (ADDEWLM) command adds a source file member that contains extended wireless line parameters to the specified source file. This data is downloaded to the wireless local area network (LAN) adapter when the line is varied on.

Restriction: If the values specified for the INZFILE and INZMBR parameters of this command do not match the values specified for the corresponding parameters of the wireless line description, extended wireless line configuration data will not be downloaded to the wireless adapter.

Restriction: To execute this command, the user profile requires *IOSYSCFG special authority.

Note: You can use the Change Line Description (Wireless) (CHGLINWLS) command to view or change values specified for the INZFILE and INZMBR parameters in the wireless line description.

Top

Parameters

Keyword Description Choices Notes
INZMBR Initialization source member Name Required, Positional 1
INZFILE Initialization source file Qualified object name Optional, Positional 2
Qualifier 1: Initialization source file Name, QEWLSRC
Qualifier 2: Library Name, *LIBL, *CURLIB
ADPTCFG Adapter configuration *ALL, *RADIO, *WIRED Optional
HOPID Hop identifier 020000000000-FEFFFFFFFFFF, *ADPT Optional
ROOT Root cell *YES, *NO Optional
FREQUENCY Frequency 1, 2, 3, 4, 5 Optional
DATARATE Data rate 2M, 1M Optional
SYSID Radio system identifier 000002-FFFFFE, 000002 Optional
TEXT Text 'description' Character value, *BLANK Optional
Top

Initialization source member (INZMBR)

Specifies the name of the new source file member that contains the extended wireless controller configuration data.

Top

Initialization source file (INZFILE)

Specifies the name of the existing source physical file to contain extended configuration source file member. If the source physical file does not exist, this command will fail.

The name of the source file can be qualified by one of the following library values:

*LIBL
All libraries in the job's library list are searched until the first match is found.
*CURLIB
The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
library-name
Specify the name of the library to be searched.

The possible values are:

QEWLSRC
The source file name QEWLSRC is used.
source-file-name
Specify the name of an existing source physical file to add to the member.
Top

Adapter configuration (ADPTCFG)

Specifies the wireless LAN adapter configuration. The wireless LAN adapter has two communication methods: radio and wire backbone. The radio is a direct-sequence spread spectrum radio that can be used for wireless communications. The wire backbone is used to connect access points to a wireless LAN adapter. These access points also have a direct-sequence spread spectrum radio and are used to extend the radio coverage of the wireless network.

The possible values are:

*ALL
The wireless LAN adapter uses both radio and wire backbone communications.
*RADIO
The wireless LAN adapter uses only radio communications.
*WIRED
The wireless LAN adapter uses only wire backbone communications.
Top

Hop identifier (HOPID)

Specifies the 12-character hexadecimal radio identifier on the wireless LAN adapter. This is an internal identifier that is used to determine the destination of a data packet, during its next hop on the network.

Note: The value specified for the HOPID parameter is one of two different 12-character hexadecimal identifiers used by a wireless LAN adapter. The other is an endpoint identifier that is equivalent to the identifier used in Ethernet or token-ring networks.

The possible values are:

*ADPT
The preset wireless input/output adapter (IOA) address is used.
hop-ID
Specify the wireless LAN adapter hop address that overrides the preset address. The hop address must be an individual address (it cannot be a group address). Valid values range from 020000000000 to FEFFFFFFFFFF in hexadecimal format. The second digit from the left of the address must be a 2, 6, A, or E.
Top

Root cell (ROOT)

Specifies whether the radio of the wireless LAN adapter is a root cell.

A wireless network consists of a group of wireless access points that are interconnected in the form of a logical spanning tree. One of these wireless access points must be designated as the root cell for the network.

The possible values are:

*YES
The radio on the wireless LAN adapter is a root cell.
*NO
The radio on the wireless LAN adapter is not a root cell.
Top

Frequency (FREQUENCY)

Specifies which center frequency to use on the radio based on the radio channel set. The radio channel set is determined by the radio country code.

The possible Frequency values are:

For channel set 9, there are five center frequencies.

1
A center frequency of 2.412 gigahertz is used.
2
A center frequency of 2.427 gigahertz is used.
3
A center frequency of 2.442 gigahertz is used.
4
A center frequency of 2.457 gigahertz is used.
5
A center frequency of 2.465 gigahertz is used.

For channel set 10, there are five center frequencies. Channel set 10 is used in ETSI (European Telecommunication and Standards Institute) countries.

1
A center frequency of 2.412 gigahertz is used.
2
A center frequency of 2.427 gigahertz is used.
3
A center frequency of 2.442 gigahertz is used.
4
A center frequency of 2.457 gigahertz is used.
5
A center frequency of 2.472 gigahertz is used.

For channel set 11, there is one center frequency.

1
A center frequency of 2.484 gigahertz is used.

For channel set 12, there are three center frequencies.

1
A center frequency of 2.457 gigahertz is used.
2
A center frequency of 2.465 gigahertz is used.
3
A center frequency of 2.472 gigahertz is used.

For channel set 13, there are three center frequencies.

1
A center frequency of 2.411 gigahertz is used.
2
A center frequency of 2.425 gigahertz is used.
3
A center frequency of 2.439 gigahertz is used.
Top

Data rate (DATARATE)

Specifies the wireless LAN data rate.

The possible values are:

2M
A wireless LAN data rate of 2 megabits per second is used.
1M
A wireless LAN data rate of 1 megabit per second is used.
Top

Radio system identifier (SYSID)

Specifies the 6-character hexadecimal radio system identifier to be used.

The possible values are:

000002
The value 000002 is used.
sys-ID
Specify a radio system identifier. Valid values range from 000002 to FFFFFE in hexadecimal format, but the last digit must be even (i.e. 0,2,4,6,8,A,C,E).
Top

Text 'description' (TEXT)

Specifies text that briefly describes the program and its function. More information on this parameter is in the CL Reference book, Appendix A.

The possible values are:

*BLANK
Text is not specified.
'description'
Specify no more than 50 characters of text, enclosed in apostrophes.
Top

Examples

ADDEWLM   INZMBR(EWL01)

This command adds a member named EWL01 in the default source physical file QEWLSRC in the library list.

Top

Error messages

None

Top