Searched refs:asc_isc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1391 (void) ath_reset(&asc->asc_isc); in ath_calibrate() 1405 ieee80211com_t *ic = &asc->asc_isc; in ath_watchdog() 1696 IEEE80211_ADDR_COPY(asc->asc_isc.ic_macaddr, macaddr); in ath_m_unicst() 1697 ATH_HAL_SETMAC(ah, asc->asc_isc.ic_macaddr); in ath_m_unicst() 1699 (void) ath_reset(&asc->asc_isc); in ath_m_unicst() 1766 err = ieee80211_setprop(&asc->asc_isc, pr_name, wldp_pr_num, in ath_m_setprop() 1775 (void) ieee80211_new_state(&asc->asc_isc, in ath_m_setprop() 1794 err = ieee80211_getprop(&asc->asc_isc, pr_name, wldp_pr_num, in ath_m_getprop() 1806 ieee80211_propinfo(&asc->asc_isc, pr_name, wldp_pr_num, mph); in ath_m_propinfo() 1815 err = ieee80211_ioctl(&asc->asc_isc, wq, mp); in ath_m_ioctl() [all …]
|
H A D | ath_impl.h | 261 ieee80211com_t asc_isc; /* IEEE 802.11 common */ member
|
H A D | ath_aux.c | 446 struct ieee80211com *ic = &asc->asc_isc; in ath_chan_change() 467 ieee80211com_t *ic = &asc->asc_isc; in ath_chan_set()
|