Searched refs:pwd_len (Results 1 – 2 of 2) sorted by relevance
19 u16 pwd_len = crypto->sae_pwd_len; in brcmf_cyw_set_sae_pwd() local22 if (pwd_len > BRCMF_WSEC_MAX_SAE_PASSWORD_LEN) { in brcmf_cyw_set_sae_pwd()28 sae_pwd.key_len = cpu_to_le16(pwd_len); in brcmf_cyw_set_sae_pwd()29 memcpy(sae_pwd.key, crypto->sae_pwd, pwd_len); in brcmf_cyw_set_sae_pwd()35 pwd_len); in brcmf_cyw_set_sae_pwd()
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()