Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c544 enum ieee80211_rssi_event_data rssi_event) in iwl_mvm_bt_rssi_event() argument
567 rssi_event == RSSI_EVENT_HIGH ? "HIGH" : "LOW"); in iwl_mvm_bt_rssi_event()
573 if (rssi_event == RSSI_EVENT_LOW || mvm->cfg->bt_shared_single_ant || in iwl_mvm_bt_rssi_event()
/Linux-v6.6/net/mac80211/
Dtrace.h2731 enum nl80211_cqm_rssi_threshold_event rssi_event,
2734 TP_ARGS(sdata, rssi_event, rssi_level),
2738 __field(u32, rssi_event)
2744 __entry->rssi_event = rssi_event;
2750 VIF_PR_ARG, __entry->rssi_event, __entry->rssi_level
Dmlme.c7894 enum nl80211_cqm_rssi_threshold_event rssi_event, in ieee80211_cqm_rssi_notify() argument
7900 trace_api_cqm_rssi_notify(sdata, rssi_event, rssi_level); in ieee80211_cqm_rssi_notify()
7902 cfg80211_cqm_rssi_notify(sdata->dev, rssi_event, rssi_level, gfp); in ieee80211_cqm_rssi_notify()
/Linux-v6.6/net/wireless/
Dtrace.h3214 enum nl80211_cqm_rssi_threshold_event rssi_event,
3216 TP_ARGS(netdev, rssi_event, rssi_level),
3219 __field(enum nl80211_cqm_rssi_threshold_event, rssi_event)
3224 __entry->rssi_event = rssi_event;
3228 NETDEV_PR_ARG, __entry->rssi_event, __entry->rssi_level)
Dnl80211.c19098 enum nl80211_cqm_rssi_threshold_event rssi_event, in cfg80211_cqm_rssi_notify() argument
19104 trace_cfg80211_cqm_rssi_notify(dev, rssi_event, rssi_level); in cfg80211_cqm_rssi_notify()
19106 if (WARN_ON(rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW && in cfg80211_cqm_rssi_notify()
19107 rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH)) in cfg80211_cqm_rssi_notify()
19114 cqm_config->last_rssi_event_type = rssi_event; in cfg80211_cqm_rssi_notify()
19126 enum nl80211_cqm_rssi_threshold_event rssi_event; in cfg80211_cqm_rssi_notify_work() local
19140 rssi_event = cqm_config->last_rssi_event_type; in cfg80211_cqm_rssi_notify_work()
19147 rssi_event)) in cfg80211_cqm_rssi_notify_work()
/Linux-v6.6/include/net/
Dmac80211.h6522 enum nl80211_cqm_rssi_threshold_event rssi_event,
Dcfg80211.h8329 enum nl80211_cqm_rssi_threshold_event rssi_event,