hostap/src
Joel Cunningham 04f02faac4 Fix wpa_cipher_to_alg() return type
wpa_cipher_to_alg() returns enumerated values from enum wpa_alg and all
uses of the return value treat it as enum wpa_alg (by either assigning
it to a variable of type enum wpa_alg or passing to a function that
expects enum wpa_alg).

This commit updates the return value to match the expected usage
(enum  wpa_alg) rather than int. This ensures the return value is
of the proper type and eliminates the following compiler warnings:

ARM RVCT (2.2):
  'Warning: #188-D: enumerated type mixed with another type'

Signed-off-by: Joel Cunningham <joel.cunningham@me.com>
2016-12-21 12:48:16 +02:00
..
ap Fix race condition between AssocResp callback and 4addr event 2016-12-20 01:30:09 +02:00
common Fix wpa_cipher_to_alg() return type 2016-12-21 12:48:16 +02:00
crypto OpenSSL: Make sure local certificate auto chaining is enabled 2016-12-21 12:23:15 +02:00
drivers nl80211: Specify the BSSID in the QCA vendor scan 2016-12-11 21:36:16 +02:00
eap_common TLS: Split tls_connection_prf() into two functions 2016-05-23 20:40:12 +03:00
eap_peer eap_proxy: Add support for SIM state change indication from eap_proxy 2016-12-19 22:21:07 +02:00
eap_server ERP: Update client identity based on EAP-Initiate/Re-auth 2016-10-22 23:13:17 +03:00
eapol_auth RADIUS: Share a single function for generating session IDs 2016-02-06 17:19:35 +02:00
eapol_supp eap_proxy: Add support for SIM state change indication from eap_proxy 2016-12-19 22:21:07 +02:00
fst FST: Fix search for peer's "other" connection 2016-09-08 11:17:45 +03:00
l2_packet l2_packet: Extend bridge workaround RX processing to cover two frames 2016-01-07 13:30:59 +02:00
p2p P2P: Do not use wait_time for SD Response TX without fragmentation 2016-12-21 00:18:03 +02:00
pae PAE: Make KaY specific details available via control interface 2016-12-18 17:47:05 +02:00
radius radius: Sanity check for NULL pointer segfault 2016-08-19 12:16:20 +03:00
rsn_supp PeerKey: Fix STK 4-way handshake regression 2016-12-18 19:56:05 +02:00
tls Fix typo in DigestAlgorithn 2016-10-29 11:14:09 +03:00
utils Removed redundant NULL check for b in wpabuf_concat() 2016-10-28 19:05:08 +03:00
wps Share a single str_starts() implementation 2016-08-06 12:38:21 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00