Searched refs:sta_info (Results 1 – 4 of 4) sorted by relevance
41 struct sta_info { struct42 struct sta_info *next; /* next entry in sta list */ argument43 struct sta_info *hnext; /* next entry in hash table list */ argument102 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,105 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);106 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);107 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);110 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,113 struct sta_info *sta);114 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);[all …]
13 struct sta_info;
33 struct sta_info *sta; in ieee802_1x_receive()
20 struct sta_info;