HomeSort by relevance Sort by last modified time
    Searched defs:resp_status (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_transaction_unittest.cc 254 std::string resp_status = t->status; local
258 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
261 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 541 int status, resp_status; local
557 resp_status = EAP_TLV_RESULT_FAILURE;
560 resp_status = EAP_TLV_RESULT_SUCCESS;
565 resp_status = EAP_TLV_RESULT_FAILURE;
570 resp_status = EAP_TLV_RESULT_FAILURE;
576 eap_get_id(req), resp_status);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2004 uint8 resp_status; member in struct:dot11_wnm_sleep_ie
    [all...]

Completed in 159 milliseconds