Searched full:oui (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 183 …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…
|
D | dis.c | 410 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/ |
D | Kconfig | 49 OUI using IEEE802154_VENDOR_OUI. After enabling, 58 Custom vendor OUI, which makes 24 most-significant
|
D | ieee802154_kw41z.c | 935 * and how to allow for a OUI portion? in get_mac()
|
D | ieee802154_nrf5.c | 124 /* Set the MAC Address Block Larger (MA-L) formerly called OUI. */ in nrf5_get_eui64()
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | ethernet-controller.yaml | 22 It is driver specific how the OUI octets are handled.
|
D | nxp,enet-mac.yaml | 35 The first 3 bytes will be the freescale OUI and the next
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_ie.h | 70 /** Vendor OUI */ 223 * @param _vendor_oui an initializer for a 3 byte vendor oui array in little
|
D | ieee802154_radio_openthread.h | 135 * Thread vendor OUI for vendor specific header or nested information elements,
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_stm32wba.c | 419 * 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()
|
D | hci_nxp.c | 186 /* Set 3 MSB of MAC address from OUI */ in bt_nxp_set_mac_address()
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 57 IEEE assigned OUI. Least 24 bits are valid.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc28j60_priv.h | 215 /* Microchip's OUI*/
|
D | eth_adin2111.c | 1319 * so checking OUI read-only value instead. in adin2111_await_device()
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 1510 * | 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/ |
D | nvme.h | 118 /** ieee oui identifier */
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 447 * FIXME choose correct OUI, or add support in L2
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_common.h | 372 * @param version 3-bytes IEEE assigned OUI
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac.c | 1009 * contain the OUI octets. in eth_dwc_xgmac_dev_init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 481 * Added Kconfig :kconfig:option:`CONFIG_IEEE802154_VENDOR_OUI_ENABLE` option for defining OUI.
|