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
macAcceptByPassUnknowDevice=0xfc, /*< Accept data trough MAC if packet is data can be authenticated by group key nad MIC. Security enforsment point must be handled carefully these packets */
268
269
macLoadBalancingBeaconTx=0xfd, /*< Trig Beacon from load balance module periodic */
269
270
macLoadBalancingAcceptAnyBeacon=0xfe, /*<Beacon accept state control from other network. Value size bool, data true=Enable, false=disable .*/
Copy file name to clipboardExpand all lines: nanostack/platform/arm_hal_phy.h
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ typedef enum {
64
64
PHY_EXTENSION_GET_TIMESTAMP, /**< Read 32-bit constant monotonic time stamp in us */
65
65
PHY_EXTENSION_SET_CSMA_PARAMETERS, /**< CSMA parameter's are given by phy_csma_params_t structure remember type cast uint8_t pointer to structure type*/
66
66
PHY_EXTENSION_GET_SYMBOLS_PER_SECOND, /**< Read Symbols per seconds which will help to convert symbol time to real time */
67
+
PHY_EXTENSION_SET_RF_CONFIGURATION/**< Set RF configuration using phy_rf_channel_parameters_s structure */
tr_debug("SW-MAC driver support rf extension %"PRIu32" symbol/seconds %"PRIu32" us symbol time length", rf_mac_setup->symbol_rate, rf_mac_setup->symbol_time_us);
0 commit comments