Home
last modified time | relevance | path

Searched refs:pds_misc_cfg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_init.c371 mlan_ds_misc_cfg *pds_misc_cfg = MNULL; in Hostsa_set_mgmt_ie() local
395 pds_misc_cfg = (mlan_ds_misc_cfg *)((t_u8 *)pioctl_req + in Hostsa_set_mgmt_ie()
403 pioctl_req->pbuf = (t_u8 *)pds_misc_cfg; in Hostsa_set_mgmt_ie()
407 memset(pmadapter, pds_misc_cfg, 0x00, sizeof(mlan_ds_misc_cfg)); in Hostsa_set_mgmt_ie()
408 pds_misc_cfg->sub_command = MLAN_OID_MISC_CUSTOM_IE; in Hostsa_set_mgmt_ie()
409 pds_misc_cfg->param.cust_ie.type = TLV_TYPE_MGMT_IE; in Hostsa_set_mgmt_ie()
410 pds_misc_cfg->param.cust_ie.len = (sizeof(custom_ie) - MAX_IE_SIZE); in Hostsa_set_mgmt_ie()
413 pmgmt_ie = (custom_ie *)&pds_misc_cfg->param.cust_ie.ie_data_list[0]; in Hostsa_set_mgmt_ie()
421 pds_misc_cfg->param.cust_ie.len += pmgmt_ie->ie_length; in Hostsa_set_mgmt_ie()
424 (t_u8 *)pmgmt_ie, pds_misc_cfg->param.cust_ie.len); in Hostsa_set_mgmt_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11h.c1147 mlan_ds_misc_cfg *pds_misc_cfg = MNULL; in wlan_11h_prepare_custom_ie_chansw() local
1172 pds_misc_cfg = (mlan_ds_misc_cfg *)((t_u8 *)pioctl_req + in wlan_11h_prepare_custom_ie_chansw()
1179 pioctl_req->pbuf = (t_u8 *)pds_misc_cfg; in wlan_11h_prepare_custom_ie_chansw()
1183 memset(pmadapter, pds_misc_cfg, 0x00, sizeof(mlan_ds_misc_cfg)); in wlan_11h_prepare_custom_ie_chansw()
1184 pds_misc_cfg->sub_command = MLAN_OID_MISC_CUSTOM_IE; in wlan_11h_prepare_custom_ie_chansw()
1185 pds_misc_cfg->param.cust_ie.type = TLV_TYPE_MGMT_IE; in wlan_11h_prepare_custom_ie_chansw()
1186 pds_misc_cfg->param.cust_ie.len = (sizeof(custom_ie) - MAX_IE_SIZE); in wlan_11h_prepare_custom_ie_chansw()
1190 (custom_ie *)&pds_misc_cfg->param.cust_ie.ie_data_list[0]; in wlan_11h_prepare_custom_ie_chansw()
1209 pds_misc_cfg->param.cust_ie.len += pcust_chansw_ie->ie_length; in wlan_11h_prepare_custom_ie_chansw()
1211 (t_u8 *)pcust_chansw_ie, pds_misc_cfg->param.cust_ie.len); in wlan_11h_prepare_custom_ie_chansw()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11h.c1339 mlan_ds_misc_cfg *pds_misc_cfg = MNULL; in wlan_11h_prepare_custom_ie_chansw() local
1368 pds_misc_cfg = (mlan_ds_misc_cfg *)((t_u8 *)pioctl_req + in wlan_11h_prepare_custom_ie_chansw()
1375 pioctl_req->pbuf = (t_u8 *)pds_misc_cfg; in wlan_11h_prepare_custom_ie_chansw()
1379 memset(pmadapter, pds_misc_cfg, 0x00, sizeof(mlan_ds_misc_cfg)); in wlan_11h_prepare_custom_ie_chansw()
1380 pds_misc_cfg->sub_command = MLAN_OID_MISC_CUSTOM_IE; in wlan_11h_prepare_custom_ie_chansw()
1381 pds_misc_cfg->param.cust_ie.type = TLV_TYPE_MGMT_IE; in wlan_11h_prepare_custom_ie_chansw()
1382 pds_misc_cfg->param.cust_ie.len = (sizeof(custom_ie) - MAX_IE_SIZE); in wlan_11h_prepare_custom_ie_chansw()
1386 (custom_ie *)&pds_misc_cfg->param.cust_ie.ie_data_list[0]; in wlan_11h_prepare_custom_ie_chansw()
1479 pds_misc_cfg->param.cust_ie.len += pcust_chansw_ie->ie_length; in wlan_11h_prepare_custom_ie_chansw()
1481 (t_u8 *)pcust_chansw_ie, pds_misc_cfg->param.cust_ie.len); in wlan_11h_prepare_custom_ie_chansw()