5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
802.11R(Fast BSS Transition) APIs

Functions

wwd_result_t wwd_wifi_fast_bss_transition_capabilities (wwd_interface_t interface, wiced_bool_t *enable)
 
wwd_result_t wwd_wifi_fast_bss_transition_over_distribution_system (wwd_interface_t interface, wiced_bool_t set, int *value)
 

Detailed Description

WICED Wi-Fi functions for registering/de-registering Radio Resource Management event handlers

Function Documentation

◆ wwd_wifi_fast_bss_transition_capabilities()

wwd_result_t wwd_wifi_fast_bss_transition_capabilities ( wwd_interface_t interface,
wiced_bool_t * enable )
extern

This function returns the value of WLFBT (1 if Driver 4-way handshake & reassoc (WLFBT) is enabled 1 and 0 if disabled)

Parameters
interface: WWD_STA_INTERFACE or WWD_AP_INTERFACE
value: gets value of the FBT capabilities.
Returns
: status WWD_SUCCESS or failure

◆ wwd_wifi_fast_bss_transition_over_distribution_system()

wwd_result_t wwd_wifi_fast_bss_transition_over_distribution_system ( wwd_interface_t interface,
wiced_bool_t set,
int * value )
extern

This function sets/resets the value of FBT(Fast BSS Transition) Over-the-DS(Distribution System)

Parameters
interface: WWD_STA_INTERFACE or WWD_AP_INTERFACE
set: If the value 1 then FBT over the DS is allowed : if the value is 0 then FBT over the DS is not allowed (over the air is the only option)
value: value of the data.
Returns
: status WWD_SUCCESS or failure