OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:off_channel_freq
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
offchannel.c
77
if (wpa_s->
off_channel_freq
!= wpa_s->pending_action_freq &&
81
"waiting for another freq=%u (
off_channel_freq
=%u "
84
wpa_s->
off_channel_freq
,
86
if (without_roc && wpa_s->
off_channel_freq
== 0) {
112
wpa_s->
off_channel_freq
= 0;
316
if (wpa_s->
off_channel_freq
== freq || freq == 0) {
355
wpa_s->
off_channel_freq
= 0;
372
"Off-channel: Action frame sequence done notification: pending_action_tx=%p drv_offchan_tx=%d action_tx_wait_time=%d
off_channel_freq
=%d roc_waiting_drv_freq=%d",
375
wpa_s->action_tx_wait_time, wpa_s->
off_channel_freq
,
382
else if (wpa_s->
off_channel_freq
|| wpa_s->roc_waiting_drv_freq)
[
all
...]
p2p_supplicant.c
[
all
...]
wpa_supplicant_i.h
779
unsigned int
off_channel_freq
;
member in struct:wpa_supplicant
[
all
...]
Completed in 216 milliseconds