101-1173 Rabbit Semiconductor, 101-1173 Datasheet - Page 85

RCM4400W DEV KIT UNIVERSAL

101-1173

Manufacturer Part Number
101-1173
Description
RCM4400W DEV KIT UNIVERSAL
Manufacturer
Rabbit Semiconductor
Series
RCM4400W RabbitCore™r
Type
Wi-Fi / 802.11.br
Datasheet

Specifications of 101-1173

Frequency
2.4GHz
Wireless Frequency
58.98 MHz
For Use With/related Products
RCM4400W
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
316-1133
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 101-1173