Searched refs:pmgmt_ie (Results 1 – 1 of 1) sorted by relevance
372 custom_ie *pmgmt_ie = MNULL; in Hostsa_set_mgmt_ie() local413 pmgmt_ie = (custom_ie *)&pds_misc_cfg->param.cust_ie.ie_data_list[0]; in Hostsa_set_mgmt_ie()414 pmgmt_ie->ie_index = 0xffff; /* Auto index */ in Hostsa_set_mgmt_ie()415 pmgmt_ie->ie_length = len; in Hostsa_set_mgmt_ie()416 pmgmt_ie->mgmt_subtype_mask = MBIT(8) | MBIT(5); /* add IE for BEACON | PROBE_RSP */ in Hostsa_set_mgmt_ie()418 pmgmt_ie->mgmt_subtype_mask = 0; in Hostsa_set_mgmt_ie()419 memcpy(pmadapter, pmgmt_ie->ie_buffer, pbuf, len); 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()