20-101-1221 Rabbit Semiconductor, 20-101-1221 Datasheet - Page 85

RCM4400W (JAPAN TELEC CERTIFIED)

20-101-1221

Manufacturer Part Number
20-101-1221
Description
RCM4400W (JAPAN TELEC CERTIFIED)
Manufacturer
Rabbit Semiconductor
Series
RabbitCore®r
Datasheet

Specifications of 20-101-1221

Frequency
2.4GHz
Modulation Or Protocol
802.11 b
Power - Output
16dBm
Voltage - Supply
3.3V
Current - Receiving
450mA
Current - Transmitting
450mA
Data Interface
Connector, 2 x 25 Header
Memory Size
512K Flash, 1MB SRAM
Antenna Connector
SMA
Operating Temperature
-20°C ~ 85°C
Package / Case
Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Applications
-
Sensitivity
-
Data Rate - Maximum
-
Other names
316-1147
WIFI_SCAN
Initiates a Wi-Fi scan. When the scan has been completed, the configured scan callback
function (see above) will be called. The callback function must have already been config-
ured before using this command. A Wi-Fi scan will interrupt the network connectivity
briefly since the scan must iterate through the channels on the wireless network.
WIFI_STATUSGET
When using this command, you must ensure there is enough space for the entire data
structure. Be sure the data pointer points to a buffer that is large enough to hold
sizeof(wifi_status)
This command returns status information into the user-supplied buffer (or data structure)
area. The
The structure elements have the following definitions.
User’s Manual
state
ssid
ssid_len
channel
bss_addr
bss_caps
wpa_info
authen
encrypt
tx_rate
rx_rate
rx_signal
tx_power
country_info
typedef struct {
} wifi_status;
= current service set ID (SSID)
wifi_status
= association state: one of
wln_state state;
uint8 ssid[WLN_SSID_SIZE];
int ssid_len;
int channel;
mac_addr bss_addr;
uint16 bss_caps;
uint8 wpa_info[WLN_WPAIE_SIZE];
uint32 authen;
uint32 encrypt;
int tx_rate;
int rx_rate;
int rx_signal;
int tx_power;
uint8 country_info[WLN_COUNTRY_STRLEN];
reserved
= current channel (1–13)
reserved
= current transmit rate (in 100 kbps)
= last received rate (in 100 kbps)
= service set ID length
= BSS ID (access point MAC address)
reserved
reserved
reserved
= last received signal strength (0–107)
reserved
structure has the following definition.
.
WLN_ST_xxx
(see below)
79

Related parts for 20-101-1221