si91x_custom_feature_bit_map#

Macros#

#define
SL_SI91X_CUSTOM_FEAT_DISABLE_GATEWAY_IN_RSI_AP BIT(2)

Disables gateway config sent to STA from RSI AP.

#define
SL_SI91X_CUSTOM_FEAT_SOC_CLK_CONFIG_160MHZ BIT(4)

To configure the clock for NWP SOC 160Mhz If higher performance is needed(like High throughput) then this configuration is needed.

#define
SL_SI91X_CUSTOM_FEAT_AP_IN_HIDDEN_MODE BIT(5)

If this bit is set, AP is created in hidden mode This bit is valid only in case of AP mode.

#define
SL_SI91X_CUSTOM_FEAT_DNS_SERVER_IN_DHCP_OFFER BIT(6)

DNS server IP address in DHCP offer response in AP mode.

#define
SL_SI91X_CUSTOM_FEAT_DFS_CHANNEL_SUPPORT BIT(8)

Support for scanning in DFS channels() in 5GHZ band This bit is valid in WiFi client mode.

#define
SL_SI91X_CUSTOM_FEAT_LED_FEATURE BIT(9)

If this bit is set, it enables the LED blinking feature after module initialization.

#define
SL_SI91X_CUSTOM_FEAT_ASYNC_CONNECTION_STATUS BIT(10)

If this bit is enabled, module indicates the host the wlan connection status asynchronously This bit is valid in case of Wi-Fi client mode.

#define
SL_SI91X_CUSTOM_FEAT_WAKE_ON_WIRELESS BIT(11)

Wake on wireless indication in UART mode.

#define
SL_SI91X_CUSTOM_FEAT_ENABLE_AP_BLACKLIST BIT(12)

Enables AP blacklisting in STA mode.

#define
SL_SI91X_CUSTOM_FEAT_MAX_NUM_OF_CLIENTS (max_num_of_clients)

Number of clients to support in AP/WFD mode Bit 13 -16 are used to set MAX_NUM_OF_CLIENTS.

#define
SL_SI91X_CUSTOM_FEAT_ROAM_WITH_DEAUTH_OR_NULL_DATA BIT(17)

select between de-authentication or null data (with power management bit set) based roaming.

#define
SL_SI91X_CUSTOM_FEAT_TRIGGER_AUTO_CONFIG BIT(20)

Trigger Auto Configuration.

#define
SL_SI91X_CUSTOM_FEAT_LIMIT_PACKETS_PER_STA BIT(22)

In AP mode, If set only two packets per STA will be buffered when STA is in PS.

#define
SL_SI91X_CUSTOM_FEAT_HTTP_HTTPS_AUTH BIT(23)

Bit to set HTTP Authentication.

#define
SL_SI91X_CUSTOM_FEAT_SOC_CLK_CONFIG_120MHZ BIT(24)

To configure the clock for NWP SOC 120Mhz.

#define
SL_SI91X_CUSTOM_FEAT_HTTP_SERVER_CRED_TO_HOST BIT(25)

HTTP server credentials to host in get configuration command.

#define
SL_SI91X_CUSTOM_FEAT_REJECT_CONNECT_REQ_IMMEDIATELY BIT(26)

For a LTCP socket when maximum clients are connected if a new connection request is received, then this connection request will be rejected immediately.

#define
SL_SI91X_CUSTOM_FEAT_DUAL_BAND_ROAM_VCSAFD BIT(27)

Enables Dual band roaming and vcsafd feature.

#define
SL_SI91X_CUSTOM_FEAT_RTC_FROM_HOST BIT(28)

Real time clock from host.

#define
SL_SI91X_CUSTOM_FEAT_BT_IAP BIT(29)

Custom feat BT IAP.

#define
SL_SI91X_FEAT_CUSTOM_FEAT_EXTENTION_VALID BIT(31)

Extention valid to use Extended custom feature bitmap.