mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 22:16:46 +00:00
Initial list of Wi-Fi API
This commit is contained in:

committed by
Ivan Grokhotkov

parent
6ce1af5898
commit
8ae97a2855
41
docs/api/example.rst
Normal file
41
docs/api/example.rst
Normal file
@@ -0,0 +1,41 @@
|
||||
Example Visualizations
|
||||
======================
|
||||
|
||||
Function prototpe
|
||||
-----------------
|
||||
|
||||
.. c:function:: esp_err_t esp_wifi_get_ap_list (uint16_t *number, wifi_ap_list_t *ap_list)
|
||||
.. c:function:: esp_err_t esp_wifi_set_protocol (wifi_interface_t ifx, uint8_t protocol_bitmap)
|
||||
|
||||
|
||||
Function definition
|
||||
-------------------
|
||||
|
||||
Wi-Fi
|
||||
^^^^^
|
||||
.. doxygenfunction:: esp_wifi_init
|
||||
.. doxygenfunction:: esp_wifi_set_config
|
||||
|
||||
GPIO
|
||||
^^^^
|
||||
.. doxygenfunction:: gpio_isr_register
|
||||
|
||||
Led Control
|
||||
^^^^^^^^^^^
|
||||
|
||||
.. doxygenfunction:: ledc_timer_set
|
||||
|
||||
|
||||
Enum definition
|
||||
---------------
|
||||
|
||||
.. doxygenenum:: wifi_auth_mode_t
|
||||
|
||||
|
||||
Struct definition
|
||||
-----------------
|
||||
|
||||
.. doxygenstruct:: wifi_scan_config_t
|
||||
:members:
|
||||
|
||||
|
Reference in New Issue
Block a user