Searched refs:zfcbMicFailureNotify (Results 1 - 5 of 5) 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 Dccmd.c96 wd->zfcbMicFailureNotify = cbFuncTbl->zfcbMicFailureNotify;
H A Dcmmsta.c5139 if (wd->zfcbMicFailureNotify != NULL)
5141 wd->zfcbMicFailureNotify(dev, wd->sta.bssid, ZM_MIC_GROUP_ERROR);
5146 if (wd->zfcbMicFailureNotify != NULL)
5148 wd->zfcbMicFailureNotify(dev, wd->sta.bssid, ZM_MIC_PAIRWISE_ERROR);
H A Dpub_zfi.h518 void (*zfcbMicFailureNotify)(zdev_t* dev, u16_t* addr, u16_t status); member in struct:zsCbFuncTbl
H A Dstruct.h1278 void (*zfcbMicFailureNotify)(zdev_t* dev, u16_t* addr, u16_t status); member in struct:zsWlanDev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dusbdrv.c369 cbFuncTbl.zfcbMicFailureNotify = zfLnxMicFailureNotify;

Completed in 305 milliseconds