Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_i.h598 const u8 *oob_go_neg_channel; member
H A Dp2p_parse.c307 msg->oob_go_neg_channel = data; in p2p_parse_attribute()
H A Dp2p.c5444 if (!msg.oob_go_neg_channel) { in p2p_process_nfc_connection_handover()
5450 if (msg.oob_go_neg_channel[3] == 0 && in p2p_process_nfc_connection_handover()
5451 msg.oob_go_neg_channel[4] == 0) in p2p_process_nfc_connection_handover()
5454 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover()
5455 msg.oob_go_neg_channel[4]); in p2p_process_nfc_connection_handover()
5461 role = msg.oob_go_neg_channel[5]; in p2p_process_nfc_connection_handover()