Searched refs:rssi_event (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | coex.c | 674 enum ieee80211_rssi_event_data rssi_event) in iwl_mvm_bt_rssi_event() argument 697 rssi_event == RSSI_EVENT_HIGH ? "HIGH" : "LOW"); in iwl_mvm_bt_rssi_event() 703 if (rssi_event == RSSI_EVENT_LOW || in iwl_mvm_bt_rssi_event()
|
| /linux-6.15/net/mac80211/ |
| H A D | trace.h | 2786 enum nl80211_cqm_rssi_threshold_event rssi_event, 2789 TP_ARGS(sdata, rssi_event, rssi_level), 2793 __field(u32, rssi_event) 2799 __entry->rssi_event = rssi_event; 2805 VIF_PR_ARG, __entry->rssi_event, __entry->rssi_level
|
| H A D | mlme.c | 9859 enum nl80211_cqm_rssi_threshold_event rssi_event, in ieee80211_cqm_rssi_notify() argument 9865 trace_api_cqm_rssi_notify(sdata, rssi_event, rssi_level); in ieee80211_cqm_rssi_notify() 9867 cfg80211_cqm_rssi_notify(sdata->dev, rssi_event, rssi_level, gfp); in ieee80211_cqm_rssi_notify()
|
| /linux-6.15/net/wireless/ |
| H A D | trace.h | 3410 enum nl80211_cqm_rssi_threshold_event rssi_event, 3412 TP_ARGS(netdev, rssi_event, rssi_level), 3415 __field(enum nl80211_cqm_rssi_threshold_event, rssi_event) 3420 __entry->rssi_event = rssi_event; 3424 NETDEV_PR_ARG, __entry->rssi_event, __entry->rssi_level)
|
| H A D | nl80211.c | 19413 enum nl80211_cqm_rssi_threshold_event rssi_event, in cfg80211_cqm_rssi_notify() argument 19419 trace_cfg80211_cqm_rssi_notify(dev, rssi_event, rssi_level); in cfg80211_cqm_rssi_notify() 19421 if (WARN_ON(rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW && in cfg80211_cqm_rssi_notify() 19422 rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH)) in cfg80211_cqm_rssi_notify() 19429 cqm_config->last_rssi_event_type = rssi_event; in cfg80211_cqm_rssi_notify() 19441 enum nl80211_cqm_rssi_threshold_event rssi_event; in cfg80211_cqm_rssi_notify_work() local 19454 rssi_event = cqm_config->last_rssi_event_type; in cfg80211_cqm_rssi_notify_work() 19461 rssi_event)) in cfg80211_cqm_rssi_notify_work()
|
| /linux-6.15/include/net/ |
| H A D | mac80211.h | 6801 enum nl80211_cqm_rssi_threshold_event rssi_event,
|
| H A D | cfg80211.h | 8781 enum nl80211_cqm_rssi_threshold_event rssi_event,
|