Searched refs:lkpi_sta (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.h | 143 struct lkpi_sta { struct 144 TAILQ_ENTRY(lkpi_sta) lsta_entry; 163 #define STA_TO_LSTA(_sta) container_of(_sta, struct lkpi_sta, sta) argument 179 TAILQ_HEAD(, lkpi_sta) lsta_head; 180 struct lkpi_sta *lvif_bss; 413 struct lkpi_sta *, enum ieee80211_sta_state);
|
H A D | linux_80211.c | 145 static struct lkpi_sta *lkpi_find_lsta_by_ni(struct lkpi_vif *, 148 static void lkpi_80211_txq_tx_one(struct lkpi_sta *, struct mbuf *); 230 lkpi_lsta_dump(struct lkpi_sta *lsta, struct ieee80211_node *ni, in lkpi_lsta_dump() 251 lkpi_lsta_remove(struct lkpi_sta *lsta, struct lkpi_vif *lvif) in lkpi_lsta_remove() 263 static struct lkpi_sta * 267 struct lkpi_sta *lsta; in lkpi_lsta_alloc() 393 lkpi_lsta_free(struct lkpi_sta *lsta, struct ieee80211_node *ni) in lkpi_lsta_free() 759 struct lkpi_sta *lsta; in _lkpi_iv_key_set_delete() 1076 lkpi_80211_flush_tx(struct lkpi_hw *lhw, struct lkpi_sta *lsta) in lkpi_80211_flush_tx() 1133 struct lkpi_sta *lsta; in lkpi_sta_scan_to_auth() [all …]
|
H A D | linux_80211_macops.c | 326 struct lkpi_sta *lsta; in lkpi_80211_mo_sta_add() 355 struct lkpi_sta *lsta; in lkpi_80211_mo_sta_remove() 382 struct lkpi_sta *lsta, enum ieee80211_sta_state nstate) in lkpi_80211_mo_sta_state()
|