Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h625 * @bf_roaming_state: Used for RSSI filtering. If absolute Energy values
662 __le32 bf_roaming_state;
728 .bf_roaming_state = cpu_to_le32(IWL_BF_ROAMING_STATE ## mode), \
594 __le32 bf_roaming_state; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c41 IWL_DEBUG_POWER(mvm, "bf_roaming_state is: %d\n", in iwl_mvm_beacon_filter_send_cmd()
42 le32_to_cpu(cmd->bf_roaming_state)); in iwl_mvm_beacon_filter_send_cmd()
79 cmd->bf_roaming_state = in iwl_mvm_beacon_filter_set_cqm_params()
800 cmd->bf_roaming_state = cpu_to_le32(dbgfs_bf->bf_roaming_state); in iwl_mvm_beacon_filter_debugfs_parameters()
H A Ddebugfs-vif.c269 dbgfs_bf->bf_roaming_state = value; in iwl_dbgfs_update_bf()
423 le32_to_cpu(cmd.bf_roaming_state)); in iwl_dbgfs_bf_params_read()
H A Dmvm.h193 u32 bf_roaming_state;
195 u32 bf_roaming_state; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c186 le32toh(cmd->bf_roaming_state)); in iwm_beacon_filter_send_cmd()
H A Dif_iwmreg.h4338 * @bf_roaming_state: Used for RSSI filtering. If absolute Energy values
4367 uint32_t bf_roaming_state; member
4422 .bf_roaming_state = htole32(IWM_BF_ROAMING_STATE_DEFAULT), \
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h4758 uint32_t bf_roaming_state; member
4815 .bf_roaming_state = htole32(IWX_BF_ROAMING_STATE_DEFAULT), \