Lines Matching defs:p2p
460 u8 nw_subtype = (ar->p2p) ? SUBTYPE_P2PDEV : SUBTYPE_NONE;
1571 * Don't bring up p2p on an interface which is not initialized
1572 * for p2p operation where fw does not have capability to switch
1573 * dynamically between non-p2p and p2p type interface.
3072 u8 *p2p;
3081 p2p = kmalloc(len, GFP_KERNEL);
3082 if (p2p == NULL)
3091 memcpy(p2p + p2p_len, pos, 2 + pos[1]);
3098 mgmt->da, p2p, p2p_len);
3099 kfree(p2p);
3884 if (ar->p2p) {