AP: Reorder WPA/Beacon initialization
Split WPA initialization into two parts so that the Beacon frames can be configured fully before the initial keys (GTK/IGTK) are configured. This makes it easier for drivers that depend on the AP security mode being fully set before the keys are configured.
This commit is contained in:
parent
bc45d4279f
commit
bdffdc5ddb
3 changed files with 33 additions and 8 deletions
|
@ -208,6 +208,7 @@ struct wpa_auth_callbacks {
|
|||
struct wpa_authenticator * wpa_init(const u8 *addr,
|
||||
struct wpa_auth_config *conf,
|
||||
struct wpa_auth_callbacks *cb);
|
||||
int wpa_init_keys(struct wpa_authenticator *wpa_auth);
|
||||
void wpa_deinit(struct wpa_authenticator *wpa_auth);
|
||||
int wpa_reconfig(struct wpa_authenticator *wpa_auth,
|
||||
struct wpa_auth_config *conf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue