Searched refs:response_head (Results 1 – 2 of 2) sorted by relevance
1642 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local1650 response_head = (struct ieee80211_assoc_response_frame *) skb->data; in assoc_parse()1651 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1653 status_code = le16_to_cpu(response_head->status); in assoc_parse()1664 return le16_to_cpu(response_head->status); in assoc_parse()
1906 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local1914 response_head = (struct rtllib_assoc_response_frame *) skb->data; in assoc_parse()1915 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1917 status_code = le16_to_cpu(response_head->status); in assoc_parse()1928 return le16_to_cpu(response_head->status); in assoc_parse()