HomeSort by: relevance | last modified time | path
    Searched refs:operating_channel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_pd.c 461 u8 operating_channel = 0; local
511 operating_channel = 1;
523 operating_channel = 1;
527 operating_channel = 1;
535 operating_channel = 1;
549 operating_channel = 1;
555 P2PS_PD_REQ_CHECK(operating_channel, operating_channel);
802 msg.persistent_dev) && msg.operating_channel) {
813 msg.operating_channel[3]
    [all...]
p2p_invitation.c 315 if (msg.operating_channel) {
318 msg.operating_channel[3],
319 msg.operating_channel[4]);
324 msg.operating_channel[3],
325 msg.operating_channel[4])) {
326 p2p->op_reg_class = msg.operating_channel[3];
327 p2p->op_channel = msg.operating_channel[4];
548 if (msg.operating_channel) {
550 msg.operating_channel[3],
551 msg.operating_channel[4])
    [all...]
p2p_go_neg.c 845 if (!msg.operating_channel) {
1065 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1066 msg.operating_channel[4]);
1348 if (!msg.operating_channel && !go) {
1370 if (msg.operating_channel) {
1371 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1372 msg.operating_channel[4]);
1453 status, msg.operating_channel,
1552 if (!msg.operating_channel) {
1559 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3]
    [all...]
p2p_i.h 573 const u8 *operating_channel; member in struct:p2p_message
p2p_parse.c 118 msg->operating_channel = data;

Completed in 17 milliseconds