Home | History | Annotate | Download | only in wps

Lines Matching defs:psk

168 	 * use_psk_key - Use PSK format key in Credential
170 * Force PSK format to be used instead of ASCII passphrase when
171 * building Credential for an Enrollee. The PSK value is set in
172 * struct wpa_context::psk.
257 * new_psk_cb - Callback for new PSK
260 * @psk: The new PSK
261 * @psk_len: The length of psk in octets
264 * This callback is called when a new per-device PSK is provisioned.
266 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,
376 * generate a random PSK and move to configured state when the first
656 * network_key - The current Network Key (PSK) or %NULL to generate new
658 PSK. In addition, AP
663 * passphrase (8..63 characters) or the 32-octet PSK (64 hex
664 * characters). When this is set to the ASCII passphrase, the PSK can
665 * be provided in the psk buffer and used per-Enrollee to control which
667 * need on low-powered devices by provisioning PSK while still allowing
678 * psk - The current network PSK
680 * This optional value can be used to provide the current PSK if
683 u8 psk[32];
686 * psk_set - Whether psk value is set