Home
last modified time | relevance | path

Searched refs:oob_go_neg_channel (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/p2p/
HDp2p.c5361 if (!msg.oob_go_neg_channel) { in p2p_process_nfc_connection_handover()
5367 if (msg.oob_go_neg_channel[3] == 0 && in p2p_process_nfc_connection_handover()
5368 msg.oob_go_neg_channel[4] == 0) in p2p_process_nfc_connection_handover()
5371 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover()
5372 msg.oob_go_neg_channel[4]); in p2p_process_nfc_connection_handover()
5378 role = msg.oob_go_neg_channel[5]; in p2p_process_nfc_connection_handover()
HDp2p_i.h592 const u8 *oob_go_neg_channel; member
HDp2p_parse.c288 msg->oob_go_neg_channel = data; in p2p_parse_attribute()