Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dmwlhal.h321 int mwl_hal_setradardetection(struct mwl_hal *mh, MWL_HAL_RADAR action);
H A Dif_mwl.c4093 mwl_hal_setradardetection(mh, DR_CHK_CHANNEL_AVAILABLE_STOP); in mwl_newstate()
4096 mwl_hal_setradardetection(mh, DR_DFS_DISABLE); in mwl_newstate()
4127 mwl_hal_setradardetection(mh, DR_CHK_CHANNEL_AVAILABLE_START); in mwl_newstate()
4159 mwl_hal_setradardetection(mh, in mwl_newstate()
H A Dmwlhal.c816 mwl_hal_setradardetection(struct mwl_hal *mh0, MWL_HAL_RADAR action) in mwl_hal_setradardetection() function