Lines Matching full:p2p
16 * @P2PAPI_BSSCFG_DEVICE: maps to driver's P2P device discovery bsscfg.
17 * @P2PAPI_BSSCFG_CONNECTION: maps to driver's 1st P2P connection bsscfg.
18 * @P2PAPI_BSSCFG_CONNECTION2: maps to driver's 2nd P2P connection bsscfg.
23 P2PAPI_BSSCFG_DEVICE, /* maps to driver's P2P device discovery bsscfg */
24 P2PAPI_BSSCFG_CONNECTION, /* driver's 1st P2P connection bsscfg */
25 P2PAPI_BSSCFG_CONNECTION2, /* driver's 2nd P2P connection bsscfg */
32 * @vif: virtual interface of this P2P bss.
41 * enum brcmf_p2p_status - P2P specific dongle status.
50 * @BRCMF_P2P_STATUS_GO_NEG_PHASE: P2P GO negotiation ongoing.
51 * @BRCMF_P2P_STATUS_DISCOVER_LISTEN: P2P listen, remaining on channel.
98 * struct brcmf_p2p_info - p2p specific driver information.
101 * @status: status of P2P (see enum brcmf_p2p_status).
102 * @dev_addr: P2P device address.
103 * @int_addr: P2P interface address.
104 * @bss_idx: informate for P2P bss types.
117 * @p2pdev_dynamically: is p2p device if created by module param or supplicant.
144 void brcmf_p2p_detach(struct brcmf_p2p_info *p2p);