Searched refs:ieee80211_authentication (Results 1 – 2 of 2) sorted by relevance
619 struct ieee80211_authentication *auth; in ieee80211_authentication_req()627 auth = skb_put(skb, sizeof(struct ieee80211_authentication)); in ieee80211_authentication_req()863 struct ieee80211_authentication *auth; in ieee80211_auth_resp()871 skb->len = sizeof(struct ieee80211_authentication); in ieee80211_auth_resp()873 auth = (struct ieee80211_authentication *)skb->data; in ieee80211_auth_resp()1466 struct ieee80211_authentication *a; in auth_parse()1473 a = (struct ieee80211_authentication *)skb->data; in auth_parse()1474 if (skb->len > (sizeof(struct ieee80211_authentication) + 3)) { in auth_parse()1475 t = skb->data + sizeof(struct ieee80211_authentication); in auth_parse()1495 struct ieee80211_authentication *a; in auth_rq_parse()[all …]
894 struct ieee80211_authentication { struct