Searched defs:wl1271_acx_rssi_snr_trigger (Results 1 – 2 of 2) sorted by relevance
970 struct wl1271_acx_rssi_snr_trigger { struct971 struct acx_header header;973 __le16 threshold;974 __le16 pacing; /* 0 - 60000 ms */975 u8 metric;976 u8 type;977 u8 dir;978 u8 hysteresis;979 u8 index;980 u8 enable;[all …]
1227 int wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, bool enable, in wl1271_acx_rssi_snr_trigger() function