Home | History | Annotate | Download | only in p2p

Lines Matching refs:config_methods

461 	dev->info.config_methods = cli->config_methods;
623 new_config_methods = msg->config_methods ?
624 msg->config_methods : msg->wps_config_methods;
626 dev->info.config_methods != new_config_methods) {
628 " config_methods 0x%x -> 0x%x",
630 dev->info.config_methods,
632 dev->info.config_methods = new_config_methods;
878 if (dev->info.config_methods == 0 &&
883 * applications use config_methods value from P2P-DEVICE-FOUND
891 * Probe Response frame that includes the config_methods
2691 const char *adv_str, u8 svc_state, u16 config_methods,
2701 if (!(config_methods & p2p->cfg->config_methods)) {
2703 config_methods, p2p->cfg->config_methods);
2723 adv_data->config_methods = config_methods & p2p->cfg->config_methods;
2765 "Added ASP advertisement adv_id=0x%x config_methods=0x%x svc_state=0x%x adv_str='%s'",
2766 adv_id, adv_data->config_methods, svc_state, adv_str);
3093 void p2p_set_config_methods(struct p2p_data *p2p, u16 config_methods)
3095 p2p->cfg->config_methods = config_methods;