mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
wireless/wapi: fix wapi wpa_wconfig_s alg data type error
Signed-off-by: zrrong <zrrong@bouffalolab.com>
This commit is contained in:
parent
cc7653b8c7
commit
d17c9509f6
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ struct wpa_wconfig_s
|
|||
uint8_t cipher_mode; /* IW_AUTH_PAIRWISE_CIPHER and
|
||||
* IW_AUTH_GROUP_CIPHER values, e.g.,
|
||||
* IW_AUTH_CIPHER_CCMP */
|
||||
uint8_t alg; /* See enum wpa_alg_e above, e.g.
|
||||
enum wpa_alg_e alg; /* See enum wpa_alg_e above, e.g.
|
||||
* WPA_ALG_CCMP */
|
||||
double freq; /* Channel frequency */
|
||||
enum wapi_freq_flag_e flag; /* Channel frequency flag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue