ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_blufi_extra_info_t
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_blufi_extra_info_t
esp_blufi_extra_info_t struct
BLUFI extra information structure
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:87
typedef
struct
{
uint8_t
sta_bssid
[
6
]
;
bool
sta_bssid_set
;
uint8_t
*
sta_ssid
;
int
sta_ssid_len
;
uint8_t
*
sta_passwd
;
int
sta_passwd_len
;
uint8_t
*
softap_ssid
;
int
softap_ssid_len
;
uint8_t
*
softap_passwd
;
int
softap_passwd_len
;
uint8_t
softap_authmode
;
bool
softap_authmode_set
;
uint8_t
softap_max_conn_num
;
bool
softap_max_conn_num_set
;
uint8_t
softap_channel
;
bool
softap_channel_set
;
uint8_t
sta_max_conn_retry
;
bool
sta_max_conn_retry_set
;
uint8_t
sta_conn_end_reason
;
bool
sta_conn_end_reason_set
;
int8_t
sta_conn_rssi
;
bool
sta_conn_rssi_set
;
}
esp_blufi_extra_info_t
;
Fields
Field
Declared as
Description
esp_blufi_extra_info_t::softap_channel
uint8_t
channel of softap interface.
esp_blufi_extra_info_t::softap_channel_set
bool
is channel of softap interface set.
esp_blufi_extra_info_t::sta_max_conn_retry
uint8_t
max retry of sta establish connection.
esp_blufi_extra_info_t::sta_max_conn_retry_set
bool
is max retry of sta establish connection set.
esp_blufi_extra_info_t::sta_conn_end_reason
uint8_t
reason of sta connection end.
esp_blufi_extra_info_t::sta_conn_end_reason_set
bool
is reason of sta connection end set.
esp_blufi_extra_info_t::sta_conn_rssi
int8_t
rssi of sta connection.
esp_blufi_extra_info_t::sta_conn_rssi_set
bool
is rssi of sta connection set.
esp_blufi_extra_info_t::sta_bssid
uint8_t
[
6
]
BSSID of station interface.
esp_blufi_extra_info_t::sta_bssid_set
bool
is BSSID of station interface set.
esp_blufi_extra_info_t::sta_ssid
uint8_t
*
SSID of station interface.
esp_blufi_extra_info_t::sta_ssid_len
int
length of SSID of station interface.
esp_blufi_extra_info_t::sta_passwd
uint8_t
*
password of station interface.
esp_blufi_extra_info_t::sta_passwd_len
int
length of password of station interface.
esp_blufi_extra_info_t::softap_ssid
uint8_t
*
SSID of softap interface.
esp_blufi_extra_info_t::softap_ssid_len
int
length of SSID of softap interface.
esp_blufi_extra_info_t::softap_passwd
uint8_t
*
password of station interface.
esp_blufi_extra_info_t::softap_passwd_len
int
length of password of station interface.
esp_blufi_extra_info_t::softap_authmode
uint8_t
authentication mode of softap interface.
esp_blufi_extra_info_t::softap_authmode_set
bool
is authentication mode of softap interface set.
esp_blufi_extra_info_t::softap_max_conn_num
uint8_t
max connection number of softap interface.
esp_blufi_extra_info_t::softap_max_conn_num_set
bool
is max connection number of softap interface set.
Related Functions
Found 2 other functions taking a
esp_blufi_extra_info_t
argument:
Function
Description
esp_blufi_send_wifi_conn_report()
This function is called to send wifi connection report
btc_blufi_wifi_conn_report()
Examples
esp_blufi_extra_info_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out