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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsync.c631 if (Idx != BSS_NOT_FOUND)
652 if (Idx != BSS_NOT_FOUND) {
800 if (Idx == BSS_NOT_FOUND) {
840 if (Idx != BSS_NOT_FOUND) {
1154 if (Bssidx == BSS_NOT_FOUND) {
1168 if (Bssidx == BSS_NOT_FOUND) /* return if BSS table full */
1367 if (Bssidx == BSS_NOT_FOUND) {
H A Dconnect.c287 unsigned long BssIdx = BSS_NOT_FOUND;
298 if (BssIdx != BSS_NOT_FOUND) {
305 if (BssIdx != BSS_NOT_FOUND) {
521 if (BssIdx == BSS_NOT_FOUND) {
H A Dassoc.c1059 if (Idx == BSS_NOT_FOUND) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c3505 * \return index of the table, BSS_NOT_FOUND if not in the table
3528 return (unsigned long)BSS_NOT_FOUND;
3550 return (unsigned long)BSS_NOT_FOUND;
3575 return (unsigned long)BSS_NOT_FOUND;
3590 return (unsigned long)BSS_NOT_FOUND;
3858 if (Idx == BSS_NOT_FOUND) {
3891 return BSS_NOT_FOUND;
H A Dspectrum.c1795 if (Bssidx == BSS_NOT_FOUND) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dmlme.h107 #define BSS_NOT_FOUND 0xFFFFFFFF macro

Completed in 78 milliseconds