Searched refs:softmac_capab_send (Results 1 – 1 of 1) sorted by relevance
47 static int softmac_capab_send(softmac_lower_t *, boolean_t);233 if ((err = softmac_capab_send(slp, B_FALSE)) != 0) in softmac_capab_enable()239 if ((err = softmac_capab_send(slp, B_TRUE)) != 0) in softmac_capab_enable()246 softmac_capab_send(softmac_lower_t *slp, boolean_t enable) in softmac_capab_send() function