Home
last modified time | relevance | path

Searched refs:ieee80211_assoc_response_frame (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c846 struct ieee80211_assoc_response_frame *assoc; in ieee80211_assoc_resp()
850 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp()
859 assoc = (struct ieee80211_assoc_response_frame *) in ieee80211_assoc_resp()
860 skb_put(skb, sizeof(struct ieee80211_assoc_response_frame)); in ieee80211_assoc_resp()
1634 struct ieee80211_assoc_response_frame *response_head; in assoc_parse()
1637 if (skb->len < sizeof(struct ieee80211_assoc_response_frame)) { in assoc_parse()
1642 response_head = (struct ieee80211_assoc_response_frame *) skb->data; in assoc_parse()
1981 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac()
2018 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
2031 … ieee->handle_assoc_response(ieee->dev, (struct ieee80211_assoc_response_frame *)header, network); in ieee80211_rx_frame_softmac()
Dieee80211.h1012 struct ieee80211_assoc_response_frame { struct
1996 …int (*handle_assoc_response) (struct net_device *dev, struct ieee80211_assoc_response_frame *resp,…
/drivers/staging/rtl8712/
Dieee80211.h612 struct ieee80211_assoc_response_frame { struct
/drivers/staging/rtl8188eu/include/
Dieee80211.h766 struct ieee80211_assoc_response_frame { struct
/drivers/staging/rtl8192u/
Dr8192U_core.c2051 struct ieee80211_assoc_response_frame *resp, in rtl8192_handle_assoc_response()