Searched refs:ap_data (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_ap.h | 165 struct ap_data { struct 223 void hostap_free_data(struct ap_data *ap); argument 224 void hostap_check_sta_fw_version(struct ap_data *ap, int sta_fw_ver); 250 int hostap_is_sta_assoc(struct ap_data *ap, u8 *sta_addr); 251 int hostap_is_sta_authorized(struct ap_data *ap, u8 *sta_addr); 252 int hostap_add_sta(struct ap_data *ap, u8 *sta_addr); 253 int hostap_update_rx_stats(struct ap_data *ap, struct ieee80211_hdr *hdr, 260 void hostap_deauth_all_stas(struct net_device *dev, struct ap_data *ap,
|
D | hostap.h | 66 int ap_control_kick_mac(struct ap_data *ap, struct net_device *dev, u8 *mac); 67 void ap_control_kickall(struct ap_data *ap); 68 void * ap_crypt_get_ptrs(struct ap_data *ap, u8 *addr, int permanent, 75 int prism2_hostapd(struct ap_data *ap, struct prism2_hostapd_param *param);
|
D | hostap_ap.c | 56 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta); 72 struct ap_data *ap = PDE_DATA(file_inode(m->file)); in ap_debug_proc_show() 86 static void ap_sta_hash_add(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_add() 92 static void ap_sta_hash_del(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_del() 112 static void ap_free_sta(struct ap_data *ap, struct sta_info *sta) in ap_free_sta() 179 struct ap_data *ap; in ap_handle_timer() 292 void hostap_deauth_all_stas(struct net_device *dev, struct ap_data *ap, in hostap_deauth_all_stas() 323 struct ap_data *ap = PDE_DATA(file_inode(m->file)); in ap_control_proc_show() 355 struct ap_data *ap = PDE_DATA(file_inode(m->file)); in ap_control_proc_start() 362 struct ap_data *ap = PDE_DATA(file_inode(m->file)); in ap_control_proc_next() [all …]
|
D | hostap_wlan.h | 682 struct ap_data *ap;
|
D | hostap_hw.c | 3076 3 + sizeof(struct ap_data); in prism2_init_local_data() 3084 local->ap = (struct ap_data *) ((((long) (local + 1)) + 3) & ~3); in prism2_init_local_data()
|