Lines Matching refs:ok
244 "authentication OK (shared key)");
326 HOSTAPD_LEVEL_DEBUG, "authentication OK (FT)");
1240 "authentication OK (open system)");
2151 "association OK (aid %d)", sta->aid);
2620 size_t len, int ok)
2636 if (!ok) {
2694 size_t len, int reassoc, int ok)
2721 if (!ok) {
2823 size_t len, int ok)
2834 if (ok)
2847 size_t len, int ok)
2858 if (ok)
2876 * @ok: Whether the frame was ACK'ed
2879 u16 stype, int ok)
2886 wpa_msg(hapd->msg_ctx, MSG_INFO, "MGMT-TX-STATUS stype=%u ok=%d",
2887 stype, ok);
2895 handle_auth_cb(hapd, mgmt, len, ok);
2899 handle_assoc_cb(hapd, mgmt, len, 0, ok);
2903 handle_assoc_cb(hapd, mgmt, len, 1, ok);
2906 wpa_printf(MSG_EXCESSIVE, "mgmt::proberesp cb ok=%d", ok);
2910 handle_deauth_cb(hapd, mgmt, len, ok);
2914 handle_disassoc_cb(hapd, mgmt, len, ok);
2917 wpa_printf(MSG_DEBUG, "mgmt::action cb ok=%d", ok);