• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/

Lines Matching refs:test_bit

51 	if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags))
140 if (test_bit(ASSOC_FLAG_BSSID, &assoc_req->flags)) {
151 if (!done && test_bit(ASSOC_FLAG_SSID, &assoc_req->flags)) {
415 if (test_bit(ASSOC_FLAG_SSID, &assoc_req->flags)) {
421 if (test_bit(ASSOC_FLAG_SECINFO, &assoc_req->flags)) {
429 if (test_bit(ASSOC_FLAG_BSSID, &assoc_req->flags)) {
435 if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags)) {
440 if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) {
460 if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) {
465 if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags)) {
496 if (test_bit(ASSOC_FLAG_SSID, &assoc_req->flags)
501 if (test_bit(ASSOC_FLAG_BSSID, &assoc_req->flags)) {
551 if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) {
559 if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags)) {
568 if ( test_bit(ASSOC_FLAG_WEP_KEYS, &assoc_req->flags)
569 || test_bit(ASSOC_FLAG_WEP_TX_KEYIDX, &assoc_req->flags)) {
577 if (test_bit(ASSOC_FLAG_SECINFO, &assoc_req->flags)) {
585 if (test_bit(ASSOC_FLAG_WPA_IE, &assoc_req->flags)) {
593 if (test_bit(ASSOC_FLAG_WPA_MCAST_KEY, &assoc_req->flags)
594 || test_bit(ASSOC_FLAG_WPA_UCAST_KEY, &assoc_req->flags)) {
605 if (test_bit(ASSOC_FLAG_BSSID, &assoc_req->flags)
606 || test_bit(ASSOC_FLAG_SSID, &assoc_req->flags)) {
677 if (!test_bit(ASSOC_FLAG_SSID, &assoc_req->flags)) {
683 if (!test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags))
686 if (!test_bit(ASSOC_FLAG_BAND, &assoc_req->flags))
689 if (!test_bit(ASSOC_FLAG_MODE, &assoc_req->flags))
692 if (!test_bit(ASSOC_FLAG_BSSID, &assoc_req->flags)) {
697 if (!test_bit(ASSOC_FLAG_WEP_KEYS, &assoc_req->flags)) {
705 if (!test_bit(ASSOC_FLAG_WEP_TX_KEYIDX, &assoc_req->flags))
708 if (!test_bit(ASSOC_FLAG_WPA_MCAST_KEY, &assoc_req->flags)) {
713 if (!test_bit(ASSOC_FLAG_WPA_UCAST_KEY, &assoc_req->flags)) {
718 if (!test_bit(ASSOC_FLAG_SECINFO, &assoc_req->flags)) {
723 if (!test_bit(ASSOC_FLAG_WPA_IE, &assoc_req->flags)) {