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 281 if (msg.operating_channel) {
284 msg.operating_channel[3],
285 msg.operating_channel[4]);
290 msg.operating_channel[3],
291 msg.operating_channel[4])) {
292 p2p->op_reg_class = msg.operating_channel[3];
293 p2p->op_channel = msg.operating_channel[4];
465 if (msg.operating_channel) {
467 msg.operating_channel[3],
468 msg.operating_channel[4])
    [all...]
p2p_go_neg.c 580 if (!msg.operating_channel) {
774 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
775 msg.operating_channel[4]);
1038 if (!msg.operating_channel && !go) {
1060 if (msg.operating_channel) {
1061 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1062 msg.operating_channel[4]);
    [all...]
p2p_i.h 520 const u8 *operating_channel; member in struct:p2p_message
p2p_parse.c 94 msg->operating_channel = data;

Completed in 120 milliseconds