Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:radio

326  * struct wpa_radio - Internal data for per-radio information
329 * (struct wpa_supplicant) that share the same physical radio, e.g., to allow
343 * Checks whether an external scan is running on a given radio.
344 * @radio: Pointer to radio struct
347 static inline bool external_scan_running(struct wpa_radio *radio)
349 return radio && radio->external_scan_req_interface;
356 * struct wpa_radio_work - Radio work item
459 /* token - Dialog token of the current radio measurement */
462 /* destination address of the current radio measurement request */
682 struct wpa_radio *radio; /* shared radio context */