rtllib_authentication  776 drivers/staging/rtl8192e/rtllib_softmac.c 	struct rtllib_authentication *auth;
rtllib_authentication  779 drivers/staging/rtl8192e/rtllib_softmac.c 	len = sizeof(struct rtllib_authentication) + challengelen +
rtllib_authentication  788 drivers/staging/rtl8192e/rtllib_softmac.c 	auth = skb_put(skb, sizeof(struct rtllib_authentication));
rtllib_authentication 1023 drivers/staging/rtl8192e/rtllib_softmac.c 	struct rtllib_authentication *auth;
rtllib_authentication 1024 drivers/staging/rtl8192e/rtllib_softmac.c 	int len = ieee->tx_headroom + sizeof(struct rtllib_authentication) + 1;
rtllib_authentication 1030 drivers/staging/rtl8192e/rtllib_softmac.c 	skb->len = sizeof(struct rtllib_authentication);
rtllib_authentication 1034 drivers/staging/rtl8192e/rtllib_softmac.c 	auth = skb_put(skb, sizeof(struct rtllib_authentication));
rtllib_authentication 1772 drivers/staging/rtl8192e/rtllib_softmac.c 	struct rtllib_authentication *a;
rtllib_authentication 1775 drivers/staging/rtl8192e/rtllib_softmac.c 	if (skb->len <  (sizeof(struct rtllib_authentication) -
rtllib_authentication 1781 drivers/staging/rtl8192e/rtllib_softmac.c 	a = (struct rtllib_authentication *) skb->data;
rtllib_authentication 1782 drivers/staging/rtl8192e/rtllib_softmac.c 	if (skb->len > (sizeof(struct rtllib_authentication) + 3)) {
rtllib_authentication 1783 drivers/staging/rtl8192e/rtllib_softmac.c 		t = skb->data + sizeof(struct rtllib_authentication);
rtllib_authentication 1797 drivers/staging/rtl8192e/rtllib_softmac.c 	struct rtllib_authentication *a;
rtllib_authentication 1799 drivers/staging/rtl8192e/rtllib_softmac.c 	if (skb->len <  (sizeof(struct rtllib_authentication) -
rtllib_authentication 1804 drivers/staging/rtl8192e/rtllib_softmac.c 	a = (struct rtllib_authentication *) skb->data;