OSDN Git Service

Add ANDROID-related changes
[android-x86/external-wpa_supplicant_6.git] / wpa_supplicant / src / drivers / driver_wext.h
index b89c2cb..d956b3a 100644 (file)
@@ -79,4 +79,13 @@ int wpa_driver_wext_set_auth_param(struct wpa_driver_wext_data *drv,
 int wpa_driver_wext_cipher2wext(int cipher);
 int wpa_driver_wext_keymgmt2wext(int keymgmt);
 
+#ifdef ANDROID
+#define WEXT_NUMBER_SCAN_CHANNELS_FCC  11
+#define WEXT_NUMBER_SCAN_CHANNELS_ETSI 13
+#define WEXT_NUMBER_SCAN_CHANNELS_MKK1 14
+
+#define WPA_DRIVER_WEXT_WAIT_US                400000
+#define MAX_DRV_CMD_SIZE               248
+#endif
+
 #endif /* DRIVER_WEXT_H */