blob: 59771b378b54f137e1fda3578918215916194408 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
Jeff Johnson348973e2018-11-22 16:51:12 -08002 * Copyright (c) 2012-2015, 2018 The Linux Foundation. All rights reserved.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004 * Permission to use, copy, modify, and/or distribute this software for
5 * any purpose with or without fee is hereby granted, provided that the
6 * above copyright notice and this permission notice appear in all
7 * copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080019#if !defined(__LIM_SESSION_UTILS_H)
20#define __LIM_SESSION_UTILS_H
21
Jeff Johnson9320c1e2018-12-02 13:09:20 -080022uint8_t is_lim_session_off_channel(struct mac_context *mac, uint8_t sessionId);
23uint8_t lim_is_chan_switch_running(struct mac_context *mac);
24uint8_t lim_is_in_mcc(struct mac_context *mac);
25uint8_t pe_get_current_stas_count(struct mac_context *mac);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080026
27#endif /* #if !defined( __LIM_SESSION_UTILS_H ) */