We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3626b4 commit 9e301a9Copy full SHA for 9e301a9
docs/library/network.rst
@@ -267,6 +267,15 @@ For example::
267
connect). Availability of the methods below depends on interface type.
268
For example, only STA interface may ``connect()`` to an access point.
269
270
+ .. note::
271
+
272
+ Simultaneous operation of STA_IF and AP_IF interfaces is supported.
273
274
+ However, due to restrictions of the hardware, there may be performance
275
+ issues in the AP_IF, if the STA_IF is not connected and searching.
276
+ An application should manage these interfaces and for example
277
+ deactivate the STA_IF in environments where only the AP_IF is used.
278
279
Methods
280
-------
281
0 commit comments