Searched refs:ieee80211_authentication (Results 1 – 5 of 5) sorted by relevance
742 struct ieee80211_authentication *auth; in ieee80211_authentication_req()744 skb = dev_alloc_skb(sizeof(struct ieee80211_authentication) + challengelen); in ieee80211_authentication_req()748 auth = (struct ieee80211_authentication *) in ieee80211_authentication_req()749 skb_put(skb, sizeof(struct ieee80211_authentication)); in ieee80211_authentication_req()946 struct ieee80211_authentication *auth; in ieee80211_auth_resp()948 skb = dev_alloc_skb(sizeof(struct ieee80211_authentication)+1); in ieee80211_auth_resp()953 skb->len = sizeof(struct ieee80211_authentication); in ieee80211_auth_resp()955 auth = (struct ieee80211_authentication *)skb->data; in ieee80211_auth_resp()1426 struct ieee80211_authentication *a; in auth_parse()1428 if (skb->len < (sizeof(struct ieee80211_authentication)-sizeof(struct ieee80211_info_element))){ in auth_parse()[all …]
523 struct ieee80211_authentication { struct
653 struct ieee80211_authentication *auth; in ieee80211_authentication_req()654 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req()661 auth = (struct ieee80211_authentication *) in ieee80211_authentication_req()662 skb_put(skb, sizeof(struct ieee80211_authentication)); in ieee80211_authentication_req()902 struct ieee80211_authentication *auth; in ieee80211_auth_resp()903 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication)+1; in ieee80211_auth_resp()910 skb->len = sizeof(struct ieee80211_authentication); in ieee80211_auth_resp()912 auth = (struct ieee80211_authentication *)skb->data; in ieee80211_auth_resp()1541 struct ieee80211_authentication *a; in auth_parse()1543 if (skb->len < (sizeof(struct ieee80211_authentication)-sizeof(struct ieee80211_info_element))){ in auth_parse()[all …]
1133 struct ieee80211_authentication { struct
612 struct ieee80211_authentication { struct