Home
last modified time | relevance | path

Searched refs:ieee80211_authentication (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c646 struct ieee80211_authentication *auth; in ieee80211_authentication_req()
647 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req()
654 auth = (struct ieee80211_authentication *) in ieee80211_authentication_req()
655 skb_put(skb, sizeof(struct ieee80211_authentication)); in ieee80211_authentication_req()
899 struct ieee80211_authentication *auth; in ieee80211_auth_resp()
900 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication)+1; in ieee80211_auth_resp()
907 skb->len = sizeof(struct ieee80211_authentication); in ieee80211_auth_resp()
909 auth = (struct ieee80211_authentication *)skb->data; in ieee80211_auth_resp()
1534 struct ieee80211_authentication *a; in auth_parse()
1536 if (skb->len < (sizeof(struct ieee80211_authentication) - sizeof(struct ieee80211_info_element))) { in auth_parse()
[all …]
Dieee80211.h962 struct ieee80211_authentication { struct
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h586 struct ieee80211_authentication { struct
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h739 struct ieee80211_authentication { struct