Searched refs:hostapd_sta_info (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/ap/ |
D | taxonomy.h | 16 struct hostapd_sta_info *sta,
|
D | beacon.h | 26 void sta_track_del(struct hostapd_sta_info *info);
|
D | beacon.c | 1225 struct hostapd_sta_info *info; in sta_track_expire() 1231 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_expire() 1249 static struct hostapd_sta_info * sta_track_get(struct hostapd_iface *iface, in sta_track_get() 1252 struct hostapd_sta_info *info; in sta_track_get() 1254 dl_list_for_each(info, &iface->sta_seen, struct hostapd_sta_info, list) in sta_track_get() 1264 struct hostapd_sta_info *info; in sta_track_add() 1326 struct hostapd_sta_info *info; in sta_track_claim_taxonomy_info() 1553 struct hostapd_sta_info *info; in handle_probe_req() 1824 void sta_track_del(struct hostapd_sta_info *info) in sta_track_del()
|
D | taxonomy.c | 278 struct hostapd_sta_info *info, in taxonomy_hostapd_sta_info_probe_req()
|
D | hostapd.h | 500 struct hostapd_sta_info { struct
|
D | hostapd.c | 674 struct hostapd_sta_info *info; in sta_track_deinit() 679 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_deinit()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 3179 struct hostapd_sta_info *info; in hostapd_ctrl_iface_track_sta_list() 3192 struct hostapd_sta_info, list) { in hostapd_ctrl_iface_track_sta_list()
|