wireless/wapi: fix wapi wpa_wconfig_s sta_mode data type error

This commit is contained in:
Norman Rasmussen 2022-06-13 04:08:54 -07:00 committed by Xiang Xiao
parent 835f43524b
commit ce7c9ae65b

View File

@ -271,7 +271,7 @@ enum wpa_alg_e
struct wpa_wconfig_s struct wpa_wconfig_s
{ {
uint8_t sta_mode; /* Mode of operation, e.g. IW_MODE_INFRA */ enum wapi_mode_e sta_mode; /* Mode of operation, e.g. IW_MODE_INFRA */
uint8_t auth_wpa; /* IW_AUTH_WPA_VERSION values, e.g. uint8_t auth_wpa; /* IW_AUTH_WPA_VERSION values, e.g.
* IW_AUTH_WPA_VERSION_WPA2 */ * IW_AUTH_WPA_VERSION_WPA2 */
uint8_t cipher_mode; /* IW_AUTH_PAIRWISE_CIPHER and uint8_t cipher_mode; /* IW_AUTH_PAIRWISE_CIPHER and