Home
last modified time | relevance | path

Searched full:oui (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis183 …of an Organizationally Unique Identifier (OUI) concatenated with a manufacturer-defined identifier.
185 This will be transmitted as the 40 bit identifier followed by the 24-bit OUI.
190 hex "Organizationally Unique Identifier (OUI) of the manufacturer."
194 The OUI is a 24-bit number issued by the IEEE Registration Authority.
196 …Shall contain an Organisationally Unique Identifier (OUI) followed by a manufacturer-defined inden…
Ddis.c410 uint32_t oui = 0; in dis_set() local
412 len = read_cb(store, &oui, sizeof(oui)); in dis_set()
414 LOG_ERR("Failed to read System ID OUI from storage (err %zd)", len); in dis_set()
416 sys_put_le24(oui, &dis_system_id[5]); in dis_set()
417 LOG_DBG("System ID OUI set to %06X", oui); in dis_set()
/Zephyr-latest/drivers/ieee802154/
DKconfig49 OUI using IEEE802154_VENDOR_OUI. After enabling,
58 Custom vendor OUI, which makes 24 most-significant
Dieee802154_kw41z.c935 * and how to allow for a OUI portion? in get_mac()
Dieee802154_nrf5.c124 /* Set the MAC Address Block Larger (MA-L) formerly called OUI. */ in nrf5_get_eui64()
/Zephyr-latest/dts/bindings/ethernet/
Dethernet-controller.yaml22 It is driver specific how the OUI octets are handled.
Dnxp,enet-mac.yaml35 The first 3 bytes will be the freescale OUI and the next
/Zephyr-latest/include/zephyr/net/
Dieee802154_ie.h70 /** Vendor OUI */
223 * @param _vendor_oui an initializer for a 3 byte vendor oui array in little
Dieee802154_radio_openthread.h135 * Thread vendor OUI for vendor specific header or nested information elements,
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wba.c419 * bit[47:24] : 24bits (OUI) equal to the company ID in bt_get_ble_addr()
423 * 24bits company ID (OUI) shall be bought. in bt_get_ble_addr()
Dhci_nxp.c186 /* Set 3 MSB of MAC address from OUI */ in bt_nxp_set_mac_address()
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd57 IEEE assigned OUI. Least 24 bits are valid.
/Zephyr-latest/drivers/ethernet/
Deth_enc28j60_priv.h215 /* Microchip's OUI*/
Deth_adin2111.c1319 * so checking OUI read-only value instead. in adin2111_await_device()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1510 * | Length | Element ID | Type=0 | Vendor OUI |
1532 /* Thread Vendor-specific IE OUI */ in set_vendor_ie_header_lm()
1572 /* Set Vendor Oui */ in set_vendor_ie_header_lm()
/Zephyr-latest/drivers/disk/nvme/
Dnvme.h118 /** ieee oui identifier */
/Zephyr-latest/samples/net/wpan_serial/src/
Dmain.c447 * FIXME choose correct OUI, or add support in L2
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.h372 * @param version 3-bytes IEEE assigned OUI
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c1009 * contain the OUI octets. in eth_dwc_xgmac_dev_init()
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst481 * Added Kconfig :kconfig:option:`CONFIG_IEEE802154_VENDOR_OUI_ENABLE` option for defining OUI.