Searched refs:pasn_status (Results 1 – 1 of 1) sorted by relevance
203 struct wlan_pasn_auth_status *pasn_status; in wlan_cfg80211_set_pasn_key() local299 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()