Skip to content

Commit

Permalink
esp_wifi: report rssi info in wifi event
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyanjiaoesp authored and gspatankar committed Nov 8, 2022
1 parent 78fe8e7 commit 1362b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_wifi/include/esp_wifi_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ typedef struct {
uint8_t ssid_len; /**< SSID length of disconnected AP */
uint8_t bssid[6]; /**< BSSID of disconnected AP */
uint8_t reason; /**< reason of disconnection */
int8_t rssi; /**< rssi of disconnection */
} wifi_event_sta_disconnected_t;

/** Argument structure for WIFI_EVENT_STA_AUTHMODE_CHANGE event */
Expand Down

0 comments on commit 1362b58

Please sign in to comment.