Searched refs:passphrase_len (Results 1 – 4 of 4) sorted by relevance
458 int passphrase_len = (int)strlen(passphrase); in wifi_cmd_uap_config() local670 …ity == WLAN_SECURITY_WPA2 || security == WLAN_SECURITY_WPA2_WPA3_SAE_MIXED) && passphrase_len < 64) in wifi_cmd_uap_config()687 bss.param.bss_config.wpa_cfg.length = (t_u32)passphrase_len; in wifi_cmd_uap_config()689 (size_t)passphrase_len); in wifi_cmd_uap_config()
1191 …rase_tlv->header.len = (t_u16)MIN(MLAN_MAX_PASSPHRASE_LENGTH, psk->psk.passphrase.passphrase_len);1193 MIN(MLAN_MAX_PASSPHRASE_LENGTH, psk->psk.passphrase.passphrase_len));
2877 pp->psk.passphrase.passphrase_len = len; in wifi_send_add_wpa_psk()
2069 t_u32 passphrase_len; member