Searched defs:sta_info (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h40 struct sta_info { struct
41 struct sta_info *next; /* next entry in sta list */
42 struct sta_info *hnext; /* next entry in hash table list */
163 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
167 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
168 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
169 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
172 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
174 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *st
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h40 struct sta_info { struct
41 struct sta_info *next; /* next entry in sta list */
42 struct sta_info *hnext; /* next entry in hash table list */
163 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
167 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
168 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
169 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
172 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
174 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *st
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h40 struct sta_info { struct
41 struct sta_info *next; /* next entry in sta list */
42 struct sta_info *hnext; /* next entry in hash table list */
163 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
167 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
168 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
169 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
172 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
174 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *st
[all...]

Completed in 101 milliseconds