Searched refs:ieee80211_authentication (Results 1 – 4 of 4) sorted by relevance
620 struct ieee80211_authentication *auth; in ieee80211_authentication_req()621 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req()628 auth = skb_put(skb, sizeof(struct ieee80211_authentication)); in ieee80211_authentication_req()865 struct ieee80211_authentication *auth; in ieee80211_auth_resp()866 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication) + 1; in ieee80211_auth_resp()873 skb->len = sizeof(struct ieee80211_authentication); in ieee80211_auth_resp()875 auth = (struct ieee80211_authentication *)skb->data; in ieee80211_auth_resp()1464 struct ieee80211_authentication *a; in auth_parse()1466 if (skb->len < (sizeof(struct ieee80211_authentication) - sizeof(struct ieee80211_info_element))) { in auth_parse()1471 a = (struct ieee80211_authentication *)skb->data; in auth_parse()[all …]
961 struct ieee80211_authentication { struct
572 struct ieee80211_authentication { struct
718 struct ieee80211_authentication { struct