Searched defs:wpa_ctrl_request (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c352 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
357 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
389 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
494 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
626 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c352 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
357 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
389 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
494 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
626 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c352 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
357 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
389 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
494 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
626 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function

Completed in 46 milliseconds