Searched defs:wifi_connect_req_params (Results 1 – 1 of 1) sorted by relevance
341 struct wifi_connect_req_params { struct343 const uint8_t *ssid;345 uint8_t ssid_length; /* Max 32 */347 const uint8_t *psk;349 uint8_t psk_length; /* Min 8 - Max 64 */351 const uint8_t *sae_password;353 uint8_t sae_password_length; /* No length restrictions */355 uint8_t band;357 uint8_t channel;359 enum wifi_security_type security;[all …]