Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms841 * \brief Primary Device Type
911 * \brief Request Type
914 * The Request Type component specifies the mode in which the device will
922 * will operate as an AP in the response. The Request Type attribute is
930 * to be a WLAN Manager Registrar, it should set the Request Type to
935 Request Type Value Description
952 * \brief Response Type
955 * The Response Type component specifies the operational mode of the
956 * device for this setup exchange. The Response Type IE is carried
961 Response Type Value Description
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c304 if (sme_cmd->u.wmStatusChangeCmd.Type == eCsrDisassociated) { in csr_process_wmm_status_change_cmd()
311 } else if (sme_cmd->u.wmStatusChangeCmd.Type == eCsrDeauthenticated) { in csr_process_wmm_status_change_cmd()
2333 if (wms_cmd->Type == eCsrDisassociated && in csr_peer_mac_match_cmd()
2343 if (wms_cmd->Type == eCsrDeauthenticated && in csr_peer_mac_match_cmd()
3682 enum csr_roam_wmstatus_changetypes Type, in csr_roam_issue_wm_status_change() argument
3690 if ((eCsrDisassociated != Type) in csr_roam_issue_wm_status_change()
3691 && (eCsrDeauthenticated != Type)) in csr_roam_issue_wm_status_change()
3701 pCommand->u.wmStatusChangeCmd.Type = Type; in csr_roam_issue_wm_status_change()
3702 if (eCsrDisassociated == Type) { in csr_roam_issue_wm_status_change()
4564 pCommand->vdev_id, pCommand->u.wmStatusChangeCmd.Type); in csr_roam_process_wm_status_change_command()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_internal.h126 enum csr_roam_wmstatus_changetypes Type; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c400 pCmd->u.wmStatusChangeCmd.Type); in dump_csr_command_info()
580 if (wms_cmd->Type == eCsrDisassociated) { in sme_dump_peer_disconnect_timeout_info()
589 } else if (wms_cmd->Type == eCsrDeauthenticated) { in sme_dump_peer_disconnect_timeout_info()