OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operating_channel
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_invitation.c
302
if (msg.
operating_channel
) {
305
msg.
operating_channel
[3],
306
msg.
operating_channel
[4]);
311
msg.
operating_channel
[3],
312
msg.
operating_channel
[4])) {
313
p2p->op_reg_class = msg.
operating_channel
[3];
314
p2p->op_channel = msg.
operating_channel
[4];
529
if (msg.
operating_channel
) {
531
msg.
operating_channel
[3],
532
msg.
operating_channel
[4])
[
all
...]
p2p_go_neg.c
588
if (!msg.
operating_channel
) {
797
dev->oper_freq = p2p_channel_to_freq(msg.
operating_channel
[3],
798
msg.
operating_channel
[4]);
1065
if (!msg.
operating_channel
&& !go) {
[
all
...]
p2p_i.h
554
const u8 *
operating_channel
;
member in struct:p2p_message
p2p_parse.c
94
msg->
operating_channel
= data;
Completed in 718 milliseconds