Home
last modified time | relevance | path

Searched refs:sta_info (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dsta_info.h41 struct sta_info { struct
42 struct sta_info *next; /* next entry in sta list */ argument
43 struct sta_info *hnext; /* next entry in hash table list */ argument
102 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 …]
Dieee802_1x.h13 struct sta_info;
Dieee802_1x.c33 struct sta_info *sta; in ieee802_1x_receive()
Dhostapd.h20 struct sta_info;