Home
last modified time | relevance | path

Searched refs:mwl_hal_newstation (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/dev/mwl/
H A Dmwlhal.h553 int mwl_hal_newstation(struct mwl_hal_vap *, const uint8_t addr[6],
H A Dif_mwl.c3917 error = mwl_hal_newstation(hvap, ni->ni_macaddr, in mwl_peerstadb()
3925 * AUTH state because the call to mwl_hal_newstation in mwl_peerstadb()
4043 error = mwl_hal_newstation(hvap, vap->iv_myaddr, 0, 0, in mwl_localstadb()
4054 error = mwl_hal_newstation(hvap, vap->iv_myaddr, in mwl_localstadb()
H A Dmwlhal.c1683 mwl_hal_newstation(struct mwl_hal_vap *vap, in mwl_hal_newstation() function