Jouni Malinen
282d55908b
wpa_supplicant AP: Add get_hw_feature_data
...
This is enough to allow open mode association to be completed with
driver_nl80211.c.
2009-04-03 19:11:22 +03:00
Jouni Malinen
0892aaaf51
Set own MAC address in AP data structures
2009-04-03 16:53:09 +03:00
Jouni Malinen
2c2010acda
Implement management frame TX for wpa_supplicant AP mode
2009-04-03 16:45:09 +03:00
Jouni Malinen
0915d02c3c
wpa_supplicant AP: Add management frame RX for nl80211
2009-04-02 21:59:14 +03:00
Jouni Malinen
d2440ba01b
Add Beacon configuration for wpa_supplicant AP mode
2009-04-02 16:09:48 +03:00
Jouni Malinen
0f2b2c1973
Add needed AP driver wrappers (most of which are still to-do)
2009-03-27 17:13:54 +02:00
Jouni Malinen
07f117edb5
Set hostapd configuration based on wpa_supplicant AP mode config
2009-03-27 16:45:47 +02: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
Jouni Malinen
1f1b62a0f0
Move wpa_supplicant_create_ap() into ap.c
2009-03-26 16:08:17 +02:00
Jouni Malinen
089757c6a9
Fix wpa_supplicant AP build after hostapd header file cleanup
2009-03-25 16:35:26 +02:00
Jouni Malinen
f1a4871084
Link in AP functionality from hostapd when CONFIG_AP=y
...
This is only allowing the code to be compiled and linked in; the actual
functionality is not yet enabled.
2009-03-25 12:23:42 +02:00