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 278 if (msg.operating_channel) {
281 (const char *) msg.operating_channel,
282 msg.operating_channel[3],
283 msg.operating_channel[4]);
289 msg.operating_channel[3],
290 msg.operating_channel[4])) {
291 p2p->op_reg_class = msg.operating_channel[3];
292 p2p->op_channel = msg.operating_channel[4];
p2p_go_neg.c 570 if (!msg.operating_channel) {
740 msg.operating_channel,
741 msg.operating_channel[3],
742 msg.operating_channel[4]);
1027 if (!msg.operating_channel && !go) {
1052 if (msg.operating_channel) {
1054 msg.operating_channel,
1055 msg.operating_channel[3],
1056 msg.operating_channel[4]);
    [all...]
p2p_i.h 493 const u8 *operating_channel; member in struct:p2p_message
p2p_parse.c 94 msg->operating_channel = data;

Completed in 37 milliseconds