main/config.h

changeset 119
1cef3c25426b
parent 117
b6d5c4cb61bb
child 121
30aca5888d2b
equal deleted inserted replaced
118:ae30613ffa6f 119:1cef3c25426b
285 * @brief Remove station record. 285 * @brief Remove station record.
286 * @param SSID The SSID to remove. 286 * @param SSID The SSID to remove.
287 */ 287 */
288 void remove_station(uint8_t *SSID); 288 void remove_station(uint8_t *SSID);
289 289
290 /**
291 * @brief Blacklist station SSID
292 * @param SSID The SSID to blacklist.
293 * @return -1 if error, else the record number.
294 */
295 int blacklist_station(uint8_t *SSID);
296
297 290
298 291
299 /** 292 /**
300 * @brief Runtime configuration. File /spiffs/runtime.conf 293 * @brief Runtime configuration. File /spiffs/runtime.conf
301 */ 294 */

mercurial