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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h545 const u8 *oob_go_neg_channel; member in struct:p2p_message
H A Dp2p_parse.c277 msg->oob_go_neg_channel = data;
H A Dp2p.c4751 if (!msg.oob_go_neg_channel) {
4756 if (msg.oob_go_neg_channel[3] == 0 &&
4757 msg.oob_go_neg_channel[4] == 0)
4760 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3],
4761 msg.oob_go_neg_channel[4]);
4766 role = msg.oob_go_neg_channel[5];
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h545 const u8 *oob_go_neg_channel; member in struct:p2p_message
H A Dp2p_parse.c277 msg->oob_go_neg_channel = data;
H A Dp2p.c4751 if (!msg.oob_go_neg_channel) {
4756 if (msg.oob_go_neg_channel[3] == 0 &&
4757 msg.oob_go_neg_channel[4] == 0)
4760 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3],
4761 msg.oob_go_neg_channel[4]);
4766 role = msg.oob_go_neg_channel[5];
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h545 const u8 *oob_go_neg_channel; member in struct:p2p_message
H A Dp2p_parse.c277 msg->oob_go_neg_channel = data;
H A Dp2p.c4751 if (!msg.oob_go_neg_channel) {
4756 if (msg.oob_go_neg_channel[3] == 0 &&
4757 msg.oob_go_neg_channel[4] == 0)
4760 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3],
4761 msg.oob_go_neg_channel[4]);
4766 role = msg.oob_go_neg_channel[5];

Completed in 161 milliseconds