-
7.7 Wireless module related functions
7.7.1 Inquire wireless module status
Function Description:
This function returns wireless module enable/disable status.
Function call:
BOOL GetWLANStatus()
Return code:
TRUE = Module is enabled.
FALSE = Module is disabled.
7.7.2 Enable/Disable wireless module
Function Description:
This function enables/disables wireless module.
Function call:
void WLANPowerEnable(BOOL bOn);
Parameters(Input)
bOn:
BOOL:
TRUE = Enable module.
FALSE = Disable module.
7.8 PCMCIA/CF slot related functions
In HT660, it only support CF slot and PA96x/PA982 can support both CF and PCMCIA
slot. So, please note that PCMCIA function is not work on following API in this
section.
7.8.1 Get physical slot ID
Function Description:
PA96x/PA982 has two PC card slots, slot 0 and slot 1, for PCMCIA and CF. this function return
which slot for PCMCIA or CF
Function call:
UINT GetPCMCIASlotID(UINT)
Parameters(Input)
0 = PCMCIA.
(For PA962/PA966/PA982 only)
1 = CF.
Return code:
Physical slot ID.