Searched defs:wl1271_acx_rssi_snr_trigger (Results 1 – 2 of 2) sorted by relevance
865 struct wl1271_acx_rssi_snr_trigger { struct866 struct acx_header header;868 u8 role_id;869 u8 metric;870 u8 type;871 u8 dir;872 __le16 threshold;873 __le16 pacing; /* 0 - 60000 ms */874 u8 hysteresis;875 u8 index;[all …]
1240 int wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rssi_snr_trigger() function