Home
last modified time | relevance | path

Searched +full:random +full:- +full:mac +full:- +full:address (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-latest/drivers/ieee802154/
DKconfig.uart_pipe2 # SPDX-License-Identifier: Apache-2.0
20 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"
[all …]
DKconfig.b912 # SPDX-License-Identifier: Apache-2.0
28 default -50
34 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.
[all …]
DKconfig.cc25204 # SPDX-License-Identifier: Apache-2.0
31 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"
[all …]
DKconfig.cc12003 # SPDX-License-Identifier: Apache-2.0
30 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"
[all …]
Dieee802154_uart_pipe.c4 * SPDX-License-Identifier: Apache-2.0
24 #include <zephyr/random/random.h>
32 #define DEST_ADDR_OFFSET 5 /* Destination offset address*/
33 #define DEST_ADDR_TYPE_OFFSET 1 /* Destination address type */
35 #define DEST_ADDR_TYPE_MASK 0x0c /* Mask for destination address type */
37 #define DEST_ADDR_TYPE_SHORT 0x08 /* Short destination address type */
38 #define DEST_ADDR_TYPE_EXTENDED 0x0c /* Extended destination address type */
41 #define SHORT_ADDRESS_SIZE 2 /* Size of Short Mac Address */
42 #define EXTENDED_ADDRESS_SIZE 8 /* Size of Extended Mac Address */
44 /* Broadcast Short Address */
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dethernet-controller.yaml2 # SPDX-License-Identifier: Apache-2.0
9 local-mac-address:
10 type: uint8-array
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.
26 phy-handle:
31 phy-connection-type:
[all …]
Dnxp,enet-mac.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: NXP ENET MAC/L2 Device
6 compatible: "nxp,enet-mac"
8 include: ["ethernet-controller.yaml", "pinctrl-device.yaml"]
20 nxp,ptp-clock:
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:
[all …]
/Zephyr-latest/drivers/ethernet/
DKconfig.native_posix4 # SPDX-License-Identifier: Apache-2.0
51 bool "Random MAC address"
55 Generate a random MAC address dynamically.
66 string "MAC address for the interface"
70 Specify a MAC address for the ethernet interface in the form of
71 six hex 8-bit chars separated by colons (e.g.:
74 random.
Deth.h4 * SPDX-License-Identifier: Apache-2.0
11 #include <zephyr/random/random.h>
13 /* helper macro to return mac address octet from local_mac_address prop */
16 /* Determine if a mac address is all 0's */
26 * returns false if there is no local-mac-address property or
39 /* Set MAC address locally administered, unicast (LAA) */ in gen_random_mac()
/Zephyr-latest/drivers/net/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
13 bool "Point-to-point (PPP) UART based driver"
77 to outside system. This requires a non-PPP network connection
90 string "MAC address for the interface"
92 Specify a MAC address for the PPP interface in the form of
93 six hex 8-bit chars separated by colons (e.g.:
96 random.
105 bool "Disable PPP interface auto-start"
134 module-dep = LOG
135 module-str = Log level for ppp driver
[all …]
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/
Dintel_socfpga_agilex5_socdk.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
13 compatible = "intel,socfpga-agilex5";
14 #address-cells = <1>;
15 #size-cells = <1>;
19 zephyr,shell-uart = &uart0;
28 compatible = "zephyr,sdmmc-disk";
29 disk-name = "SD";
36 current-speed = <115200>;
40 full-duplex-mode-en;
[all …]
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga_rw612_ethernet.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
20 pinctrl-0 = <&pinmux_enet>;
21 pinctrl-names = "default";
22 phy-handle = <&phy>;
23 zephyr,random-mac-address;
24 phy-connection-type = "rmii";
29 pinctrl-0 = <&pinmux_mdio>;
30 pinctrl-names = "default";
35 reset-gpios = <&hsgpio1 23 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi1 # Nordic Wi-Fi driver for nRF70 series SoCs
5 # SPDX-License-Identifier: Apache-2.0
21 Nordic Wi-Fi Driver
124 bool "Wi-Fi interface auto start on boot"
145 bool "Low power mode in nRF Wi-Fi chipsets"
169 module-dep = LOG
170 module-str = Log level for Wi-Fi nRF70 driver
171 module-help = Sets log level for Wi-Fi nRF70 driver
193 # Wi-Fi and SR Coexistence Hardware configuration.
195 bool "Wi-Fi and SR coexistence support"
[all …]
/Zephyr-latest/boards/nxp/imx8mp_evk/
Dimx8mp_evk_mimx8ml8_a53_smp.dts2 * Copyright 2021-2022 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mp_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
33 compatible = "arm,psci-0.2";
48 pinctrl-0 = <&pinmux_enet>;
49 pinctrl-names = "default";
50 phy-handle = <&phy>;
51 zephyr,random-mac-address;
[all …]
Dimx8mp_evk_mimx8ml8_a53.dts2 * Copyright 2021-2024 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mp_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
46 pinctrl-0 = <&pinmux_enet>;
47 pinctrl-names = "default";
48 phy-handle = <&phy>;
49 zephyr,random-mac-address;
50 phy-connection-type = "rgmii";
[all …]
/Zephyr-latest/boards/nxp/imx8mm_evk/
Dimx8mm_evk_mimx8mm6_a53_smp.dts2 * Copyright 2021-2022,2024 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mm_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
33 compatible = "arm,psci-0.2";
47 pinctrl-0 = <&pinmux_enet>;
48 pinctrl-names = "default";
49 phy-handle = <&phy>;
50 zephyr,random-mac-address;
[all …]
Dimx8mm_evk_mimx8mm6_a53.dts2 * Copyright 2020-2022,2024 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mm_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
45 pinctrl-0 = <&pinmux_enet>;
46 pinctrl-names = "default";
47 phy-handle = <&phy>;
48 zephyr,random-mac-address;
49 phy-connection-type = "rgmii";
[all …]
/Zephyr-latest/boards/nxp/imx8mn_evk/
Dimx8mn_evk_mimx8mn6_a53_smp.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mn_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
33 compatible = "arm,psci-0.2";
47 pinctrl-0 = <&pinmux_enet>;
48 pinctrl-names = "default";
49 phy-handle = <&phy>;
50 zephyr,random-mac-address;
51 phy-connection-type = "rgmii";
[all …]
Dimx8mn_evk_mimx8mn6_a53.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "imx8mn_evk-pinctrl.dtsi"
18 zephyr,shell-uart = &uart4;
45 pinctrl-0 = <&pinmux_enet>;
46 pinctrl-names = "default";
47 phy-handle = <&phy>;
48 zephyr,random-mac-address;
49 phy-connection-type = "rgmii";
54 pinctrl-0 = <&pinmux_mdio>;
[all …]
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a_priv.h4 * SPDX-License-Identifier: Apache-2.0
27 /* Configuration Pre-Lock Writable Registers */
34 * ctrid valid entries are [0x0-0xF]
40 * keyid valid entries are [0x0-0xF]
46 * zoneid valid entries are [0x0-0xF]
52 * crtid valid entries are [0x0-0xF] characters
57 * Small Zone Memory Address
58 * Pre-Small Zone Lock Writable
64 * keynum valid entries are [0-F] characters
123 for (j = 7; j >= 0; j--) { in ataes132a_atmel_crc()
[all …]
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/boards/
Dqemu_cortex_a53.overlay4 * SPDX-License-Identifier: Apache-2.0
9 /delete-node/ memory@40000000;
12 compatible = "mmio-sram";
16 /delete-node/ pcie@4010000000;
19 compatible = "pci-host-ecam-generic";
22 #size-cells = <0x02>;
23 #address-cells = <0x03>;
25 #interrupt-cells = <0x01>;
26 interrupt-map-mask = <0x00 0x00 0x00 0x07>;
27 interrupt-map = <
[all …]
/Zephyr-latest/tests/net/hostname/src/
Dmain.c1 /* main.c - Application main entry point */
6 * SPDX-License-Identifier: Apache-2.0
19 #include <zephyr/random/random.h>
44 /* Extra address is assigned to ll_addr */
76 struct net_if_test *data = dev->data; in net_iface_get_mac()
78 if (data->mac_addr[2] == 0x00) { in net_iface_get_mac()
79 /* 00-00-5E-00-53-xx Documentation RFC 7042 */ in net_iface_get_mac()
80 data->mac_addr[0] = 0x00; in net_iface_get_mac()
81 data->mac_addr[1] = 0x00; in net_iface_get_mac()
82 data->mac_addr[2] = 0x5E; in net_iface_get_mac()
[all …]
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
16 #include <zephyr/random/random.h>
73 struct net_if_test *data = dev->data; in net_iface_get_mac()
75 if (data->mac_addr[2] == 0x00) { in net_iface_get_mac()
76 /* 00-00-5E-00-53-xx Documentation RFC 7042 */ in net_iface_get_mac()
77 data->mac_addr[0] = 0x00; in net_iface_get_mac()
78 data->mac_addr[1] = 0x00; in net_iface_get_mac()
79 data->mac_addr[2] = 0x5E; in net_iface_get_mac()
80 data->mac_addr[3] = 0x00; in net_iface_get_mac()
81 data->mac_addr[4] = 0x53; in net_iface_get_mac()
[all …]
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1170_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 pwm-led0 = &green_pwm_led;
20 mcuboot-button0 = &user_button;
24 compatible = "gpio-leds";
25 green_led: led-1 {
30 red_led: led-2 {
37 compatible = "gpio-keys";
38 user_button: button-1 {
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Diface.c5 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/random/random.h>
56 EC(ETHERNET_HW_FILTERING, "MAC address filtering"),
60 EC(ETHERNET_TXINJECTION_MODE, "TX-Injection supported"),
94 PR("%s-duplex\n", PHY_LINK_IS_FULL_DUPLEX(link.speed) ? "full" : "half"); in print_phy_link_state()
107 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
112 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
117 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
120 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
125 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
[all …]

12345