Structure for storing radio band list information. More...
#include <whd_types.h>
Data Fields | |
int32_t | number_of_bands |
Number of bands supported, currently 1 or 2. More... | |
int32_t | current_band |
Current band type: WLC_BAND_2G or WLC_BAND_5G. More... | |
int32_t | other_band |
If value of number_of_bands parameter is 2, then this member specifies the 2nd band. More... | |
Structure for storing radio band list information.
Definition at line 282 of file whd_types.h.
int32_t current_band |
Current band type: WLC_BAND_2G or WLC_BAND_5G.
Definition at line 285 of file whd_types.h.
int32_t number_of_bands |
Number of bands supported, currently 1 or 2.
Definition at line 284 of file whd_types.h.
int32_t other_band |
If value of number_of_bands parameter is 2, then this member specifies the 2nd band.
Definition at line 286 of file whd_types.h.