#include <drv_types.h>
#include <rtw_debug.h>
#include <asm/unaligned.h>
void init_mlme_ap_info(struct adapter *padapter)
{ … }
void free_mlme_ap_info(struct adapter *padapter)
{ … }
static void update_BCNTIM(struct adapter *padapter)
{ … }
static u8 chk_sta_is_alive(struct sta_info *psta)
{ … }
void expire_timeout_chk(struct adapter *padapter)
{ … }
void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level)
{ … }
void update_bmc_sta(struct adapter *padapter)
{ … }
void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta)
{ … }
static void update_ap_info(struct adapter *padapter, struct sta_info *psta)
{ … }
static void update_hw_ht_param(struct adapter *padapter)
{ … }
void start_bss_network(struct adapter *padapter)
{ … }
int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len)
{ … }
void rtw_set_macaddr_acl(struct adapter *padapter, int mode)
{ … }
int rtw_acl_add_sta(struct adapter *padapter, u8 *addr)
{ … }
void rtw_acl_remove_sta(struct adapter *padapter, u8 *addr)
{ … }
u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta)
{ … }
static int rtw_ap_set_key(
struct adapter *padapter,
u8 *key,
u8 alg,
int keyid,
u8 set_tx
)
{ … }
int rtw_ap_set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid)
{ … }
int rtw_ap_set_wep_key(
struct adapter *padapter,
u8 *key,
u8 keylen,
int keyid,
u8 set_tx
)
{ … }
static void update_bcn_fixed_ie(struct adapter *padapter)
{ … }
static void update_bcn_erpinfo_ie(struct adapter *padapter)
{ … }
static void update_bcn_htcap_ie(struct adapter *padapter)
{ … }
static void update_bcn_htinfo_ie(struct adapter *padapter)
{ … }
static void update_bcn_rsn_ie(struct adapter *padapter)
{ … }
static void update_bcn_wpa_ie(struct adapter *padapter)
{ … }
static void update_bcn_wmm_ie(struct adapter *padapter)
{ … }
static void update_bcn_wps_ie(struct adapter *padapter)
{ … }
static void update_bcn_p2p_ie(struct adapter *padapter)
{ … }
static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui)
{ … }
void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx)
{ … }
static int rtw_ht_operation_update(struct adapter *padapter)
{ … }
void associated_clients_update(struct adapter *padapter, u8 updated)
{ … }
void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta)
{ … }
u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta)
{ … }
u8 ap_free_sta(
struct adapter *padapter,
struct sta_info *psta,
bool active,
u16 reason
)
{ … }
void rtw_sta_flush(struct adapter *padapter)
{ … }
void sta_info_update(struct adapter *padapter, struct sta_info *psta)
{ … }
void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta)
{ … }
void rtw_ap_restore_network(struct adapter *padapter)
{ … }
void start_ap_mode(struct adapter *padapter)
{ … }
void stop_ap_mode(struct adapter *padapter)
{ … }