summaryrefslogtreecommitdiff
path: root/shared-bindings/wifi/Radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/wifi/Radio.c')
-rw-r--r--shared-bindings/wifi/Radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/wifi/Radio.c b/shared-bindings/wifi/Radio.c
index 723572a32..63f507067 100644
--- a/shared-bindings/wifi/Radio.c
+++ b/shared-bindings/wifi/Radio.c
@@ -295,7 +295,7 @@ const mp_obj_property_t wifi_radio_ipv4_dns_obj = {
};
//| ap_info: Optional[Network]
-//| """Network object containing BSSID, SSID, channel, country and RSSI when connected to an access point. None otherwise."""
+//| """Network object containing BSSID, SSID, authmode, channel, country and RSSI when connected to an access point. None otherwise."""
//|
STATIC mp_obj_t wifi_radio_get_ap_info(mp_obj_t self) {
return common_hal_wifi_radio_get_ap_info(self);