HomeSort by: relevance | last modified time | path
    Searched defs:attr_version (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 2118 u8 attr_version = 1; local
2123 attr_version = version[0];
2124 if (attr_version != intro.peer_version) {
2127 intro.peer_version, attr_version);
2898 u8 attr_version = 1; local
2901 attr_version = version[0];
2902 if (attr_version != intro.peer_version) {
2905 intro.peer_version, attr_version);

Completed in 27 milliseconds