Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1642 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local
1650 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()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c1906 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local
1914 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()