Home
last modified time | relevance | path

Searched refs:wps_params (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c3560 struct wlan_mlme_wps_params *wps_params) in mlme_init_wps_params_cfg() argument
3562 wps_params->enable_wps = cfg_default(CFG_WPS_ENABLE); in mlme_init_wps_params_cfg()
3563 wps_params->wps_cfg_method = cfg_default(CFG_WPS_CFG_METHOD); in mlme_init_wps_params_cfg()
3564 wps_params->wps_device_password_id = in mlme_init_wps_params_cfg()
3566 wps_params->wps_device_sub_category = in mlme_init_wps_params_cfg()
3568 wps_params->wps_primary_device_category = in mlme_init_wps_params_cfg()
3570 wps_params->wps_primary_device_oui = in mlme_init_wps_params_cfg()
3572 wps_params->wps_state = cfg_default(CFG_WPS_STATE); in mlme_init_wps_params_cfg()
3573 wps_params->wps_version = cfg_default(CFG_WPS_VERSION); in mlme_init_wps_params_cfg()
3574 wps_params->wps_uuid.max_len = MLME_CFG_WPS_UUID_MAX_LEN; in mlme_init_wps_params_cfg()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c6624 wpsState = mac->mlme_cfg->wps_params.wps_state;
6658 (uint16_t)mac->mlme_cfg->wps_params.wps_device_password_id;
6920 wpsVersion = mac->mlme_cfg->wps_params.wps_version;
6926 wpsState = mac->mlme_cfg->wps_params.wps_state;
6950 wlan_mlme_get_wps_uuid(&mac->mlme_cfg->wps_params,
7001 (uint16_t)mac->mlme_cfg->wps_params.wps_primary_device_category;
7003 val = mac->mlme_cfg->wps_params.wps_primary_device_oui;
7014 (uint16_t)mac->mlme_cfg->wps_params.wps_device_sub_category;
7031 (uint16_t)(mac->mlme_cfg->wps_params.wps_cfg_method &
7054 (uint16_t)mac->mlme_cfg->wps_params.wps_device_password_id;
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_public_struct.h2892 struct wlan_mlme_wps_params wps_params; member
H A Dwlan_mlme_api.h3289 wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params, uint8_t *data);
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c816 wps_ap_enable = mac_ctx->mlme_cfg->wps_params.enable_wps & in sch_set_fixed_beacon_fields()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c5051 void wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params, in wlan_mlme_get_wps_uuid() argument
5054 qdf_size_t len = wps_params->wps_uuid.len; in wlan_mlme_get_wps_uuid()
5056 wlan_mlme_get_cfg_str(data, &wps_params->wps_uuid, &len); in wlan_mlme_get_wps_uuid()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c732 wps_ap = mac_ctx->mlme_cfg->wps_params.enable_wps & in lim_send_probe_rsp_mgmt_frame()