Skip to content

Commit aee8638

Browse files
author
Zhang Jun Hao
committed
feat(wifi): add frequency offset var for RF test
1 parent 00fafb8 commit aee8638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp8266/include/esp_wifi_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ typedef struct {
156156
uint8_t primary; /**< channel of AP */
157157
wifi_second_chan_t second; /**< secondary channel of AP */
158158
int8_t rssi; /**< signal strength of AP */
159+
int16_t freq_offset; /**< frequency offset of AP */
159160
wifi_auth_mode_t authmode; /**< authmode of AP */
160161
wifi_cipher_type_t pairwise_cipher; /**< pairwise cipher of AP */
161162
wifi_cipher_type_t group_cipher; /**< group cipher of AP */

0 commit comments

Comments
 (0)