Home
last modified time | relevance | path

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

/linux-5.19.10/net/wireless/
Dreg.c411 static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y) in alpha2_equal() argument
413 if (!alpha2_x || !alpha2_y) in alpha2_equal()
415 return alpha2_x[0] == alpha2_y[0] && alpha2_x[1] == alpha2_y[1]; in alpha2_equal()