Searched defs:next_delay (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dscan.c439 unsigned long *next_delay)
466 *next_delay = IEEE80211_CHANNEL_TIME;
544 unsigned long next_delay; local
562 next_delay = IEEE80211_PASSIVE_CHANNEL_TIME;
564 ieee80211_scan_state_send_probe(local, &next_delay);
565 next_delay = IEEE80211_CHANNEL_TIME;
570 next_delay);
612 unsigned long *next_delay)
671 *next_delay = 0;
675 unsigned long *next_delay)
438 ieee80211_scan_state_send_probe(struct ieee80211_local *local, unsigned long *next_delay) argument
611 ieee80211_scan_state_decision(struct ieee80211_local *local, unsigned long *next_delay) argument
674 ieee80211_scan_state_set_channel(struct ieee80211_local *local, unsigned long *next_delay) argument
742 ieee80211_scan_state_suspend(struct ieee80211_local *local, unsigned long *next_delay) argument
757 ieee80211_scan_state_resume(struct ieee80211_local *local, unsigned long *next_delay) argument
780 unsigned long next_delay = 0; local
[all...]

Completed in 5 milliseconds