Searched refs:operating_channel (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_invitation.c302 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[
[all...]
H A Dp2p_go_neg.c588 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) {
1087 if (msg.operating_channel) {
1088 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1089 msg.operating_channel[4]);
1163 status, msg.operating_channel,
1260 if (!msg.operating_channel) {
1267 int oper_freq = p2p_channel_to_freq(msg.operating_channel[
[all...]
H A Dp2p_i.h554 const u8 *operating_channel; member in struct:p2p_message
H A Dp2p_parse.c94 msg->operating_channel = data;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_invitation.c302 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[
[all...]
H A Dp2p_go_neg.c588 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) {
1087 if (msg.operating_channel) {
1088 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1089 msg.operating_channel[4]);
1163 status, msg.operating_channel,
1260 if (!msg.operating_channel) {
1267 int oper_freq = p2p_channel_to_freq(msg.operating_channel[
[all...]
H A Dp2p_i.h554 const u8 *operating_channel; member in struct:p2p_message
H A Dp2p_parse.c94 msg->operating_channel = data;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c302 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[
[all...]
H A Dp2p_go_neg.c588 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) {
1087 if (msg.operating_channel) {
1088 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1089 msg.operating_channel[4]);
1163 status, msg.operating_channel,
1260 if (!msg.operating_channel) {
1267 int oper_freq = p2p_channel_to_freq(msg.operating_channel[
[all...]
H A Dp2p_i.h554 const u8 *operating_channel; member in struct:p2p_message
H A Dp2p_parse.c94 msg->operating_channel = data;

Completed in 332 milliseconds