Add initial support for common property key constants
[connman] / plugins / wifi.c
index 92e5787..a86b00e 100644 (file)
@@ -189,4 +189,4 @@ static void wifi_exit(void)
 }
 
 CONNMAN_PLUGIN_DEFINE(wifi, "WiFi interface plugin", VERSION,
-                                                       wifi_init, wifi_exit)
+               CONNMAN_PLUGIN_PRIORITY_DEFAULT, wifi_init, wifi_exit)