Home
last modified time | relevance | path

Searched refs:psk_length (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h448 uint8_t psk_length, whd_security_t auth_type);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c635 …enable_sup_set_passphrase(whd_interface_t ifp, const uint8_t *security_key_psk, uint8_t psk_length, in whd_wifi_enable_sup_set_passphrase() argument
649 if ( (psk_length > (uint8_t)WSEC_MAX_PSK_LEN) || in whd_wifi_enable_sup_set_passphrase()
650 (psk_length < (uint8_t)WSEC_MIN_PSK_LEN) ) in whd_wifi_enable_sup_set_passphrase()
667 CHECK_RETURN(whd_wifi_set_passphrase(ifp, security_key_psk, psk_length) ); in whd_wifi_enable_sup_set_passphrase()