Add scheduled scan driver operations
[mech_eap.git] / src / drivers / driver_ndis.c
index 19db3e1..0410577 100644 (file)
@@ -3331,5 +3331,7 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* sta_assoc */,
        NULL /* sta_auth */,
        NULL /* add_tspec */,
-       NULL /* add_sta_node */
+       NULL /* add_sta_node */,
+       NULL /* sched_scan */,
+       NULL /* stop_sched_scan */
 };