Searched refs:password (Results 1 – 2 of 2) sorted by relevance
47 void cyw43_arch_enable_ap_mode(const char *ssid, const char *password, uint32_t auth) { in cyw43_arch_enable_ap_mode() argument50 if (password) { in cyw43_arch_enable_ap_mode()51 cyw43_wifi_ap_set_password(&cyw43_state, strlen(password), (const uint8_t *) password); in cyw43_arch_enable_ap_mode()
383 void cyw43_arch_enable_ap_mode(const char *ssid, const char *password, uint32_t auth);