We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fafb8 commit aee8638Copy full SHA for aee8638
components/esp8266/include/esp_wifi_types.h
@@ -156,6 +156,7 @@ typedef struct {
156
uint8_t primary; /**< channel of AP */
157
wifi_second_chan_t second; /**< secondary channel of AP */
158
int8_t rssi; /**< signal strength of AP */
159
+ int16_t freq_offset; /**< frequency offset of AP */
160
wifi_auth_mode_t authmode; /**< authmode of AP */
161
wifi_cipher_type_t pairwise_cipher; /**< pairwise cipher of AP */
162
wifi_cipher_type_t group_cipher; /**< group cipher of AP */
0 commit comments