Home | History | Annotate | Download | only in p2p

Lines Matching defs:config_methods

196 	 * config_methods - WPS Configuration Methods
198 u16 config_methods;
335 u16 config_methods;
631 * @config_methods: Requested WPS Config Method
644 void (*prov_disc_req)(void *ctx, const u8 *peer, u16 config_methods,
654 * @config_methods: Value from p2p_prov_disc_req() or 0 on failure
661 void (*prov_disc_resp)(void *ctx, const u8 *peer, u16 config_methods);
824 void p2p_set_config_methods(struct p2p_data *p2p, u16 config_methods);
980 * @config_methods: WPS Config Methods value (only one bit set)
987 * (config_methods = WPS_CONFIG_DISPLAY) or be prepared to enter a PIN from us
988 * (config_methods = WPS_CONFIG_KEYPAD). The Provision Discovery Request frame
995 u16 config_methods, int join, int force_freq,