Add more wpa_supplicant AP mode parameters for the driver wrapper
This makes it easier to configure AP mode for drivers that take care of WPA/RSN IE generation.
This commit is contained in:
parent
4b768ed0b2
commit
508545f3a9
3 changed files with 24 additions and 2 deletions
|
@ -688,7 +688,7 @@ static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
|
|||
}
|
||||
|
||||
|
||||
static enum wpa_cipher cipher_suite2driver(int cipher)
|
||||
enum wpa_cipher cipher_suite2driver(int cipher)
|
||||
{
|
||||
switch (cipher) {
|
||||
case WPA_CIPHER_NONE:
|
||||
|
@ -706,7 +706,7 @@ static enum wpa_cipher cipher_suite2driver(int cipher)
|
|||
}
|
||||
|
||||
|
||||
static enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
|
||||
enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
|
||||
{
|
||||
switch (key_mgmt) {
|
||||
case WPA_KEY_MGMT_NONE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue