P2P: Add support for automatic channel selection at GO
[mech_eap.git] / src / p2p / p2p_i.h
index be05a84..c31f23a 100644 (file)
@@ -383,6 +383,10 @@ struct p2p_data {
        u8 peer_filter[ETH_ALEN];
 
        int cross_connect;
+
+       int best_freq_24;
+       int best_freq_5;
+       int best_freq_overall;
 };
 
 /**