Searched refs:ieee80211_assoc_response_frame (Results 1 – 3 of 3) sorted by relevance
809 struct ieee80211_assoc_response_frame *assoc; in ieee80211_assoc_resp()813 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp()822 assoc = skb_put(skb, sizeof(struct ieee80211_assoc_response_frame)); in ieee80211_assoc_resp()1570 struct ieee80211_assoc_response_frame *response_head; in assoc_parse()1573 if (skb->len < sizeof(struct ieee80211_assoc_response_frame)) { in assoc_parse()1578 response_head = (struct ieee80211_assoc_response_frame *)skb->data; in assoc_parse()1897 struct ieee80211_assoc_response_frame *assoc_resp; in ieee80211_rx_frame_softmac()1934 assoc_resp = (struct ieee80211_assoc_response_frame *)skb->data; in ieee80211_rx_frame_softmac()1945 … ieee->handle_assoc_response(ieee->dev, (struct ieee80211_assoc_response_frame *)header, network); in ieee80211_rx_frame_softmac()
1008 struct ieee80211_assoc_response_frame { struct1993 …int (*handle_assoc_response)(struct net_device *dev, struct ieee80211_assoc_response_frame *resp, …
1730 struct ieee80211_assoc_response_frame *resp, in rtl8192_handle_assoc_response()