Searched refs:gateway_mac (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/components/target_if/pmo/src/ |
D | target_if_pmo_lphb.c | 85 QDF_MAC_ADDR_REF(ts_lphb_tcp_param->gateway_mac.bytes), in target_if_pmo_send_lphb_tcp_params() 98 WMI_CHAR_ARRAY_TO_MAC_ADDR(ts_lphb_tcp_param->gateway_mac.bytes, in target_if_pmo_send_lphb_tcp_params() 99 &hb_tcp_params_fp.gateway_mac); in target_if_pmo_send_lphb_tcp_params() 167 QDF_MAC_ADDR_REF(ts_lphb_udp_param->gateway_mac.bytes)); in target_if_pmo_send_lphb_udp_params() 178 WMI_CHAR_ARRAY_TO_MAC_ADDR(ts_lphb_udp_param->gateway_mac.bytes, in target_if_pmo_send_lphb_udp_params() 179 &hb_udp_params_fp.gateway_mac); in target_if_pmo_send_lphb_udp_params()
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/ |
D | wlan_pmo_lphb_public_struct.h | 83 struct qdf_mac_addr gateway_mac; member 121 struct qdf_mac_addr gateway_mac; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_pmo_tlv.c | 1333 qdf_mem_copy(&hb_tcp_params_fp->gateway_mac, in send_lphb_config_tcp_params_cmd_tlv() 1334 &lphb_conf_req->gateway_mac, in send_lphb_config_tcp_params_cmd_tlv() 1335 sizeof(hb_tcp_params_fp->gateway_mac)); in send_lphb_config_tcp_params_cmd_tlv() 1437 qdf_mem_copy(&hb_udp_params_fp->gateway_mac, in send_lphb_config_udp_params_cmd_tlv() 1438 &lphb_conf_req->gateway_mac, in send_lphb_config_udp_params_cmd_tlv() 1439 sizeof(lphb_conf_req->gateway_mac)); in send_lphb_config_udp_params_cmd_tlv() 1961 WMI_CHAR_ARRAY_TO_MAC_ADDR(appType2Params->gateway_mac.bytes, in send_set_app_type2_params_in_fw_cmd_tlv() 1962 &cmd->gateway_mac); in send_set_app_type2_params_in_fw_cmd_tlv() 1974 QDF_MAC_ADDR_REF(appType2Params->gateway_mac.bytes), in send_set_app_type2_params_in_fw_cmd_tlv()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_ioctl.c | 1633 unsigned int gateway_mac[QDF_MAC_ADDR_SIZE]; in hdd_set_app_type2_parser() local 1664 &gateway_mac[0], &gateway_mac[1], &gateway_mac[2], in hdd_set_app_type2_parser() 1665 &gateway_mac[3], &gateway_mac[4], &gateway_mac[5])) { in hdd_set_app_type2_parser() 1676 qdf_mem_copy(¶ms.gateway_mac.bytes, (uint8_t *) &gateway_mac, in hdd_set_app_type2_parser() 1717 QDF_MAC_ADDR_REF(gateway_mac), rc4_key, params.ip_id, in hdd_set_app_type2_parser()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_features.c | 4250 qdf_mem_copy(¶ms.gateway_mac, &appType2Params->gateway_mac, in wma_set_app_type2_params_in_fw()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_api.h | 1879 struct qdf_mac_addr gateway_mac; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 2814 struct qdf_mac_addr gateway_mac; member
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 24772 wmi_mac_addr gateway_mac; member 26970 wmi_mac_addr gateway_mac; /** Server Mac Address */ member 26996 wmi_mac_addr gateway_mac; member
|