/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_mgmt.c | 257 /* Requires the context lock to be held and the PAN ID to be set. */ 285 * references to the PAN; the MLME shall set macPanId, macShortAddress, in remove_association() 329 * * The Destination PAN ID field shall contain the value of in ieee802154_handle_mac_command() 330 * macPanId, while the Source PAN ID field shall be omitted. in ieee802154_handle_mac_command() 397 * * The Destination PAN ID field shall contain the value of macPanId. in ieee802154_handle_mac_command() 398 * * The Source PAN ID field shall be omitted. in ieee802154_handle_mac_command() 400 * PAN, then the Destination Address field shall contain the in ieee802154_handle_mac_command() 401 * address of the device being removed from the PAN (asserted in ieee802154_handle_mac_command() 457 /* Validate the coordinator's PAN ID. */ in ieee802154_associate() 459 NET_ERR("Could not associate: PAN ID is special value 'not associated'"); in ieee802154_associate() [all …]
|
D | Kconfig | 64 This is the level for PAN device, not PAN coordinator. This will make 66 and disassociating to/from a PAN. Current support is very fragile,
|
D | ieee802154_shell.c | 119 "Could not associate to %s on PAN ID %u\n", in cmd_ieee802154_associate() 125 "Associated to PAN ID %u\n", params.pan_id); in cmd_ieee802154_associate() 387 "Could not set PAN ID %u\n", pan_id); in cmd_ieee802154_set_pan_id() 392 "PAN ID %u set\n", pan_id); in cmd_ieee802154_set_pan_id() 416 "Could not get PAN ID\n"); in cmd_ieee802154_get_pan_id() 421 "PAN ID %u (0x%x)\n", pan_id, pan_id); in cmd_ieee802154_get_pan_id() 629 "<pan_id> <PAN coordinator short or long address (EUI-64)>", 641 "Get currently used PAN id", 660 "<pan_id> Set used PAN id",
|
D | ieee802154.c | 306 /* TODO: apply d.4 and d.5 when PAN coordinator is implemented */ in ieee802154_check_dst_addr() 313 /* c) If a destination PAN ID is included in the frame, it shall match in ieee802154_check_dst_addr() 314 * macPanId or shall be the broadcast PAN ID. in ieee802154_check_dst_addr() 318 LOG_DBG("Frame PAN ID does not match!"); in ieee802154_check_dst_addr() 343 /* TODO: d.3) The Destination Address field and the Destination PAN ID in ieee802154_check_dst_addr() 347 /* TODO: d.4) The device is the PAN coordinator, only source addressing fields in ieee802154_check_dst_addr() 348 * are included in a Data frame or MAC command and the source PAN ID in ieee802154_check_dst_addr()
|
D | ieee802154_frame.h | 15 * @note All structs and attributes (e.g. PAN id, ext address and short address) 292 /* PAN Coordinator */ 303 /* PAN Coordinator */ 432 /* Data request, PAN ID conflict, orphan notification
|
D | ieee802154_utils.h | 181 NET_WARN("Could not apply PAN ID filter"); in ieee802154_radio_filter_pan_id() 276 NET_WARN("Could not remove PAN ID filter"); in ieee802154_radio_remove_pan_id()
|
D | ieee802154_frame.c | 104 NET_DBG("Buf %p - mode %d - pan id comp %d", (void *)buf, mode, pan_id_compression); in validate_addr() 454 /* PAN ID */ in ieee802154_compute_header_and_authtag_len()
|
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | nrf52dk_nrf52832.conf | 2 # so PAN 58 doesn't matter, because the RX length is always 0.
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | CMakeLists.txt | 7 …32_ALLOW_SPIM_DESPITE_PAN_58 and an NRF SPIM driver are enabled, therefore PAN 58 will apply if RX…
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_shell_test.c | 65 "Scan did not receive correct PAN id."); in scan_result_cb() 92 "Beacon request: destination PAN should be broadcast PAN."); in test_beacon_request() 181 "Association: did not get associated to the expected PAN."); in test_associate_shell_cmd() 235 EXPECTED_COORDINATOR_PAN_LE, /* Source PAN */ in ZTEST() 237 0x00, 0xc0, /* Superframe Specification: PAN coordinator + association permitted */ in ZTEST() 340 "Disassociation: PAN should be unset."); in ZTEST() 427 "Disassociation: PAN should be unset."); in ZTEST() 450 "Setting Ext Addr: PAN should not be set initially."); in ZTEST()
|
D | ieee802154_test.c | 48 0xcd, 0xab, /* PAN ID */ 104 0xcd, 0xab, /* Source PAN ID */ 127 0xcd, 0xab, /* Destination PAN */ 155 0xff, 0xff, /* Destination PAN ID 0xffff */ 157 0x23, 0x00, /* Source PAN ID 0x0023 */ 238 NET_ERR("*** Failed to set PAN ID in %s.", __func__); in associate() 300 0xcd, 0xab, /* Destination PAN */ in get_data_pkt_with_ar() 1238 NET_ERR("*** Failed to set PAN ID in %s.", __func__); in initialize_test_environment()
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 7 int "Default PAN ID" 21 string "Default Extended PAN ID" 24 Extended PAN ID for OpenThread with
|
D | CMakeLists.txt | 99 kconfig_to_ot_option(CONFIG_OPENTHREAD_MULTIPAN_RCP OT_MULTIPAN_RCP "Enable Multi-PAN RCP")
|
/Zephyr-latest/dts/bindings/spi/ |
D | nordic,nrf-spim.yaml | 14 Enables the workaround for the nRF52832 SoC SPIM PAN 58 anomaly.
|
/Zephyr-latest/samples/net/openthread/shell/ |
D | README.rst | 32 | PAN | MAC Address | Ch | dBm | LQI |
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 31 #define PAN_ID_OFFSET 3 /* Pan Id offset */ 40 #define PAN_ID_SIZE 2 /* Size of Pan Id */ 47 static uint8_t dev_pan_id[PAN_ID_SIZE]; /* Device Pan Id */ 60 /* Check destination PAN Id */ in received_dest_addr_matched()
|
D | ieee802154_b91.c | 37 /* Set filter PAN ID */ 67 /* Filter PAN ID, short address and IEEE address */ 70 /* Check destination PAN Id */ in b91_run_filter() 300 /* run filter (check PAN ID and destination address) */ in b91_rf_rx_isr()
|
D | ieee802154_cc13xx_cc26xx.c | 738 /* Unslotted CSMA for non-beacon enabled PAN */
|
D | ieee802154_dw1000_regs.h | 54 /* PAN ID (31:16) and Short Address (15:0) */ 61 /* PAN Identifier */
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154.h | 168 /** Represents the IEEE 802.15.4 broadcast PAN ID, see section 6.1. */ 248 IEEE802154_DEVICE_ROLE_PAN_COORDINATOR, /**< PAN coordinator */ 254 * @brief PAN ID 256 * @details The identifier of the PAN on which the device is operating. 364 * (0), coordinator (1), or PAN coordinator (2). If no device role is
|
D | ieee802154_radio.h | 467 /** Filtering of PAN ID, extended and short address supported */ 551 IEEE802154_FILTER_TYPE_PAN_ID, /**< PAN id type filter */ 600 /** PAN ID, in CPU byte order */ 702 * Indicates whether the device is a PAN coordinator. This influences 834 * an IEEE 802.15.4 FFD coordinator or PAN coordintor but a simple RFD 838 * peer devices (typically FFD coordinators or PAN coordinators) "CSL 962 * (e.g. TSCH, beacon-enabled PAN including DSME), low-energy (e.g. 987 * beacons of a single PAN, periodic ranging "blinks"), a single 1581 * @brief Set/Unset PAN ID, extended or short address filters. 1591 * list (a PAN ID or a source/destination address)
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 129 hex "IEEE 802.15.4 PAN ID" 132 The PAN ID to use by default in the sample.
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.nrfx | 72 bool "Allow enabling the SPIM driver despite PAN 58"
|
D | spi_nrfx_spim.c | 378 LOG_DBG("PAN 58 workaround enabled for %s: ppi %u, gpiote %u", in anomaly_58_workaround_init() 459 "nRF52832 PAN 58"); in transfer_next_chunk()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 102 #define BT_SDP_UPNP_PAN_SVCLASS 0x1300 /**< UPnP IP PAN */
|