Symbol: wihap_sta_info
sys/dev/ic/if_wi_hostap.c
1040
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
1060
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
1098
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
1180
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
268
struct wihap_sta_info *sta, *next;
sys/dev/ic/if_wi_hostap.c
329
wihap_sta_movetail(struct wihap_info *whi, struct wihap_sta_info *sta)
sys/dev/ic/if_wi_hostap.c
341
struct wihap_sta_info *sta, *next;
sys/dev/ic/if_wi_hostap.c
399
struct wihap_sta_info *sta = v;
sys/dev/ic/if_wi_hostap.c
423
wihap_sta_delete(struct wihap_sta_info *sta)
sys/dev/ic/if_wi_hostap.c
446
struct wihap_sta_info *
sys/dev/ic/if_wi_hostap.c
450
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
482
struct wihap_sta_info *
sys/dev/ic/if_wi_hostap.c
486
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
497
wihap_check_rates(struct wihap_sta_info *sta, u_int8_t rates[], int rates_len)
sys/dev/ic/if_wi_hostap.c
541
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
717
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
73
struct wihap_sta_info *wihap_sta_alloc(struct wi_softc *sc, u_int8_t *addr);
sys/dev/ic/if_wi_hostap.c
74
void wihap_sta_delete(struct wihap_sta_info *sta);
sys/dev/ic/if_wi_hostap.c
75
struct wihap_sta_info *wihap_sta_find(struct wihap_info *whi, u_int8_t *addr);
sys/dev/ic/if_wi_hostap.c
857
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.c
886
struct wihap_sta_info *sta;
sys/dev/ic/if_wi_hostap.h
112
TAILQ_HEAD(sta_list, wihap_sta_info) sta_list;
sys/dev/ic/if_wi_hostap.h
113
LIST_HEAD(sta_hash, wihap_sta_info) sta_hash[WI_STA_HASH_SIZE];
sys/dev/ic/if_wi_hostap.h
80
TAILQ_ENTRY(wihap_sta_info) list;
sys/dev/ic/if_wi_hostap.h
81
LIST_ENTRY(wihap_sta_info) hash;