Jouni Malinen
504e905c6e
Add a driver op for enabling Probe Request reporting in station mode
2010-01-03 13:30:22 +02:00
Jouni Malinen
719347511a
Get rid of unnecessary typedefs for enums.
2009-12-26 10:35:08 +02:00
Jouni Malinen
8a5ab9f5e5
Fix init2() driver_ops to get the correct global driver context
...
Need to provide the private driver context, not the wpa_supplicant
global context, in init2() call.
2009-11-28 18:11:16 +02:00
Jouni Malinen
ec8d20187d
Remove obsoleted get_scan_results() driver_ops
...
This has now been replaced with get_scan_results2() in every
in-tree driver.
2009-11-23 21:33:37 +02:00
Jouni Malinen
c2e8d0a092
Remove deprecated scan and set_probe_req_ie driver_ops
...
These have been replaced with scan2 driver_ops that provides all
parameters in a single call.
2009-11-23 21:13:46 +02:00
Jouni Malinen
4a867032ae
Remove deprecated driver_ops handlers
...
This gets rid of previously deprecated driver_ops handlers set_wpa,
set_drop_unencrypted, set_auth_alg, set_mode. The same functionality
can be achieved by using the init/deinit/associate handlers.
2009-11-23 20:22:38 +02:00
Jouni Malinen
642187d6bf
Merge set_key and hapd_set_key driver_ops into a single function
2009-11-23 16:58:32 +02:00
Jouni Malinen
5d67487244
Merge set_beacon driver_ops into a single one
...
Clean up driver interface by merging hostapd and wpa_supplicant
specific set_beacon driver_ops into a single one. In addition,
merge set_beacon_int into to the same operation.
2009-11-23 15:26:05 +02:00
Jouni Malinen
4bc181ecc7
Add new wpa_supplicant driver op for setting 802.1X port status
...
This can be used with drivers that implement PAE to control whether
normal data frames (non-EAPOL) are allowed.
2009-04-22 16:01:37 +03:00
Jouni Malinen
a8d6ffa48f
wpa_supplicant AP: Add sta_set_flags
2009-04-20 16:33:13 +03:00
Jouni Malinen
db149ac949
wpa_supplicant AP: Add EAPOL frame TX and RX
...
This allows WPA-Personal 4-way handshake to be completed successfully.
2009-04-20 16:27:45 +03:00
Jouni Malinen
0f4e8b4f65
wpa_supplicant AP: add sta_add() and sta_remove()
2009-04-17 20:09:20 +03:00
Jouni Malinen
6caf9ca68c
Share same hw_feature definitions between hostapd and wpa_supplicant
2009-04-03 19:04:20 +03:00
Jouni Malinen
d2440ba01b
Add Beacon configuration for wpa_supplicant AP mode
2009-04-02 16:09:48 +03:00
Jouni Malinen
2d5b792d2b
Add preliminary hostapd data structure initialization for AP mode
...
wpa_supplicant can now initialize hostapd data structures when mode=2 is
used to set up an AP. The hostapd configuration is not yet set based on
wpa_supplicant network configuration block. In addition, the glue code
for hostapd driver_ops needs number of functions that will be needed for
AP functionality.
2009-03-26 20:37:05 +02:00