Searched refs:pwd_len (Results 1 – 2 of 2) sorted by relevance
81 u8 pwd_len, u8 *pwd) in wlcore_smart_config_decode_event() argument89 ssid_len + pwd_len + 20, in wlcore_smart_config_decode_event()94 nla_put(skb, WLCORE_VENDOR_ATTR_PSK, pwd_len, pwd)) { in wlcore_smart_config_decode_event()
1370 u16 pwd_len) in brcmf_set_sae_password() argument1376 if (pwd_len > BRCMF_WSEC_MAX_SAE_PASSWORD_LEN) { in brcmf_set_sae_password()1382 sae_pwd.key_len = cpu_to_le16(pwd_len); in brcmf_set_sae_password()1383 memcpy(sae_pwd.key, pwd_data, pwd_len); in brcmf_set_sae_password()1389 pwd_len); in brcmf_set_sae_password()