Searched refs:oob_go_neg_channel (Results 1 – 3 of 3) sorted by relevance
5384 if (!msg.oob_go_neg_channel) { in p2p_process_nfc_connection_handover()5390 if (msg.oob_go_neg_channel[3] == 0 && in p2p_process_nfc_connection_handover()5391 msg.oob_go_neg_channel[4] == 0) in p2p_process_nfc_connection_handover()5394 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover()5395 msg.oob_go_neg_channel[4]); in p2p_process_nfc_connection_handover()5401 role = msg.oob_go_neg_channel[5]; in p2p_process_nfc_connection_handover()
601 const u8 *oob_go_neg_channel; member
288 msg->oob_go_neg_channel = data; in p2p_parse_attribute()