Lines Matching full:discovery
79 #define P2P_PAF_PROVDIS_REQ 7 /* Provision Discovery Request */
80 #define P2P_PAF_PROVDIS_RSP 8 /* Provision Discovery Response */
89 /* P2P Service Discovery related */
101 * struct brcmf_p2p_disc_st_le - set discovery state in firmware.
103 * @state: requested discovery state (see enum brcmf_p2p_disc_state).
114 * enum brcmf_p2p_disc_state - P2P discovery state values
116 * @WL_P2P_DISC_ST_SCAN: P2P discovery with wildcard SSID and P2P IE.
117 * @WL_P2P_DISC_ST_LISTEN: P2P discovery off-channel for specified time.
118 * @WL_P2P_DISC_ST_SEARCH: P2P discovery with P2P wildcard SSID and P2P IE.
351 brcmf_dbg(TRACE, "%s P2P Provision Discovery Request Frame\n", in brcmf_p2p_print_actframe()
355 brcmf_dbg(TRACE, "%s P2P Provision Discovery Response Frame\n", in brcmf_p2p_print_actframe()
440 * firmware for P2P device address. This must be done with discovery in brcmf_p2p_set_firmware()
492 /* Generate the P2P Interface Address. If the discovery and connection in brcmf_p2p_generate_bss_mac()
554 * brcmf_p2p_deinit_discovery() - disable P2P device discovery.
558 * Resets the discovery state and disables it in firmware.
566 /* Set the discovery state to SCAN */ in brcmf_p2p_deinit_discovery()
570 /* Disable P2P discovery in the firmware */ in brcmf_p2p_deinit_discovery()
578 * brcmf_p2p_enable_discovery() - initialize and configure discovery.
582 * Initializes the discovery device and configure the virtual interface.
603 /* Re-initialize P2P Discovery in the firmware */ in brcmf_p2p_enable_discovery()
618 * Set wsec to any non-zero value in the discovery bsscfg in brcmf_p2p_enable_discovery()
769 * Determines the P2P discovery state based to scan request parameters and
940 bphy_err(drvr, "Discovery is not set, so we have nothing to do\n"); in brcmf_p2p_discover_listen()
1770 /* service discovery process */ in brcmf_p2p_send_action_frame()
1773 /* configure service discovery query frame */ in brcmf_p2p_send_action_frame()
1784 /* configure service discovery response frame */ in brcmf_p2p_send_action_frame()
2166 bphy_err(drvr, "could not create discovery vif\n"); in brcmf_p2p_create_p2pdev()
2174 bphy_err(drvr, "discovery vif must be different from primary interface\n"); in brcmf_p2p_create_p2pdev()
2185 /* Initialize P2P Discovery in the firmware */ in brcmf_p2p_create_p2pdev()
2205 /* discovery interface created */ in brcmf_p2p_create_p2pdev()
2211 /* verify bsscfg index for P2P discovery */ in brcmf_p2p_create_p2pdev()
2487 /* Set the discovery state to SCAN */ in brcmf_p2p_stop_device()