Searched refs:bwfm_rx_leave_ind (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | bwfm.c | 154 void bwfm_rx_leave_ind(struct bwfm_softc *, struct bwfm_event *, size_t, int); 2499 bwfm_rx_leave_ind(sc, e, len, IEEE80211_FC0_SUBTYPE_DEAUTH); in bwfm_rx_deauth_ind() 2505 bwfm_rx_leave_ind(sc, e, len, IEEE80211_FC0_SUBTYPE_DISASSOC); in bwfm_rx_disassoc_ind() 2509 bwfm_rx_leave_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len, in bwfm_rx_leave_ind() function
|