Home
last modified time | relevance | path

Searched full:pan (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c257 /* 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 …]
DKconfig64 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,
Dieee802154_shell.c119 "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",
Dieee802154.c306 /* 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()
Dieee802154_frame.h15 * @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
Dieee802154_utils.h181 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()
Dieee802154_frame.c104 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/
Dnrf52dk_nrf52832.conf2 # so PAN 58 doesn't matter, because the RX length is always 0.
/Zephyr-latest/soc/nordic/nrf52/
DCMakeLists.txt7 …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/
Dieee802154_shell_test.c65 "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()
Dieee802154_test.c48 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/
DKconfig.thread7 int "Default PAN ID"
21 string "Default Extended PAN ID"
24 Extended PAN ID for OpenThread with
DCMakeLists.txt99 kconfig_to_ot_option(CONFIG_OPENTHREAD_MULTIPAN_RCP OT_MULTIPAN_RCP "Enable Multi-PAN RCP")
/Zephyr-latest/dts/bindings/spi/
Dnordic,nrf-spim.yaml14 Enables the workaround for the nRF52832 SoC SPIM PAN 58 anomaly.
/Zephyr-latest/samples/net/openthread/shell/
DREADME.rst32 | PAN | MAC Address | Ch | dBm | LQI |
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c31 #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()
Dieee802154_b91.c37 /* 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()
Dieee802154_cc13xx_cc26xx.c738 /* Unslotted CSMA for non-beacon enabled PAN */
Dieee802154_dw1000_regs.h54 /* PAN ID (31:16) and Short Address (15:0) */
61 /* PAN Identifier */
/Zephyr-latest/include/zephyr/net/
Dieee802154.h168 /** 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
Dieee802154_radio.h467 /** 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/
DKconfig129 hex "IEEE 802.15.4 PAN ID"
132 The PAN ID to use by default in the sample.
/Zephyr-latest/drivers/spi/
DKconfig.nrfx72 bool "Allow enabling the SPIM driver despite PAN 58"
Dspi_nrfx_spim.c378 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/
Dsdp.h102 #define BT_SDP_UPNP_PAN_SVCLASS 0x1300 /**< UPnP IP PAN */

12