Lines Matching defs:escan_info
1319 struct escan_info { struct
1320 u32 escan_state;
1326 u8 *escan_buf[2];
1328 u8 *escan_buf;
1332 u8 escan_buf[2][ESCAN_BUF_SIZE];
1334 u8 escan_buf[ESCAN_BUF_SIZE];
1338 u8 cur_sync_id;
1339 u8 escan_type[2];
1341 struct wiphy *wiphy;
1342 struct net_device *ndev;
1344 bool prev_escan_aborted;
1747 struct escan_info escan_info; /* escan information */ member