mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Add two new development ports tracking the latest w1.fi development. WPA developement is hosted at git://w1.fi/hostap.git however ports plumbing provides API access to github. Therefore I cloned/forked hostap, renaming "origin" to "upstream," with a brand-new "origin" located on github. In theory this will allow me to git pull from git://w1.fi/hostap.git and push to my github repo. This will coincide with base tracking more recent developent at w1.fi, supporting WPA3. Discussed with: phillip@
16 lines
464 B
C
16 lines
464 B
C
--- wpa_supplicant/wpa_supplicant.c.orig 2019-04-21 03:10:22.000000000 -0400
|
|
+++ wpa_supplicant/wpa_supplicant.c 2019-05-15 22:44:44.919859000 -0400
|
|
@@ -6357,13 +6357,6 @@
|
|
if (params == NULL)
|
|
return NULL;
|
|
|
|
-#ifdef CONFIG_DRIVER_NDIS
|
|
- {
|
|
- void driver_ndis_init_ops(void);
|
|
- driver_ndis_init_ops();
|
|
- }
|
|
-#endif /* CONFIG_DRIVER_NDIS */
|
|
-
|
|
#ifndef CONFIG_NO_WPA_MSG
|
|
wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
|
|
#endif /* CONFIG_NO_WPA_MSG */
|