• Home
  • Raw
  • Download

Lines Matching refs:txt

687 	char *txt = NULL;  in hostap_ap_tx_cb_auth()  local
709 txt = "frame was not ACKed"; in hostap_ap_tx_cb_auth()
720 txt = "STA not found"; in hostap_ap_tx_cb_auth()
727 txt = "STA authenticated"; in hostap_ap_tx_cb_auth()
731 txt = "authentication failed"; in hostap_ap_tx_cb_auth()
736 if (txt) { in hostap_ap_tx_cb_auth()
740 auth_alg, auth_transaction, status, txt); in hostap_ap_tx_cb_auth()
755 char *txt = NULL; in hostap_ap_tx_cb_assoc() local
773 txt = "frame was not ACKed"; in hostap_ap_tx_cb_assoc()
784 txt = "STA not found"; in hostap_ap_tx_cb_assoc()
794 txt = "STA associated"; in hostap_ap_tx_cb_assoc()
798 txt = "association failed"; in hostap_ap_tx_cb_assoc()
803 if (txt) { in hostap_ap_tx_cb_assoc()
805 dev->name, hdr->addr1, txt); in hostap_ap_tx_cb_assoc()
1359 char *txt = ""; in handle_authen() local
1396 txt = "authentication denied"; in handle_authen()
1406 txt = "unsupported algorithm"; in handle_authen()
1415 txt = "invalid challenge len"; in handle_authen()
1420 txt = "challenge underflow"; in handle_authen()
1438 txt = "AP trying to authenticate?"; in handle_authen()
1450 txt = "unknown authentication transaction number"; in handle_authen()
1456 txt = "new STA"; in handle_authen()
1460 txt = "no more room for new STAs"; in handle_authen()
1467 txt = "ap_add_sta failed"; in handle_authen()
1475 txt = "authOK"; in handle_authen()
1500 txt = "challenge response incorrect"; in handle_authen()
1505 txt = "challenge OK - authOK"; in handle_authen()
1552 le16_to_cpu(hdr->frame_control), resp, txt); in handle_authen()
1569 char *txt = ""; in handle_assoc() local
1585 txt = "trying to associate before authentication"; in handle_assoc()
1616 txt = "SSID overflow"; in handle_assoc()
1623 txt = "not our SSID"; in handle_assoc()
1639 txt = "SUPP_RATES len error"; in handle_assoc()
1664 txt = "frame underflow"; in handle_assoc()
1671 txt = "OK, old AID"; in handle_assoc()
1681 txt = "no room for more AIDs"; in handle_assoc()
1685 txt = "OK, new AID"; in handle_assoc()
1761 resp, send_deauth, txt); in handle_assoc()