Home
last modified time | relevance | path

Searched refs:MAC (Results 1 – 25 of 45) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
7 … During initialization, MAC addresses for each network interface are generated or derived from a
8 single base MAC address.
10 … If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
14 … If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
15 receive a universally administered MAC address. These are generated sequentially by adding 0
16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
7 … During initialization, MAC addresses for each network interface are generated or derived from a
8 single base MAC address.
10 … If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
14 … If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
15 receive a universally administered MAC address. These are generated sequentially by adding 0
16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
7 … During initialization, MAC addresses for each network interface are generated or derived from a
8 single base MAC address.
10 … If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
14 … If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
15 receive a universally administered MAC address. These are generated sequentially by adding 0
16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
6 … During initialization, MAC addresses for each network interface are generated or derived from a
7 single base MAC address.
8 …If the number of universal MAC addresses is Two, all interfaces (WiFi station, WiFi softap) receiv…
9 …universally administered MAC address. They are generated sequentially by adding 0, and 1 (respecti…
10 to the final octet of the base MAC address. If the number of universal MAC addresses is one,
11 only WiFi station receives a universally administered MAC address.
12 It's generated by adding 0 to the base MAC address.
13 …The WiFi softap receives local MAC addresses. It's derived from the universal WiFi station MAC add…
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
6 … During initialization, MAC addresses for each network interface are generated or derived from a
7 single base MAC address.
8 … If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
9 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
11 … If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
12 receive a universally administered MAC address. These are generated sequentially by adding 0
13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
6 … During initialization, MAC addresses for each network interface are generated or derived from a
7 single base MAC address.
8 … If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
9 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
11 … If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
12 receive a universally administered MAC address. These are generated sequentially by adding 0
13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dget-custom-mac-cmd.rst6 The ``espefuse.py burn_custom_mac`` command prints the Custom MAC Address (``CUSTOM_MAC``).
8 The chips also have a factory MAC address (eFuse name ``MAC``), which is written at the factory. It…
17 Custom MAC Address version 1: 48:63:92:15:72:16 (CRC 0x75 OK)
19MAC address is not burned, then you will see the message "Custom MAC Address is not set in the dev…
28 Custom MAC Address: 48:63:92:15:72:16 (OK)
30 …If the custom MAC address is not burned, then you will see the message "Custom MAC Address: 00:00:…
Dburn-custom-mac-cmd.rst6 The ``espefuse.py burn_custom_mac`` command burns a 48-bit Custom MAC Address.
10 * ``MAC``. Custom MAC Address (``CUSTOM_MAC``) to burn given in hexadecimal format with bytes separ…
31 - 'MAC_VERSION' (Version of the MAC field) 0x00 -> 0x1
32 - 'CUSTOM_MAC' (Custom MAC) 0x000000000000 -> 0x167215926348
33 - 'CUSTOM_MAC_CRC' (CRC of custom MAC) 0x00 -> 0x75
44 Custom MAC Address version 1: 48:63:92:15:72:16 (CRC 0x75 OK)
49 …LOCK3): Version of the MAC field = Custom M…
50 CUSTOM_MAC (BLOCK3): Custom MAC
52 …CUSTOM_MAC_CRC (BLOCK3): CRC of custom MAC
69 - 'CUSTOM_MAC' (Custom MAC addr) 0x000000000000 -> 0x167215926348
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DKconfig.mac2 bool "Number of universally administered (by IEEE) MAC address"
5 Configure the number of universally administered (by IEEE) MAC addresses.
6 … During initialization, MAC addresses for each network interface are generated or derived from a
7 single base MAC address.
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv19 WR_DIS.MAC, EFUSE_BLK0, 3, 1, [WR_DIS.MAC_FACTORY] wr_dis …
74 MAC, EFUSE_BLK0, 72, 8, [MAC_FACTORY] MAC address
75 , EFUSE_BLK0, 64, 8, [MAC_FACTORY] MAC address
76 , EFUSE_BLK0, 56, 8, [MAC_FACTORY] MAC address
77 , EFUSE_BLK0, 48, 8, [MAC_FACTORY] MAC address
78 , EFUSE_BLK0, 40, 8, [MAC_FACTORY] MAC address
79 , EFUSE_BLK0, 32, 8, [MAC_FACTORY] MAC address
80 … EFUSE_BLK0, 80, 8, [MAC_FACTORY_CRC] CRC8 for MAC address
116 … EFUSE_BLK3, 0, 8, [MAC_CUSTOM_CRC] CRC8 for custom MAC address
117 MAC_CUSTOM, EFUSE_BLK3, 8, 48, [MAC_CUSTOM] Custom MAC addr…
[all …]
Desp_efuse_table.c269 static const esp_efuse_desc_t MAC[] = { variable
759 &MAC[0], // [MAC_FACTORY] MAC address
760 &MAC[1], // [MAC_FACTORY] MAC address
761 &MAC[2], // [MAC_FACTORY] MAC address
762 &MAC[3], // [MAC_FACTORY] MAC address
763 &MAC[4], // [MAC_FACTORY] MAC address
764 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv34 WR_DIS.MAC, EFUSE_BLK0, 6, 1, [WR_DIS.MAC_FACTORY] wr_dis …
80 …CUSTOM, EFUSE_BLK1, 0, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC address
81 MAC, EFUSE_BLK2, 40, 8, [MAC_FACTORY] MAC address
82 , EFUSE_BLK2, 32, 8, [MAC_FACTORY] MAC address
83 , EFUSE_BLK2, 24, 8, [MAC_FACTORY] MAC address
84 , EFUSE_BLK2, 16, 8, [MAC_FACTORY] MAC address
85 , EFUSE_BLK2, 8, 8, [MAC_FACTORY] MAC address
86 , EFUSE_BLK2, 0, 8, [MAC_FACTORY] MAC address
Desp_efuse_table.c286 static const esp_efuse_desc_t MAC[] = { variable
739 &MAC[0], // [MAC_FACTORY] MAC address
740 &MAC[1], // [MAC_FACTORY] MAC address
741 &MAC[2], // [MAC_FACTORY] MAC address
742 &MAC[3], // [MAC_FACTORY] MAC address
743 &MAC[4], // [MAC_FACTORY] MAC address
744 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv55 WR_DIS.MAC, EFUSE_BLK0, 20, 1, [WR_DIS.MAC_FACTORY] wr_dis …
152 MAC, EFUSE_BLK1, 40, 8, [MAC_FACTORY] MAC address
153 , EFUSE_BLK1, 32, 8, [MAC_FACTORY] MAC address
154 , EFUSE_BLK1, 24, 8, [MAC_FACTORY] MAC address
155 , EFUSE_BLK1, 16, 8, [MAC_FACTORY] MAC address
156 , EFUSE_BLK1, 8, 8, [MAC_FACTORY] MAC address
157 , EFUSE_BLK1, 0, 8, [MAC_FACTORY] MAC address
158 … EFUSE_BLK1, 56, 8, [] Stores the extended bits of MAC address
159 … EFUSE_BLK1, 48, 8, [] Stores the extended bits of MAC address
194 …ATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC
Desp_efuse_table.c570 static const esp_efuse_desc_t MAC[] = { variable
1447 &MAC[0], // [MAC_FACTORY] MAC address
1448 &MAC[1], // [MAC_FACTORY] MAC address
1449 &MAC[2], // [MAC_FACTORY] MAC address
1450 &MAC[3], // [MAC_FACTORY] MAC address
1451 &MAC[4], // [MAC_FACTORY] MAC address
1452 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv57 WR_DIS.MAC, EFUSE_BLK0, 20, 1, [WR_DIS.MAC_FACTORY] wr_dis …
155 MAC, EFUSE_BLK1, 40, 8, [MAC_FACTORY] MAC address
156 , EFUSE_BLK1, 32, 8, [MAC_FACTORY] MAC address
157 , EFUSE_BLK1, 24, 8, [MAC_FACTORY] MAC address
158 , EFUSE_BLK1, 16, 8, [MAC_FACTORY] MAC address
159 , EFUSE_BLK1, 8, 8, [MAC_FACTORY] MAC address
160 , EFUSE_BLK1, 0, 8, [MAC_FACTORY] MAC address
161 … EFUSE_BLK1, 56, 8, [] Stores the extended bits of MAC address
162 … EFUSE_BLK1, 48, 8, [] Stores the extended bits of MAC address
196 …ATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC
Desp_efuse_table.c582 static const esp_efuse_desc_t MAC[] = { variable
1470 &MAC[0], // [MAC_FACTORY] MAC address
1471 &MAC[1], // [MAC_FACTORY] MAC address
1472 &MAC[2], // [MAC_FACTORY] MAC address
1473 &MAC[3], // [MAC_FACTORY] MAC address
1474 &MAC[4], // [MAC_FACTORY] MAC address
1475 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv51 WR_DIS.MAC, EFUSE_BLK0, 20, 1, [WR_DIS.MAC_FACTORY] wr_dis …
144 MAC, EFUSE_BLK1, 40, 8, [MAC_FACTORY] MAC address
145 , EFUSE_BLK1, 32, 8, [MAC_FACTORY] MAC address
146 , EFUSE_BLK1, 24, 8, [MAC_FACTORY] MAC address
147 , EFUSE_BLK1, 16, 8, [MAC_FACTORY] MAC address
148 , EFUSE_BLK1, 8, 8, [MAC_FACTORY] MAC address
149 , EFUSE_BLK1, 0, 8, [MAC_FACTORY] MAC address
185 …CUSTOM, EFUSE_BLK3, 200, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC address
Desp_efuse_table.c538 static const esp_efuse_desc_t MAC[] = { variable
1374 &MAC[0], // [MAC_FACTORY] MAC address
1375 &MAC[1], // [MAC_FACTORY] MAC address
1376 &MAC[2], // [MAC_FACTORY] MAC address
1377 &MAC[3], // [MAC_FACTORY] MAC address
1378 &MAC[4], // [MAC_FACTORY] MAC address
1379 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv55 WR_DIS.MAC, EFUSE_BLK0, 20, 1, [WR_DIS.MAC_FACTORY] wr_dis …
160 MAC, EFUSE_BLK1, 40, 8, [MAC_FACTORY] MAC address
161 , EFUSE_BLK1, 32, 8, [MAC_FACTORY] MAC address
162 , EFUSE_BLK1, 24, 8, [MAC_FACTORY] MAC address
163 , EFUSE_BLK1, 16, 8, [MAC_FACTORY] MAC address
164 , EFUSE_BLK1, 8, 8, [MAC_FACTORY] MAC address
165 , EFUSE_BLK1, 0, 8, [MAC_FACTORY] MAC address
205 …ATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC
Desp_efuse_table.c602 static const esp_efuse_desc_t MAC[] = { variable
1534 &MAC[0], // [MAC_FACTORY] MAC address
1535 &MAC[1], // [MAC_FACTORY] MAC address
1536 &MAC[2], // [MAC_FACTORY] MAC address
1537 &MAC[3], // [MAC_FACTORY] MAC address
1538 &MAC[4], // [MAC_FACTORY] MAC address
1539 &MAC[5], // [MAC_FACTORY] MAC address
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst77 MAC (BLOCK1) MAC address
79 …MAC_EXT (BLOCK1) Stores the extended bits of MAC address …
80 …MAC_EUI64 (BLOCK1) calc MAC_EUI64 = MAC[0]:MAC[1]:MAC[2]:MAC_EXT[0…
82 AC_EXT[1]:MAC[3]:MAC[4]:MAC[5]
Dsummary_ESP32.rst57 MAC (BLOCK0): MAC address
59 …MAC_CRC (BLOCK0): CRC8 for MAC address …
60 …MAC_VERSION (BLOCK3): Version of the MAC field …
Dsummary_ESP32-C2.rst39 CUSTOM_MAC (BLOCK1) Custom MAC address
41 MAC (BLOCK2) MAC address
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv64 WR_DIS.MAC, EFUSE_BLK0, 20, 1, [WR_DIS.MAC_FACTORY] wr_dis …
183 MAC, EFUSE_BLK1, 40, 8, [MAC_FACTORY] MAC address
184 , EFUSE_BLK1, 32, 8, [MAC_FACTORY] MAC address
185 , EFUSE_BLK1, 24, 8, [MAC_FACTORY] MAC address
186 , EFUSE_BLK1, 16, 8, [MAC_FACTORY] MAC address
187 , EFUSE_BLK1, 8, 8, [MAC_FACTORY] MAC address
188 , EFUSE_BLK1, 0, 8, [MAC_FACTORY] MAC address
237 …ATA.MAC_CUSTOM, EFUSE_BLK3, 200, 48, [MAC_CUSTOM CUSTOM_MAC] Custom MAC

12