Home
last modified time | relevance | path

Searched refs:RSSI_EVENT_HIGH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c567 rssi_event == RSSI_EVENT_HIGH ? "HIGH" : "LOW"); in iwl_mvm_bt_rssi_event()
H A Drx.c584 iwl_mvm_bt_rssi_event(mvm, vif, RSSI_EVENT_HIGH); in iwl_mvm_update_vif_sig()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1133 else if (event->u.rssi.data == RSSI_EVENT_HIGH) in iwlagn_mac_event_callback()
/openbmc/linux/include/net/
H A Dmac80211.h412 RSSI_EVENT_HIGH, enumerator
/openbmc/linux/net/mac80211/
H A Dmlme.c5627 event.u.rssi.data = RSSI_EVENT_HIGH; in ieee80211_handle_beacon_sig()