Add Beacon configuration for wpa_supplicant AP mode

This commit is contained in:
Jouni Malinen 2009-04-02 16:09:48 +03:00 committed by Jouni Malinen
parent 74f2ad326f
commit d2440ba01b
7 changed files with 145 additions and 36 deletions

View file

@ -1327,5 +1327,7 @@ const struct wpa_driver_ops wpa_driver_test_ops = {
wpa_driver_test_init2,
wpa_driver_test_get_interfaces,
wpa_driver_test_scan,
NULL /* authenticate */
NULL /* authenticate */,
NULL /* set_beacon */,
NULL /* set_beacon_int */
};