Searched defs:wifi_connect_req_params (Results 1 – 1 of 1) sorted by relevance
517 struct wifi_connect_req_params { struct519 const uint8_t *ssid;521 uint8_t ssid_length; /* Max 32 */523 const uint8_t *psk;525 uint8_t psk_length; /* Min 8 - Max 64 */527 const uint8_t *sae_password;529 uint8_t sae_password_length; /* No length restrictions */531 uint8_t band;533 uint8_t channel;535 enum wifi_security_type security;[all …]