Home
last modified time | relevance | path

Searched refs:active_dwell (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h5467 uint8_t active_dwell; member
5867 uint8_t active_dwell; member
5878 uint8_t active_dwell; member
5888 uint8_t active_dwell; member
5902 uint8_t active_dwell[2]; member
5917 uint8_t active_dwell[2]; member
H A Dif_iwm.c7777 req->active_dwell = 10; in iwm_lmac_scan()
8041 req->v8.active_dwell[IWM_SCAN_LB_LMAC_IDX] = 10; in iwm_umac_scan()
8044 req->v7.active_dwell = 10; in iwm_umac_scan()
8050 req->v1.active_dwell = 10; in iwm_umac_scan()
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h6907 uint8_t active_dwell; member
6918 uint8_t active_dwell; member
6928 uint8_t active_dwell; member
6942 uint8_t active_dwell[2]; member
6957 uint8_t active_dwell[2]; member
7006 uint8_t active_dwell[IWX_SCAN_TWO_LMACS]; member
H A Dif_iwx.c7060 uint8_t active_dwell, passive_dwell; in iwx_scan_umac_dwell_v10() local
7062 active_dwell = IWX_SCAN_DWELL_ACTIVE; in iwx_scan_umac_dwell_v10()
7094 general_params->active_dwell[IWX_SCAN_LB_LMAC_IDX] = active_dwell; in iwx_scan_umac_dwell_v10()
7096 general_params->active_dwell[IWX_SCAN_HB_LMAC_IDX] = active_dwell; in iwx_scan_umac_dwell_v10()