Home
last modified time | relevance | path

Searched refs:oob_go_neg_channel (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h592 const u8 *oob_go_neg_channel; member
H A Dp2p.c5367 if (!msg.oob_go_neg_channel) { in p2p_process_nfc_connection_handover()
5373 if (msg.oob_go_neg_channel[3] == 0 && in p2p_process_nfc_connection_handover()
5374 msg.oob_go_neg_channel[4] == 0) in p2p_process_nfc_connection_handover()
5377 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover()
5378 msg.oob_go_neg_channel[4]); in p2p_process_nfc_connection_handover()
5384 role = msg.oob_go_neg_channel[5]; in p2p_process_nfc_connection_handover()
H A Dp2p_parse.c288 msg->oob_go_neg_channel = data; in p2p_parse_attribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c5581 if (!msg.oob_go_neg_channel) {
5587 if (msg.oob_go_neg_channel[3] == 0 &&
5588 msg.oob_go_neg_channel[4] == 0)
5591 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3],
5592 msg.oob_go_neg_channel[4]);
5598 role = msg.oob_go_neg_channel[5];
H A Dp2p_i.h648 const u8 *oob_go_neg_channel; member
H A Dp2p_parse.c287 msg->oob_go_neg_channel = data; in p2p_parse_attribute()

Completed in 17 milliseconds