Searched refs:rssi_event (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | coex.c | 544 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()
|
/openbmc/linux/net/mac80211/ |
H A D | trace.h | 2731 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
|
H A D | mlme.c | 7901 enum nl80211_cqm_rssi_threshold_event rssi_event, in ieee80211_cqm_rssi_notify() argument 7907 trace_api_cqm_rssi_notify(sdata, rssi_event, rssi_level); in ieee80211_cqm_rssi_notify() 7909 cfg80211_cqm_rssi_notify(sdata->dev, rssi_event, rssi_level, gfp); in ieee80211_cqm_rssi_notify()
|
/openbmc/linux/net/wireless/ |
H A D | trace.h | 3214 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)
|
H A D | nl80211.c | 19155 enum nl80211_cqm_rssi_threshold_event rssi_event, in cfg80211_cqm_rssi_notify() argument 19161 trace_cfg80211_cqm_rssi_notify(dev, rssi_event, rssi_level); in cfg80211_cqm_rssi_notify() 19163 if (WARN_ON(rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW && in cfg80211_cqm_rssi_notify() 19164 rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH)) in cfg80211_cqm_rssi_notify() 19171 cqm_config->last_rssi_event_type = rssi_event; in cfg80211_cqm_rssi_notify() 19183 enum nl80211_cqm_rssi_threshold_event rssi_event; in cfg80211_cqm_rssi_notify_work() local 19198 rssi_event = cqm_config->last_rssi_event_type; in cfg80211_cqm_rssi_notify_work() 19205 rssi_event)) in cfg80211_cqm_rssi_notify_work()
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 6526 enum nl80211_cqm_rssi_threshold_event rssi_event,
|
H A D | cfg80211.h | 8352 enum nl80211_cqm_rssi_threshold_event rssi_event,
|