Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1639 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local
1647 response_head = (struct ieee80211_assoc_response_frame*) skb->data; in assoc_parse()
1648 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()
1650 status_code = le16_to_cpu(response_head->status); in assoc_parse()
1661 return le16_to_cpu(response_head->status); in assoc_parse()
/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_softmac.c1897 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local
1905 response_head = (struct rtllib_assoc_response_frame *) skb->data; in assoc_parse()
1906 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()
1908 status_code = le16_to_cpu(response_head->status); in assoc_parse()
1919 return le16_to_cpu(response_head->status); in assoc_parse()