You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed 'features/nanostack/sal-stack-nanostack/' changes from fb7413b..cc03296
cc03296 Merge branch 'release_internal' into release_external
59397d1 Fixed Wi-SUN border router restart after settings change
8295a43 PAE authenticator TLS authentication limit based on dynamic value
2776cfe RPL config update not re-start whole BR again just increment version number and with new parameters.
bec4d48 Fixed FHSS testing now it follow configured channel count not a wi-sun configured Default.
b9cad9d Remove floating point literals from Thread code
423a48f RPL link etx validation update
89a497a Merge branch 'release_internal' into release_external
c8cc660 Merge pull request #2336 from ARMmbed/sync_with_mbedos
ac5f369 MBEDTLS_SSL_EXPORT_KEYS added to Nanostack's tls_sec_prot_lib
6522a08 Added missing optimizations based on mbedtls/baremetal.h config
0e8739f Added new global rng, needed for MbedTLS optimisations
d5db37e Prepare for upcoming MbedTLS changes
4271a9d Merge pull request #2335 from ARMmbed/sync_with_mbedos
e2db6ff Fixed error of function 'mac_fcf_lenght'
28fc2a9 Fixed error of structure
194e81b Fixed spelling mistake of structure
00ea3fb Remove test files
d7f7cc5 Merge branch 'release_internal' into release_external
132cd12 Merge pull request #2333 from ARMmbed/sync_with_mbedos
550a78e Fix function spelling mistake in Thread
74c6024 Fix function spelling mistake in border_router.c
89830ec Fix function spelling mistake in iphc_decompress.c
1728ae1 Fix function spelling mistake in lowpan_context.c
ed5d253 Fix function spelling mistake in lowpan_context.h
ecbca0a Fixed typo 'thead' in thread_neighbor_class.h
071911b Changed nanostack API network size to be a range of values
4756be4 NEW API for Validation RX Unicast schedule channel.
0b48e5c Channel Mask update ,support for excluded Channels and FHSS API pdate
ead1ade Start sending PAS message after EAPOL parent TX fails.
8de473b Implemented 802.15.4 mode setting (#2328)
975b9e6 Added missing configuration api empty functions
f7db06e Added configuration storage (#2283)
e9561f0 Removed mbedTLS internal include file
fe812c3 Changed certificate error message wording to be less fatal
97aaf5f Add network property API to Nanostack (#2318)
cfd1a4d Fixed Route cost calculation
5094614 Added opeation mode validation for detect unsupported values.
44f85aa Enabled RPL candidate list filtering and only certificate setup accept without limit.
145c739 Wi-sun address registration trigger update
d492575 Modified ARO registrations timeouts from the address lifetime
b898f04 Removed Extra version number update at revocation start.
b9d1409 Wi-sun config message consustent filter
dcebff9 Use RPL parent soft filtering only after bootstrap.
523593e Fixed Broken new channel mask update.
a3bcc2d Removed the PAN version change requirement from routers
bc919d8 Merge pull request #2315 from ARMmbed/merge_release_internal_to_master
git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: cc03296
Copy file name to clipboardExpand all lines: nanostack/platform/arm_hal_phy.h
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,8 @@ typedef enum {
79
79
PHY_EXTENSION_SET_RF_CONFIGURATION, /**< Set RF configuration using phy_rf_channel_configuration_s structure */
80
80
PHY_EXTENSION_FILTERING_SUPPORT, /**< Return filtering modes that can be supported by the PHY driver. See phy_link_filters_e */
81
81
PHY_EXTENSION_SET_TX_POWER, /**< Set TX output power which is given as percentage of maximum. 0 is the lowest possible TX power and 100 is the highest possible TX power */
82
-
PHY_EXTENSION_SET_CCA_THRESHOLD/**< Set CCA threshold which is given as percentage of maximum threshold. 0 is the lowest(strictest) possible threshold and 100 is the highest possible threshold */
82
+
PHY_EXTENSION_SET_CCA_THRESHOLD, /**< Set CCA threshold which is given as percentage of maximum threshold. 0 is the lowest(strictest) possible threshold and 100 is the highest possible threshold */
83
+
PHY_EXTENSION_SET_802_15_4_MODE/**< Set IEEE 802.15.4 mode as defined by phy_802_15_4_mode_t*/
83
84
} phy_extension_type_e;
84
85
85
86
/** Address types */
@@ -172,6 +173,15 @@ typedef enum {
172
173
MODULATION_INDEX_UNDEFINED///< Modulation index undefined
0 commit comments