|
@@ -308,11 +308,6 @@ struct wpa_radio {
|
|
|
|
|
|
#define MAX_ACTIVE_WORKS 2
|
|
|
|
|
|
-enum wpa_radio_work_band {
|
|
|
- BAND_2_4_GHZ = BIT(0),
|
|
|
- BAND_5_GHZ = BIT(1),
|
|
|
- BAND_60_GHZ = BIT(2),
|
|
|
-};
|
|
|
|
|
|
/**
|
|
|
* struct wpa_radio_work - Radio work item
|
|
@@ -358,6 +353,9 @@ struct wpa_external_work {
|
|
|
unsigned int timeout;
|
|
|
};
|
|
|
|
|
|
+enum wpa_radio_work_band wpas_freq_to_band(int freq);
|
|
|
+unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs);
|
|
|
+
|
|
|
/**
|
|
|
* offchannel_send_action_result - Result of offchannel send Action frame
|
|
|
*/
|