Searched refs:ieee80211_authentication (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c739 struct ieee80211_authentication *auth;
741 skb = dev_alloc_skb(sizeof(struct ieee80211_authentication) + challengelen);
745 auth = (struct ieee80211_authentication *)
746 skb_put(skb, sizeof(struct ieee80211_authentication));
943 struct ieee80211_authentication *auth;
945 skb = dev_alloc_skb(sizeof(struct ieee80211_authentication)+1);
950 skb->len = sizeof(struct ieee80211_authentication);
952 auth = (struct ieee80211_authentication *)skb->data;
1199 // int hlen = sizeof(struct ieee80211_authentication);
1419 struct ieee80211_authentication *
[all...]
H A Dieee80211.h499 struct ieee80211_authentication { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c692 struct ieee80211_authentication *auth;
693 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom;
700 auth = (struct ieee80211_authentication *)
701 skb_put(skb, sizeof(struct ieee80211_authentication));
903 // int hlen = sizeof(struct ieee80211_authentication);
1171 struct ieee80211_authentication *a;
1173 if (skb->len < (sizeof(struct ieee80211_authentication)-sizeof(struct ieee80211_info_element))){
1178 a = (struct ieee80211_authentication*) skb->data;
1179 if(skb->len > (sizeof(struct ieee80211_authentication) +3)){
1180 t = skb->data + sizeof(struct ieee80211_authentication);
[all...]
H A Dieee80211.h1133 struct ieee80211_authentication { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c681 struct ieee80211_authentication *auth;
682 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom;
689 auth = (struct ieee80211_authentication *)
690 skb_put(skb, sizeof(struct ieee80211_authentication));
893 // int hlen = sizeof(struct ieee80211_authentication);
1144 struct ieee80211_authentication *a;
1146 if (skb->len < (sizeof(struct ieee80211_authentication)-sizeof(struct ieee80211_info_element))){
1151 a = (struct ieee80211_authentication*) skb->data;
1152 if(skb->len > (sizeof(struct ieee80211_authentication) +3)){
1153 t = skb->data + sizeof(struct ieee80211_authentication);
[all...]
H A Dieee80211.h1105 struct ieee80211_authentication { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c667 struct ieee80211_authentication *auth;
668 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom;
675 auth = (struct ieee80211_authentication *)
676 skb_put(skb, sizeof(struct ieee80211_authentication));
957 struct ieee80211_authentication *auth;
958 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication)+1;
965 skb->len = sizeof(struct ieee80211_authentication);
967 auth = (struct ieee80211_authentication *)skb->data;
1617 struct ieee80211_authentication *a;
1619 if (skb->len < (sizeof(struct ieee80211_authentication)
[all...]
H A Dieee80211.h628 struct ieee80211_authentication { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1100 struct ieee80211_authentication { struct

Completed in 94 milliseconds