.. | .. |
---|
2556 | 2556 | enum network_type nw_type, |
---|
2557 | 2557 | enum dot11_auth_mode dot11_auth_mode, |
---|
2558 | 2558 | enum auth_mode auth_mode, |
---|
2559 | | - enum crypto_type pairwise_crypto, |
---|
| 2559 | + enum ath6kl_crypto_type pairwise_crypto, |
---|
2560 | 2560 | u8 pairwise_crypto_len, |
---|
2561 | | - enum crypto_type group_crypto, |
---|
| 2561 | + enum ath6kl_crypto_type group_crypto, |
---|
2562 | 2562 | u8 group_crypto_len, int ssid_len, u8 *ssid, |
---|
2563 | 2563 | u8 *bssid, u16 channel, u32 ctrl_flags, |
---|
2564 | 2564 | u8 nw_subtype); |
---|
.. | .. |
---|
2610 | 2610 | |
---|
2611 | 2611 | int ath6kl_wmi_get_stats_cmd(struct wmi *wmi, u8 if_idx); |
---|
2612 | 2612 | int ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index, |
---|
2613 | | - enum crypto_type key_type, |
---|
| 2613 | + enum ath6kl_crypto_type key_type, |
---|
2614 | 2614 | u8 key_usage, u8 key_len, |
---|
2615 | 2615 | u8 *key_rsc, unsigned int key_rsc_len, |
---|
2616 | 2616 | u8 *key_material, |
---|