Home
last modified time | relevance | path

Searched defs:keep_alive_req (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1781 struct keep_alive_req { struct
1782 uint8_t packetType;
1783 uint32_t timePeriod;
1784 tSirIpv4Addr hostIpv4Addr;
1785 tSirIpv4Addr destIpv4Addr;
1786 struct qdf_mac_addr dest_macaddr;
1787 struct qdf_mac_addr bssid;
1788 uint8_t sessionId;
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c13927 struct keep_alive_req keep_alive_req = {0}; in __wlan_hdd_cfg80211_set_wifi_test_config() local