Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/src/utils/
Dcommon.c924 int _b = *(int *) b; in freq_cmp() local
928 if (_b == 0) in freq_cmp()
930 return _a - _b; in freq_cmp()
/hostap-3.7.0/wpa_supplicant/
Dmbo.c333 static int wpa_non_pref_chan_cmp(const void *_a, const void *_b) in wpa_non_pref_chan_cmp() argument
335 const struct wpa_mbo_non_pref_channel *a = _a, *b = _b; in wpa_non_pref_chan_cmp()