Lines Matching full:p2p
172 /* Skip the confimration procedure in P2P case */ in __cw1200_cqm_bssloss_sm()
173 if (!priv->vif->p2p && !atomic_read(&priv->tx_lock)) in __cw1200_cqm_bssloss_sm()
308 bool p2p) in cw1200_change_interface() argument
312 p2p, vif->type, vif->p2p); in cw1200_change_interface()
314 if (new_type != vif->type || vif->p2p != p2p) { in cw1200_change_interface()
317 vif->p2p = p2p; in cw1200_change_interface()
411 /* Disable p2p-dev mode forced by TX request */ in cw1200_config()
443 bool is_p2p = priv->vif && priv->vif->p2p; in cw1200_update_filtering()
485 /* When acting as p2p client being connected to p2p GO, in order to in cw1200_update_filtering()
486 * receive frames from a different p2p device, turn off bssid filter. in cw1200_update_filtering()
1299 if (priv->vif->p2p) { in cw1200_do_join()
1767 if (!priv->vif->p2p) { in cw1200_set_btcoexinfo()
1781 /* P2P mode */ in cw1200_set_btcoexinfo()
1984 if (priv->vif->p2p) { in cw1200_bss_info_changed()
1985 pr_debug("[STA] Setting p2p powersave configuration.\n"); in cw1200_bss_info_changed()
2203 if (priv->vif->p2p) in cw1200_upload_beacon()
2225 if (priv->vif->p2p) { in cw1200_upload_beacon()
2313 .mode = priv->vif->p2p ? in cw1200_start_ap()
2351 if (!ret && priv->vif->p2p) { in cw1200_start_ap()
2352 pr_debug("[AP] Setting p2p powersave configuration.\n"); in cw1200_start_ap()