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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmsta.c2162 struct zsWlanAuthFrameHeader* pAuthFrame; local
2174 pAuthFrame = (struct zsWlanAuthFrameHeader*) pBuf;
2179 if ( (zmw_le16_to_cpu(pAuthFrame->seq) == 2)&&
2180 (zmw_le16_to_cpu(pAuthFrame->algo) == 0)&&
2181 (zmw_le16_to_cpu(pAuthFrame->status) == 0) )
2212 pAuthFrame->status);
2228 if ( (zmw_le16_to_cpu(pAuthFrame->algo) == 1) &&
2229 (zmw_le16_to_cpu(pAuthFrame->seq) == 2) &&
2230 (zmw_le16_to_cpu(pAuthFrame->status) == 0))
2231 //&& (pAuthFrame
[all...]

Completed in 116 milliseconds