18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Copyright (c) 2009-2011 Atheros Communications Inc. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Permission to use, copy, modify, and/or distribute this software for any 58c2ecf20Sopenharmony_ci * purpose with or without fee is hereby granted, provided that the above 68c2ecf20Sopenharmony_ci * copyright notice and this permission notice appear in all copies. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 98c2ecf20Sopenharmony_ci * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 108c2ecf20Sopenharmony_ci * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 118c2ecf20Sopenharmony_ci * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 128c2ecf20Sopenharmony_ci * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 138c2ecf20Sopenharmony_ci * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 148c2ecf20Sopenharmony_ci * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 158c2ecf20Sopenharmony_ci */ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_cistruct ath_beacon_config; 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciint ath9k_cmn_beacon_config_sta(struct ath_hw *ah, 208c2ecf20Sopenharmony_ci struct ath_beacon_config *conf, 218c2ecf20Sopenharmony_ci struct ath9k_beacon_state *bs); 228c2ecf20Sopenharmony_civoid ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah, 238c2ecf20Sopenharmony_ci struct ath_beacon_config *conf); 248c2ecf20Sopenharmony_civoid ath9k_cmn_beacon_config_ap(struct ath_hw *ah, 258c2ecf20Sopenharmony_ci struct ath_beacon_config *conf, 268c2ecf20Sopenharmony_ci unsigned int bc_buf); 27