Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_wifi_pos_pasn.c203 struct wlan_pasn_auth_status *pasn_status; in wlan_cfg80211_set_pasn_key() local
299 pasn_status = qdf_mem_malloc(sizeof(*pasn_status)); in wlan_cfg80211_set_pasn_key()
300 if (!pasn_status) in wlan_cfg80211_set_pasn_key()
303 pasn_status->vdev_id = adapter->deflink->vdev_id; in wlan_cfg80211_set_pasn_key()
304 pasn_status->num_peers = 1; in wlan_cfg80211_set_pasn_key()
306 qdf_mem_copy(pasn_status->auth_status[0].peer_mac.bytes, in wlan_cfg80211_set_pasn_key()
310 qdf_mem_copy(pasn_status->auth_status[0].self_mac.bytes, in wlan_cfg80211_set_pasn_key()
314 status = wifi_pos_send_pasn_auth_status(psoc, pasn_status); in wlan_cfg80211_set_pasn_key()
320 qdf_mem_free(pasn_status); in wlan_cfg80211_set_pasn_key()