Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h364 u8 active_dwell; member
873 u8 active_dwell; member
884 u8 active_dwell; member
894 u8 active_dwell; member
908 u8 active_dwell[SCAN_TWO_LMACS]; member
923 u8 active_dwell[SCAN_TWO_LMACS]; member
1059 u8 active_dwell[SCAN_TWO_LMACS]; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c825 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell()
1297 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local
1300 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell()
1340 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1344 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell()
1347 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1348 active_dwell; in iwl_mvm_scan_umac_dwell()
1355 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1405 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell_v11() local
1408 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell_v11()
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c657 req->v7.active_dwell = 10; in iwm_umac_scan()
672 req->v1.active_dwell = 10; in iwm_umac_scan()
743 req->active_dwell = 10; in iwm_lmac_scan()
H A Dif_iwmreg.h5558 uint8_t active_dwell;
5935 * @active_dwell: dwell time for active scan per LMAC
5968 uint8_t active_dwell;
5979 uint8_t active_dwell;
5989 uint8_t active_dwell;
6003 uint8_t active_dwell[2];
6018 uint8_t active_dwell[2];
5554 uint8_t active_dwell; global() member
5964 uint8_t active_dwell; global() member
5975 uint8_t active_dwell; global() member
5985 uint8_t active_dwell; global() member
5999 uint8_t active_dwell[2]; global() member
6014 uint8_t active_dwell[2]; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h6914 uint8_t active_dwell; member
6925 uint8_t active_dwell; member
6935 uint8_t active_dwell; member
6949 uint8_t active_dwell[2]; member
6964 uint8_t active_dwell[2]; member
7013 uint8_t active_dwell[IWX_SCAN_TWO_LMACS]; member
H A Dif_iwx.c6628 uint8_t active_dwell, passive_dwell; in iwx_scan_umac_dwell_v10() local
6630 active_dwell = IWX_SCAN_DWELL_ACTIVE; in iwx_scan_umac_dwell_v10()
6662 general_params->active_dwell[IWX_SCAN_LB_LMAC_IDX] = active_dwell; in iwx_scan_umac_dwell_v10()
6664 general_params->active_dwell[IWX_SCAN_HB_LMAC_IDX] = active_dwell; in iwx_scan_umac_dwell_v10()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dscan.c541 gp->active_dwell[SCAN_LB_LMAC_IDX] = IWL_SCAN_DWELL_ACTIVE; in iwl_mld_scan_cmd_set_dwell()
543 gp->active_dwell[SCAN_HB_LMAC_IDX] = IWL_SCAN_DWELL_ACTIVE; in iwl_mld_scan_cmd_set_dwell()