qcacld-3.0: Fix remaining compilation issues regarding WLAN_FEATURE_11W

When CONFIG_WLAN_FEATURE_11W is disabled, compilation of lahaina still fails
in a few areas. Even though CONFIG_WLAN_FEATURE_11W should be always be
enabled now, add appropriate fixes for the compilation issues in the event
that CONFIG_WLAN_FEATURE_11W is disabled.

Change-Id: I1743678df6b66a63160795374de7969f313f55d9
CRs-Fixed: 2601362
This commit is contained in:
Alan Chen
2020-01-10 15:33:38 -08:00
committed by nshrivas
부모 4939176a06
커밋 9fcd4d39f9
10개의 변경된 파일89개의 추가작업 그리고 22개의 파일을 삭제

파일 보기

@@ -632,7 +632,6 @@ struct wma_version_info {
u_int32_t revision;
};
#ifdef WLAN_FEATURE_11W
#define CMAC_IPN_LEN (6)
#define WMA_IGTK_KEY_INDEX_4 (4)
#define WMA_IGTK_KEY_INDEX_5 (5)
@@ -663,7 +662,6 @@ typedef struct {
wma_igtk_ipn_t key_id[2];
uint32_t key_cipher;
} wma_igtk_key_t;
#endif
struct roam_synch_frame_ind {
uint32_t bcn_probe_rsp_len;
@@ -759,9 +757,7 @@ struct wma_txrx_node {
tAddStaParams *addBssStaContext;
uint8_t aid;
uint8_t rmfEnabled;
#ifdef WLAN_FEATURE_11W
wma_igtk_key_t key;
#endif /* WLAN_FEATURE_11W */
uint32_t uapsd_cached_val;
void *del_staself_req;
bool is_del_sta_defered;