Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c849 struct ieee80211_assoc_response_frame *assoc; in ieee80211_assoc_resp()
853 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp()
862 assoc = (struct ieee80211_assoc_response_frame *) in ieee80211_assoc_resp()
863 skb_put(skb, sizeof(struct ieee80211_assoc_response_frame)); in ieee80211_assoc_resp()
1642 struct ieee80211_assoc_response_frame *response_head; in assoc_parse()
1645 if (skb->len < sizeof(struct ieee80211_assoc_response_frame)) { in assoc_parse()
1650 response_head = (struct ieee80211_assoc_response_frame *) skb->data; in assoc_parse()
1991 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac()
2028 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()
2041 … ieee->handle_assoc_response(ieee->dev, (struct ieee80211_assoc_response_frame *)header, network); in ieee80211_rx_frame_softmac()
Dieee80211.h1144 struct ieee80211_assoc_response_frame { struct
2134 …int (*handle_assoc_response) (struct net_device *dev, struct ieee80211_assoc_response_frame *resp,…
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h638 struct ieee80211_assoc_response_frame { struct
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h847 struct ieee80211_assoc_response_frame { struct
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1961 struct ieee80211_assoc_response_frame *resp, in rtl8192_handle_assoc_response()