| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
IEEE 802.11 protocol and general Wi-Fi definitions. More...
#include <zephyr/sys/util.h>Go to the source code of this file.
Macros | |
| #define | WIFI_COUNTRY_CODE_LEN 2 | 
| #define | WIFI_LISTEN_INTERVAL_MIN 0 | 
| #define | WIFI_LISTEN_INTERVAL_MAX 65535 | 
| #define | WIFI_SSID_MAX_LEN 32 | 
| #define | WIFI_PSK_MIN_LEN 8 | 
| #define | WIFI_PSK_MAX_LEN 64 | 
| #define | WIFI_SAE_PSWD_MAX_LEN 128 | 
| #define | WIFI_MAC_ADDR_LEN 6 | 
| #define | WIFI_CHANNEL_MIN 1 | 
| #define | WIFI_CHANNEL_MAX 233 | 
| #define | WIFI_CHANNEL_ANY 255 | 
| #define | WIFI_INTERFACE_INDEX_MIN 1 | 
| #define | WIFI_INTERFACE_INDEX_MAX 255 | 
Functions | |
| const char *const | wifi_security_txt (enum wifi_security_type security) | 
| Helper function to get user-friendly security type name.   | |
| const char *const | wifi_mfp_txt (enum wifi_mfp_options mfp) | 
| Helper function to get user-friendly MFP name.   | |
| const char *const | wifi_band_txt (enum wifi_frequency_bands band) | 
| Helper function to get user-friendly frequency band name.   | |
| const char *const | wifi_state_txt (enum wifi_iface_state state) | 
| Helper function to get user-friendly interface state name.   | |
| const char *const | wifi_mode_txt (enum wifi_iface_mode mode) | 
| Helper function to get user-friendly interface mode name.   | |
| const char *const | wifi_link_mode_txt (enum wifi_link_mode link_mode) | 
| Helper function to get user-friendly link mode name.   | |
| const char *const | wifi_ps_txt (enum wifi_ps ps_name) | 
| Helper function to get user-friendly ps name.   | |
| const char *const | wifi_ps_mode_txt (enum wifi_ps_mode ps_mode) | 
| Helper function to get user-friendly ps mode name.   | |
| const char *const | wifi_twt_operation_txt (enum wifi_twt_operation twt_operation) | 
| Helper function to get user-friendly twt operation name.   | |
| const char *const | wifi_twt_negotiation_type_txt (enum wifi_twt_negotiation_type twt_negotiation) | 
| Helper function to get user-friendly twt negotiation type name.   | |
| const char *const | wifi_twt_setup_cmd_txt (enum wifi_twt_setup_cmd twt_setup) | 
| Helper function to get user-friendly twt setup cmd name.   | |
| static const char * | wifi_twt_get_err_code_str (int16_t err_no) | 
| Helper function to get user-friendly TWT error code name.   | |
| const char *const | wifi_ps_wakeup_mode_txt (enum wifi_ps_wakeup_mode ps_wakeup_mode) | 
| Helper function to get user-friendly ps wakeup mode name.   | |
| static const char * | wifi_ps_get_config_err_code_str (int16_t err_no) | 
| Helper function to get user-friendly power save error code name.   | |
IEEE 802.11 protocol and general Wi-Fi definitions.