1. Add api ssc cmd "ap -K -a aid" to kick out connected station.

The parameter aid followed -a is aid of the connected station. If aid is 0, kick out all of the connected stations.
2. Add block parameter to api esp_wifi_scan_start.
   If block is true, the api blocks before scan done or returns directly.
This commit is contained in:
xiaxiaotian
2016-08-30 18:09:48 +08:00
parent a68ad74459
commit e6d45cc91f
2 changed files with 8 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ typedef struct {
typedef struct {
uint32_t status; /**< status of scanning APs*/
uint8_t number;
uint8_t scan_id;
} system_event_sta_scan_done_t;
typedef struct {