|
@@ -199,18 +199,6 @@ typedef struct sLimMlmStartCnf {
|
|
|
uint8_t sessionId;
|
|
|
} tLimMlmStartCnf, *tpLimMlmStartCnf;
|
|
|
|
|
|
-typedef struct sLimMlmScanCnf {
|
|
|
- tSirResultCodes resultCode;
|
|
|
- uint16_t scanResultLength;
|
|
|
- uint8_t sessionId;
|
|
|
- tSirBssDescription bssDescription[1];
|
|
|
- /*
|
|
|
- * WARNING: Pls make bssDescription as last variable in struct
|
|
|
- * tLimMlmScanCnf as it has ieFields followed after this bss
|
|
|
- * description. Adding a variable after this corrupts the ieFields
|
|
|
- */
|
|
|
-} tLimMlmScanCnf, *tpLimMlmScanCnf;
|
|
|
-
|
|
|
typedef struct sLimScanResult {
|
|
|
uint16_t numBssDescriptions;
|
|
|
tSirBssDescription bssDescription[1];
|