Searched refs:is_assoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_sta.h214 boolean_t is_assoc);
H A Dif_iwm_sta.c277 boolean_t is_assoc)
301 if (is_assoc)
276 iwm_mvm_rm_sta(struct iwm_softc *sc, struct ieee80211vap *vap, boolean_t is_assoc) argument
H A Dif_iwm_mac_ctxt.c433 ctxt_sta->is_assoc = htole32(1);
435 ctxt_sta->is_assoc = htole32(0);
H A Dif_iwmreg.h3319 * @is_assoc: 1 for associated state, 0 otherwise
3330 uint32_t is_assoc; member in struct:iwm_mac_data_sta

Completed in 143 milliseconds