Home
last modified time | relevance | path

Searched full:mac (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/Zephyr-latest/soc/espressif/esp32c2/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/Zephyr-latest/soc/espressif/esp32c6/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/Zephyr-latest/modules/loramac-node/
DCMakeLists.txt31 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac
32 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region
48 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMac.c
49 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacAdr.c
50 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacClassB.c
51 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacCommands.c
52 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacConfirmQueue.c
53 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacCrypto.c
54 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacParser.c
55 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/LoRaMacSerializer.c
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig64 Subtype 4 = MAC address
68 If subtype 4 is selected, MAC address, then configs
74 hex "Chassis ID MAC Address Byte 0"
78 Byte 0 of the MAC address.
81 hex "Chassis ID MAC Address Byte 1"
85 Byte 1 of the MAC address.
88 hex "Chassis ID MAC Address Byte 2"
92 Byte 2 of the MAC address.
95 hex "Chassis ID MAC Address Byte 3"
99 Byte 3 of the MAC address.
[all …]
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
[all …]
/Zephyr-latest/soc/espressif/esp32/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or
12 derived from a single base MAC address. If the number of universal MAC addresses is four,
14 administered MAC address. These are generated sequentially by adding 0, 1, 2 and 3 (respectively)
15 to the final octet of the base MAC address. If the number of universal MAC addresses is two,
16 only two interfaces (WiFi station and Bluetooth) receive a universally administered MAC address.
17 These are generated sequentially by adding 0 and 1 (respectively) to the base MAC address.
18 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses.
19 These are derived from the universal WiFi station and Bluetooth MAC addresses, respectively.
[all …]
/Zephyr-latest/soc/espressif/esp32s2/
DKconfig.mac7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or
12 derived from a single base MAC address. If the number of universal MAC addresses is two,
13 all interfaces (WiFi station, WiFi softap) receive a universally administered MAC
16 the base MAC address. If the number of universal MAC addresses is one, only WiFi station
17 receives a universally administered MAC address.
18 The WiFi softap receives local MAC addresses. It's derived from the universal WiFi
19 station MAC addresses.
20 When using the default (Espressif-assigned) base MAC address, either setting can be used.
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.uart_pipe20 bool "Random MAC address"
23 Generate a random MAC address dynamically.
28 hex "MAC Address Byte 4"
32 This is the byte 4 of the MAC address.
35 hex "MAC Address Byte 5"
39 This is the byte 5 of the MAC address.
42 hex "MAC Address Byte 6"
46 This is the byte 6 of the MAC address.
49 hex "MAC Address Byte 7"
53 This is the byte 7 of the MAC address.
DKconfig.b9134 bool "Random MAC address"
37 Generate a random MAC address dynamically.
42 hex "MAC Address Byte 4"
46 This is the byte 4 of the MAC address.
49 hex "MAC Address Byte 5"
53 This is the byte 5 of the MAC address.
56 hex "MAC Address Byte 6"
60 This is the byte 6 of the MAC address.
63 hex "MAC Address Byte 7"
67 This is the byte 7 of the MAC address.
DKconfig.cc252031 bool "Random MAC address"
34 Generate a random MAC address dynamically.
39 hex "MAC Address Byte 4"
43 This is the byte 4 of the MAC address.
46 hex "MAC Address Byte 5"
50 This is the byte 5 of the MAC address.
53 hex "MAC Address Byte 6"
57 This is the byte 6 of the MAC address.
60 hex "MAC Address Byte 7"
64 This is the byte 7 of the MAC address.
DKconfig.cc120030 bool "Random MAC address"
33 Generate a random MAC address dynamically.
38 hex "MAC Address Byte 4"
42 This is the byte 4 of the MAC address.
45 hex "MAC Address Byte 5"
49 This is the byte 5 of the MAC address.
52 hex "MAC Address Byte 6"
56 This is the byte 6 of the MAC address.
59 hex "MAC Address Byte 7"
63 This is the byte 7 of the MAC address.
/Zephyr-latest/dts/bindings/ethernet/
Ddavicom,dm8806-phy.yaml4 description: Davicom DM8806 Ethernet MAC and PHY with RMII interface
16 5-bit PHY address for Internal PHY Registers group of Davicom DM8806 MAC
17 PHY Ethernet Switch Controller, separate for each MAC PHY, build in DM8806
18 and correlate with Ethenet port. DM8806 has five MAC PHY inside, but it is
20 communicate with all of them. Each MAC PHY has its own PHY address, which
22 concrete register in conrete MAC PHY acoring to Clause 22 MDIO
29 Absolute address is the address of the concrete register in MAC PHY0
35 MAC PHY Ethernet Switch Controller, separate for each MAC PHY, build in
36 DM8806 and correlate with Ethenet port. DM8806 has five MAC PHY inside,
38 no need to communicate with all of them. Each MAC PHY has its own PHY
[all …]
Dnxp,enet-mac.yaml4 description: NXP ENET MAC/L2 Device
6 compatible: "nxp,enet-mac"
26 nxp,unique-mac:
29 Use part of the unique silicon ID to generate the MAC.
31 zephyr,random-mac-address or local-mac-address also.
33 that the mac address is the same as another on the network
38 nxp,fused-mac:
41 Use the MAC address from fuse shadow register.
42 Not all platforms have a fusable MAC address.
Dethernet-controller.yaml9 local-mac-address:
11 description: Specifies the MAC address that was assigned to the network device
13 zephyr,random-mac-address:
16 Use a random MAC address generated when the driver is initialized.
18 MAC address in peers' ARP caches and lead to issues and delays in
24 If set we ignore any setting of the local-mac-address property.
34 Specifies the interface connection type between ethernet MAC and PHY.
Dzephyr,cdc-ecm-ethernet.yaml11 remote-mac-address:
15 Remote MAC address of the virtual Ethernet connection.
16 Should not be the same as local-mac-address property.
Dzephyr,cdc-ncm-ethernet.yaml11 remote-mac-address:
15 Remote MAC address of the virtual Ethernet connection.
16 Should not be the same as local-mac-address property.
/Zephyr-latest/samples/net/dsa/boards/
Dip_k66f.overlay8 local-mac-address = [00 00 12 13 00 10];
12 local-mac-address = [00 00 12 13 00 37];
16 local-mac-address = [00 00 12 13 00 27];
20 local-mac-address = [00 00 12 13 00 17];
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_cc13xx_cc26xx.c25 uint8_t *mac; in z_impl_hwinfo_get_device_id() local
31 mac = (uint8_t *)(FCFG1_BASE + FCFG1_O_MAC_BLE_0); in z_impl_hwinfo_get_device_id()
33 mac = (uint8_t *)(CCFG_BASE + CCFG_O_IEEE_BLE_0); in z_impl_hwinfo_get_device_id()
39 mac = (uint8_t *)(FCFG1_BASE + FCFG1_O_MAC_15_4_0); in z_impl_hwinfo_get_device_id()
41 mac = (uint8_t *)(CCFG_BASE + CCFG_O_IEEE_MAC_0); in z_impl_hwinfo_get_device_id()
49 /* Provide device ID (MAC) in big endian */ in z_impl_hwinfo_get_device_id()
50 sys_memcpy_swap(buffer, mac, length); in z_impl_hwinfo_get_device_id()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmain.c48 /** Print the device's MAC address to console */
51 struct net_linkaddr *mac; in log_mac_addr() local
53 mac = net_if_get_link_addr(iface); in log_mac_addr()
55 LOG_INF("MAC Address: %02X:%02X:%02X:%02X:%02X:%02X", in log_mac_addr()
56 mac->addr[0], mac->addr[1], mac->addr[3], in log_mac_addr()
57 mac->addr[3], mac->addr[4], mac->addr[5]); in log_mac_addr()
/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c62 LOG_INF("station: " MACSTR " joined ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
63 sta_info->mac[2], sta_info->mac[3], sta_info->mac[4], sta_info->mac[5]); in wifi_event_handler()
69 LOG_INF("station: " MACSTR " leave ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
70 sta_info->mac[2], sta_info->mac[3], sta_info->mac[4], sta_info->mac[5]); in wifi_event_handler()
/Zephyr-latest/dts/arm/st/f2/
Dstm32f207.dtsi13 mac: ethernet@40028000 { label
17 clock-names = "stmmaceth", "mac-clk-tx",
18 "mac-clk-rx", "mac-clk-ptp";
/Zephyr-latest/dts/arm/st/f4/
Dstm32f407.dtsi13 mac: ethernet@40028000 { label
17 clock-names = "stmmaceth", "mac-clk-tx",
18 "mac-clk-rx", "mac-clk-ptp";
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio19 replying it could not send the packet (MAC PIB attribute:
55 before declaring a channel access failure (MAC PIB attribute:
59 int "CSMA MAC minimum backoff exponent"
64 algorithm (MAC PIB attribute: macMinBe). This setting must be less
68 int "CSMA MAC maximum backoff exponent"
73 algorithm (MAC PIB attribute: macMaxBe).
/Zephyr-latest/drivers/ethernet/
Deth_adin2111_priv.h47 /* Forward Frames from Port 2 Not Matching a MAC Address to Port 1 */
49 /* Forward Frames from Port 1 Not Matching a MAC Address to Port 2 */
51 /* Forward Frames Not Matching Any MAC Address to the Host */
57 /* Forward Frames Not Matching Any MAC Address to the Host */
114 /* MAC Tx Frame Size Register */
119 /* MAC Address Rule and DA Filter Upper 16 Bits Registers */
126 /* MAC Address DA Filter Lower 32 Bits Registers */
128 /* Upper 16 Bits of the MAC Address Mask */
130 /* Lower 32 Bits of the MAC Address Mask */
133 /* P1 MAC Rx Frame Size Register */
[all …]

12345678910>>...20