Add Beacon configuration for wpa_supplicant AP mode
This commit is contained in:
parent
74f2ad326f
commit
d2440ba01b
7 changed files with 145 additions and 36 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue