HomeSort by relevance Sort by last modified time
    Searched refs:operating_channel (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 264 if (msg.operating_channel) {
267 msg.operating_channel[3],
268 msg.operating_channel[4]);
273 msg.operating_channel[3],
274 msg.operating_channel[4])) {
275 p2p->op_reg_class = msg.operating_channel[3];
276 p2p->op_channel = msg.operating_channel[4];
p2p_go_neg.c 562 if (!msg.operating_channel) {
698 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
699 msg.operating_channel[4]);
954 if (!msg.operating_channel && !go) {
976 if (msg.operating_channel) {
977 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
978 msg.operating_channel[4]);
1030 msg.operating_channel, go);
    [all...]
p2p_i.h 489 const u8 *operating_channel; member in struct:p2p_message
p2p_parse.c 94 msg->operating_channel = data;

Completed in 41 milliseconds