Searched refs:wps_params (Results 1 – 7 of 7) sorted by relevance
3560 struct wlan_mlme_wps_params *wps_params) in mlme_init_wps_params_cfg() argument3562 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 …]
6624 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;
2892 struct wlan_mlme_wps_params wps_params; member
3289 wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params, uint8_t *data);
816 wps_ap_enable = mac_ctx->mlme_cfg->wps_params.enable_wps & in sch_set_fixed_beacon_fields()
5051 void wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params, in wlan_mlme_get_wps_uuid() argument5054 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()
732 wps_ap = mac_ctx->mlme_cfg->wps_params.enable_wps & in lim_send_probe_rsp_mgmt_frame()