mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-03 09:12:05 +08:00
19 lines
451 B
Diff
19 lines
451 B
Diff
--- a/exports/nss_wifili_if.h
|
|
+++ b/exports/nss_wifili_if.h
|
|
@@ -751,6 +751,15 @@ struct nss_wifili_stats_notification {
|
|
struct nss_wifili_stats stats; /**< Wifili statistics. */
|
|
};
|
|
|
|
+/**
|
|
+ * nss_wifili_get_context
|
|
+ * Gets the Wi-Fi Li context used in NSS GRE transmit.
|
|
+ *
|
|
+ * @return
|
|
+ * Pointer to the NSS core context.
|
|
+ */
|
|
+extern struct nss_ctx_instance *nss_wifili_get_context(void);
|
|
+
|
|
#ifdef __KERNEL__ /* only kernel will use. */
|
|
|
|
/**
|