Lines Matching +full:scan +full:- +full:interval

1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
170 if (a->mode != b->mode) in wpan_phy_cca_cmp()
173 if (a->mode == NL802154_CCA_ENERGY_CARRIER) in wpan_phy_cca_cmp()
174 return a->opt == b->opt; in wpan_phy_cca_cmp()
180 * enum wpan_phy_flags - WPAN PHY state flags
212 * This is a PIB according to 802.15.4-2011.
213 * We do not provide timing-related variables, as they
257 return read_pnet(&wpan_phy->_net); in wpan_phy_net()
262 write_pnet(&wpan_phy->_net, net); in wpan_phy_net_set()
270 !(phy->supported.channels[page] & BIT(channel))) in ieee802154_chan_is_valid()
277 * struct ieee802154_addr - IEEE802.15.4 device address
279 * - @IEEE802154_ADDR_NONE
280 * - @IEEE802154_ADDR_SHORT
281 * - @IEEE802154_ADDR_LONG
296 * struct ieee802154_coord_desc - Coordinator descriptor
314 * struct ieee802154_pan_device - PAN device information
330 * struct cfg802154_scan_request - Scan request
332 * @type: type of scan to be performed
333 * @page: page on which to perform the scan
337 * @wpan_dev: the wpan device on which to perform the scan
338 * @wpan_phy: the wpan phy on which to perform the scan
350 * struct cfg802154_beacon_request - Beacon request descriptor
352 * @interval: interval n between sendings, in multiple order of the super frame
353 * duration: aBaseSuperframeDuration * (2^n) unless the interval
356 * that it should answer beacon requests as part of active scan
362 u8 interval; member
368 * struct cfg802154_mac_pkt - MAC packet descriptor (beacon/command)
462 * skb->cb. This should be changed to give these information as
523 struct wpan_dev *wpan_dev = dev->ieee802154_ptr; in wpan_dev_hard_header()
525 return wpan_dev->header_ops->create(skb, dev, daddr, saddr, len); in wpan_dev_hard_header()
533 phy->dev.parent = dev; in wpan_phy_set_dev()
545 return &phy->priv; in wpan_phy_priv()
552 put_device(&phy->dev); in wpan_phy_put()
557 return dev_name(&phy->dev); in wpan_phy_name()
564 * cfg802154_device_is_associated - Checks whether we are associated to any device
571 * cfg802154_device_is_parent - Checks if a device is our coordinator
580 * cfg802154_device_is_child - Checks whether a device is associated to us
590 * cfg802154_set_max_associations - Limit the number of future associations
599 * cfg802154_get_free_short_addr - Get a free address among the known devices