HomeSort by relevance Sort by last modified time
    Searched refs:go_intent (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 159 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) |
257 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) | tie_breaker);
373 if (msg.go_intent)
374 tie_breaker = *msg.go_intent & 0x01;
481 if (!msg.go_intent) {
486 if ((*msg.go_intent >> 1) > P2P_MAX_GO_INTENT) {
489 *msg.go_intent >> 1);
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
810 if (!msg.go_intent) {
    [all...]
p2p_build.c 76 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent)
81 wpabuf_put_u8(buf, go_intent);
83 go_intent >> 1, go_intent & 0x01);
p2p_i.h 270 * go_intent - Local GO Intent to be used during GO Negotiation
272 u8 go_intent; member in struct:p2p_data
446 const u8 *go_intent; member in struct:p2p_message
572 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent);
p2p.h 858 * @go_intent: Local GO intent value (1..15)
868 int go_intent, const u8 *own_interface_addr,
876 * @go_intent: Local GO intent value (1..15)
889 int go_intent, const u8 *own_interface_addr,
    [all...]
p2p.c     [all...]
p2p_parse.c 53 msg->go_intent = data;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 22 int persistent_group, int join, int auth, int go_intent,
driver_i.h 527 int go_intent,
535 wps_method, go_intent,
p2p_supplicant.c     [all...]
ctrl_iface.c 2646 int go_intent = -1; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 435 int go_intent = -1; local
473 } else if (!os_strcmp(entry.key, "go_intent") &&
475 go_intent = entry.int32_value;
476 if ((go_intent < 0) || (go_intent > 15))
512 go_intent, freq);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_test.c     [all...]

Completed in 514 milliseconds