Searched refs:response_head (Results 1 – 2 of 2) sorted by relevance
1634 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local1642 response_head = (struct ieee80211_assoc_response_frame *) skb->data; in assoc_parse()1643 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1645 status_code = le16_to_cpu(response_head->status); in assoc_parse()1656 return le16_to_cpu(response_head->status); in assoc_parse()
1891 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local1900 response_head = (struct rtllib_assoc_response_frame *) skb->data; in assoc_parse()1901 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1903 status_code = le16_to_cpu(response_head->status); in assoc_parse()1914 return le16_to_cpu(response_head->status); in assoc_parse()