Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1634 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local
1642 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()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c1891 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local
1900 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()