Home
last modified time | relevance | path

Searched refs:auth_rq_parse (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1493 static int auth_rq_parse(struct sk_buff *skb, u8 *dest) in auth_rq_parse() function
1618 status = auth_rq_parse(skb, dest); in ieee80211_rx_auth_rq()
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_softmac.c1799 static int auth_rq_parse(struct net_device *dev, struct sk_buff *skb, u8 *dest) in auth_rq_parse() function
1929 status = auth_rq_parse(ieee->dev, skb, dest); in rtllib_rx_auth_rq()